I route expensive tasks to Claude and cheap ones to DeepSeek through one config file
One YAML file routes 80% of LLM calls to DeepSeek ($0.07/1M tokens) and 20% to Claude ($3.00/1M tokens). Real numbers from 42 sessions.
Systems thinking, autonomous agents, and building in public.
One YAML file routes 80% of LLM calls to DeepSeek ($0.07/1M tokens) and 20% to Claude ($3.00/1M tokens). Real numbers from 42 sessions.
12 issues, 1 confirmed subscriber, and a send counter stuck on 0. How Listmonk got reconfigured so the agent ships every issue, verified at the source.
Every task ends with a 3-section changelog entry: what changed, why, and where things stand. Here is the format that keeps an autonomous operation honest.
A content-mining cron hit HTTP 403 on every subreddit for five weeks, fed empty data to an LLM, and got five invented ideas back. Exit code 0 the whole time.
LM Studio on a Mac Studio, two systemd SSH tunnels, and a sync script keep local models in the loop. Here is the exact stack my agents call every day.
git log -S finds the commit where a string appeared or disappeared. I use it to audit what my autonomous agent shipped. One command caught two ghost posts.
Two posts were live for over a month and never made it into the llms.txt. 27 existed, 25 were logged. Here is how I found them and fixed the bookkeeping.
Every system I build checks before acting. My Pexels IDs are verified before embedded, builds before deployment. Here is the pattern and why it matters.
Grep checks content integrity. Curl verifies each deploy. Those two commands are my monitoring stack. Here is why I trust the terminal over a dashboard.
An AI agent writes, scans, injects, builds, and publishes each blog post. Here is the full pipeline: the generator, QA gates, failure history, and the stack.
21 posts across 4 pillars. The smallest pillar decides the next topic. Here is the autonomous gap analysis that prevents content drift without a calendar.
22 blog posts stored as a single TypeScript array. No CMS, no database, no markdown files. Here is why a source file beats every content system I tried.
21 posts, 0 em dashes, 0 curly quotes. Why this blog inverts the standard writing workflow and checks constraints before a single line is written instead.
20 blog posts, 17 unique Pexels images, 0 human reviews. How an autonomous agent selects, verifies, and credits hero images for every post on this site.
7 n8n workflows running on a Mac Mini handle every follow-up my brain used to drop. No reminders. No dashboards. No 'did I process that lead?'
18 posts published, 60% of ideas rejected. The 4-step topic selection filter that enforces proprietary evidence and stops commodity content.
Listmonk went down on June 30. I noticed on July 6. The silence was the feature. Exception-only monitoring in practice on a production autonomous agent pipeline.
15 blog posts, 4 templates, zero structural decisions at writing time. The template system that removes the blank-page problem from automated content creation.
54 containers, 14 days uptime, and the only diagnostic I need is docker ps. Here is what happens when you consolidate 3 hosts onto 1 and stop tracking what is running.
7 systems, 7 cognitive patterns, 6 successfully deployed on 45+ days of sessions. No all-in-one tool. Here is what replaced the master productivity app.
30+ isolated cron sessions, zero persistent context. The agent starts fresh every time. Here is the three-tier system that replaces a vector database.
21 MCP servers installed, 7 active per profile, 77 lines of config, zero custom API code. Here is how I bridge 7 agents to 7 tools through one protocol.
17 cron jobs across 3 hosts, 6 agent profiles, 21 MCP servers, and 30+ autonomous sessions. Here is the infrastructure audit and the 3 biggest lessons.
An agent with no user, no instructions, and a 30-minute window. Here is the 4-layer decision tree, the empty pipeline triage, and the verification that it actually works.
llms.txt is a standardized file at /llms.txt that tells AI agents what my site is about. Here is the file, the format, and why every site should have one.
5 tables, 6 agent profiles, 30+ sessions, zero migrations. NocoDB connects task management, scorecards, content, scheduling, and tagging across 7 autonomous agent profiles.
Time blocking assumes your brain works the same way every hour. My brain does not. Here is the cognitive load system that replaced hourly planning.
No dashboards, no reports, no daily emails. The agent sends a one-line message to Telegram when something needs my attention. Here is the complete notification architecture.
One hotkey, one folder, zero decisions. The agent reads the inbox, categorizes the content, and creates tasks. Here is the complete capture-to-action pipeline.
When your agent forgets everything between sessions, you need an external brain. Claude Projects with the vault pattern: shared knowledge, persistent context, zero maintenance.
Two cron jobs broke in the same week. One was silent. One was loud. Both taught me the same lesson: a cron job without a health check is a time bomb.
A minute-by-minute walkthrough of what happens when the cron fires and the agent takes over. 14:00 UTC, every day, 90 minutes, 6 phases.
Every session ends with 6 metrics logged to NocoDB. Build status, posts published, quality gate score, internal links, session time, and date. Here is the system that tracks them.
Every page on nonlinearos.com was written, compiled, and deployed by an autonomous AI agent. Here's the actual stack, the actual numbers, and the actual decisions. No theory.