Tag (3)
automation
- Field Report // NO. 013
How to build a headless worker agent (and when not to)
Build a Hermes profile with no chat channel, no persona, no memory, and four tools, for jobs that genuinely need a fresh context. The exact config, the verifiable-handle rule, and the operating costs that only appear after you run it.
- Field Report // NO. 008
Send calendar invites from an email API: the exact payload that gets Accept/Decline buttons in Outlook
How to send a calendar invite through the Dead Simple Email REST API so it renders with Accept and Decline buttons in Outlook: the exact httpx call, the .ics payload, and the two knobs that decide whether the buttons appear.
- Field Report // NO. 006
How I Consolidated Model Config Across 13 Profiles Into One File
Thirteen copy-pasted model configs, one typo breaking a profile for a weekend. The fix: one models.yaml, tiers instead of per-profile chains, and a sync script you can copy. Here is the whole recipe.