Skip to content
Sevak Girard
.
Domains
Work
About
Writing
Contact
Loading
Generative score
Sevak Girard
.
Domains
Work
About
Writing
Contact
Writing · Nº 04
Page 26 of 89
The writing
Operating
Solo Operator vs Small Team: Which Runs a Portfolio
Solo operator vs small team for running a portfolio of companies: a real comparison of speed, consistency, coordination cost, and where each structure actually wins.
Apr 28, 2026 · 4 min
Strategy
Myths About Content Workflow Tools, Debunked
The biggest myths about content workflow tools, from a solo operator running content for twenty companies. What is real, what is hype, and what to ignore.
Apr 28, 2026 · 3 min
Engineering
How to Localize Transactional Emails Properly
Localizing transactional emails is more than translating strings. Here is how to handle locale, formatting, dates, and right-to-left text so email works everywhere.
Apr 28, 2026 · 4 min
Engineering
How to Find the Bus Factor in Your Codebase
Bus factor measures how much of your repo only one person understands. Learn to find knowledge concentration risk in code and spread it before it hurts.
Apr 28, 2026 · 4 min
Thesis
Bolted-On AI Is Fine for Internal Tools
AI-native purity is for products you sell. For internal tools, bolted-on AI is often the right call. When a quick model integration beats a proper AI-native rebuild.
Apr 28, 2026 · 3 min
Engineering
Turn On Automatic Security Updates on Your VPS
Unattended security updates are the highest-leverage thing you can automate on a self-hosted Linux VPS. Here is how to set them up without breaking your apps.
Apr 28, 2026 · 4 min
AI
Why AI Video Still Fails at Hands and Text on Screen
AI video still fails at hands, fingers, and readable text. These are known failure modes. Design around them instead of fighting them, and your clips stay clean.
Apr 27, 2026 · 3 min
Strategy
When Bolted-On AI Is Actually the Right Call
AI-native is not always the answer. When bolted-on AI is the right call, when a wrapper is enough, and how to tell if your product really needs a rebuild.
Apr 27, 2026 · 4 min
Engineering
What to Do When AI Can't Understand Your Codebase
When an AI coding tool can't understand your codebase, the problem is usually context, not the model. Here is how to make a messy repo legible to AI.
Apr 27, 2026 · 4 min
Engineering
WebRTC vs WebSockets: Which Real-Time Transport You Need
WebRTC vs WebSockets comes down to media and peer-to-peer versus server-mediated messaging. Learn which real-time transport fits your app and why most apps want sockets.
Apr 27, 2026 · 4 min
Engineering
How to Standardize Auth, Billing, and Deploy Once
Standardize auth, billing, and deploy once in a shared foundation and every new product inherits them. A practical guide to the three that pay back fastest.
Apr 27, 2026 · 4 min
Strategy
The ROI of AI Case Management for Personal Injury Firms
How to calculate the ROI of AI case management for a personal injury firm: cases saved at intake, staff hours freed, and cycle time to settlement. The real math, not a demo.
Apr 27, 2026 · 4 min
←
Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Next
→