Skip to content
Sevak Girard
.
Domains
Work
About
Writing
Contact
Loading
Generative score
Sevak Girard
.
Domains
Work
About
Writing
Contact
Writing · Nº 04
Page 84 of 89
The writing
Engineering
How to Monitor Competitor Prices Without Getting Blocked
Price monitoring at scale breaks because of pace, not code. Here is how to scrape competitor prices reliably without tripping every anti-bot system in your way.
Jan 9, 2026 · 4 min
Operating
How to Calculate the Payback Period on a Platform Migration
A platform migration ROI is a payback period, not a gut call. Here is the math I use to decide when leaving a managed platform pays for itself.
Jan 9, 2026 · 4 min
Operating
How to Migrate From HighLevel to an Agency OS
A practical order of operations to migrate from HighLevel to an agency OS: what to move first, what breaks, and how to avoid losing client history.
Jan 9, 2026 · 4 min
Operating
How to Migrate Your CRM Off Spreadsheets Without Losing History
A practical way to migrate a CRM off spreadsheets: map your columns, keep every note and date, and import so nothing gets orphaned or duplicated.
Jan 9, 2026 · 4 min
Engineering
Marketplace Email: Buyer and Seller Notifications Done Right
Marketplace email has two audiences with opposite needs. Here is how to split buyer and seller notification streams so both sides trust your app.
Jan 9, 2026 · 4 min
Engineering
Idempotency in AI Workflows: Retry Without Double-Charging
Idempotency is what lets an AI workflow retry a failed step without sending two emails or charging a card twice. Here is how to build it in from the start.
Jan 9, 2026 · 4 min
Engineering
How to Review Code in a Data Room During M&A
You get read-only access, a deadline, and no git clone. Here is how to review code in a data room and still find what kills the deal.
Jan 9, 2026 · 4 min
Strategy
How to Negotiate a DPA With an AI Vendor
The data processing agreement is where an enterprise security review actually gets decided. Here is how to negotiate a DPA with an AI vendor and not stall the deal.
Jan 9, 2026 · 4 min
AI
How to Evaluate AI Bookkeeping Software Before You Switch
A practical checklist for evaluating AI bookkeeping software: audit trails, source documents, accuracy proof, and the export test that reveals lock-in.
Jan 9, 2026 · 4 min
Engineering
How the AI Build Loop Actually Works
The AI build loop is not prompt and pray. It is plan, generate, verify, correct, repeat. Here is how the loop runs and why the order matters when you ship.
Jan 9, 2026 · 4 min
AI
How AI Self Assessment Actually Works
AI self assessment reads your real behavior, not a 10-question quiz. Here is how it works, what it measures, and why the output should change how you act.
Jan 9, 2026 · 4 min
Engineering
How to Guarantee Message Order in a Chat App
Message order in a chat app is a backend job. Use monotonic sequence IDs, not client timestamps, or your users will see messages out of order.
Jan 9, 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
→