Skip to content
Sevak Girard
.
Domains
Work
About
Writing
Contact
Loading
Generative score
Sevak Girard
.
Domains
Work
About
Writing
Contact
Writing · Nº 04
Page 57 of 89
The writing
AI
What Makes an AI Agent Reliable
AI agent reliability comes from architecture, not a smarter model. Here are the five design choices that separate a dependable agent from a confident guesser.
Feb 26, 2026 · 4 min
Engineering
How to Validate Scraped Data Quality Before It Poisons You
Scraped data quality fails silently. A selector drifts and you store nulls for a week. Here is how to validate scraped data at ingestion before it reaches users.
Feb 26, 2026 · 4 min
Strategy
Should You Publish a System Card for Your AI Product?
A system card documents what your AI does, its limits, and its failure modes. When publishing one wins enterprise trust and when it is premature overhead.
Feb 26, 2026 · 3 min
Engineering
Offline Evals vs Production Monitoring for AI
Offline evals and production monitoring measure different things for an AI feature. You need both. Here is what each catches, what each misses, and how they work together.
Feb 26, 2026 · 3 min
Strategy
Hire Generalists When AI Does the Specialist Work
In an AI agency, hire generalists over specialists. AI covers production skill, so the scarce hire is the versatile operator who runs the delivery system.
Feb 26, 2026 · 3 min
Engineering
How to Design Pub/Sub Channel Granularity
Channel granularity is the biggest pub/sub design decision. Too coarse and you leak data and waste bandwidth; too fine and you drown in subscriptions.
Feb 26, 2026 · 4 min
Operating
How to Offboard an Agency Client the Right Way
A clean agency client offboarding turns a lost account into a referral source. Here is the process that protects your reputation when a client leaves.
Feb 26, 2026 · 4 min
Operating
What Belongs on an Agency Owner Dashboard
Most agency dashboards show vanity metrics. Here are the numbers an agency owner dashboard should actually surface: margin, capacity, at-risk work, cash.
Feb 26, 2026 · 4 min
Thesis
Governance for End Users, Not Just Enterprise Buyers
Most AI governance is built for the buyer who signs the contract. The end user is a governance stakeholder too, and ignoring them is how trust quietly erodes.
Feb 25, 2026 · 4 min
Strategy
Will AI Replace My Agency Team? The Honest Answer
Agency owners worry AI agency software will replace their team. Here is the honest answer: it replaces the tasks, not the people, and that changes the job.
Feb 24, 2026 · 4 min
Operating
How to Stop Double-Booking With Shared Team Scheduling
Double-booking happens when calendars do not share one source of truth. Here is how shared team scheduling ends conflicts and the back-and-forth to book time.
Feb 24, 2026 · 3 min
Engineering
Should AI Write Its Own Tests?
Should AI write its own tests? Sometimes, but not the ones that verify it. Here is the split I use so agent-written tests help instead of hiding bugs.
Feb 24, 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
→