Every layer of computing was a plain-language layer
Each computing layer let people say more in words closer to their own. English prompts are the next layer, and like every layer before, they moved work up.
Read more »These are the long versions of what I post on LinkedIn, with the evidence the short versions don't have room for. Many land here first. Each one starts from something that actually happened in a build, and every number in it traces to the receipts page.
The leadership essays I wrote in 2024 are kept in an archive below. They're from a different chapter and I've left them as they were.
Each computing layer let people say more in words closer to their own. English prompts are the next layer, and like every layer before, they moved work up.
Read more »I audited my own AI usage claims with a purpose-built collector and four verification passes. The audit cut a 10-billion-token headline to 36 million and…
Read more »What it actually takes to ship production software in plain English: the gates, the status words, the failures, and the parts that still need a human.
Read more »The agent writes the code and tests. I direct, decide, and validate. 157 prompts in two weeks when 75% of the C++ was written—measured.
Read more »** About 40% of the game's 104,912 documentation lines exist so the agent can read itself back into context — measured proof that docs are source code now.
Read more »I'm dyslexic and proofreading by eye is the task my brain is worst at, so I built Cadence to let me proofread by ear instead — the layer thesis made personal.
Read more »** Adroit is a Growth Partner for businesses competing against bigger money, running on the same systems it sells: revenue operations, marketing…
Read more »Sadyr answers pre-sales questions from approved sources only, abstains when it isn't sure, and hands the conversation to a person.
Read more »LEGION is the control layer I run Adroit on — a generated state panel, human-triggered sessions, capability packages and agent governance, built after eight…
Read more »The Brain Vault: 1,765 documents in two layers, 50 pillars, 17 playbooks. An ADHD accessibility system designed so an agent can navigate it and act on real…
Read more »Adroit's website rebuilt with a machine-readable layer: 74 pages updated, 17 created, JS from 103 KB to 2 KB, Markdown twins and llms.txt live.
Read more »** A job-search pipeline with 13-dimension scoring, file-based state, and an agent-facing API of pure re-exports — built with two Python packages and no…
Read more »Six weeks to connect seven systems for a national sports league. The data mirror is live, additive-only, and leaves the audits in the code.
Read more »A generative audio app built in six days with 1,211 tests — and a review agent that found the showstopper bugs the test suite missed.
Read more »A local proofreading app that reads Markdown aloud with synced highlighting. 368 tests, 2,995 segments rendered, zero failed. Built because dyslexia.
Read more »Content Ops drafts only from an approved knowledge base. Running it at scale meant 92 of 95 pages in two days, a same-night incident loop, and choosing…
Read more »A local-model benchmarking tool built in 31.4 hours that tunes itself to hardware, refuses downloads that won't fit, and logs its own failures.
Read more »** Sadyr went from blueprint to production in twelve days. Here's the architecture, the bugs, the numbers, and what it answers from.
Read more »** A parked on-device interactive fiction engine: 1,010 tests, 38 decisions, zero network calls, and what I learned building the harness that could refuse…
Read more »** An on-device assistant passed seven security checks and then sat unused for 55 days, because it only delivered value when I babysat it.
Read more »** A revenue-operations rebuild for a national amateur sports league: seven systems into one CRM, additive-only changes, and no rollbacks.
Read more »A parked Godot toy that taught me battle math in a spreadsheet first, session timers before my business had them, and that tests don't replace play.
Read more »** 81,707 lines of C++, 519 subagent conversations, 250 logged decisions: the measured infrastructure behind a game in development built with Claude Code.
Read more »Two working Sadyr demos — public insurance explainer and gated sports rulebook assistant — run on one platform with opposite audiences and no re-architecting.
Read more »A subagent-written test undid its own sandbox and deleted a real 4.7 GB model; the tool's own failure log caught it and showed why recovery worked.
Read more »** Three severity-coded adversarial audit rounds live as comments in shipped code; one field-coverage audit caught a form field silently dropped for two months.
Read more »Reverse-engineer an unfamiliar system, then wire a CRM in through four additive patch points with under 80 lines changed and zero edits to existing logic.
Read more »** Raw and synthesized layers, signal triage, dated confidence labels, PageRank cross-checked, and seventeen agent playbooks instead of vibes.
Read more »Sadyr's confidence gate divided retrieval scores by word count; every test passed, every real question abstained. Found and fixed in one day.
Read more »Three engine systems landed overnight with nobody at the keyboard. The overnight part is not the story. The gate that could refuse the result is.
Read more »** A review agent found a self-canceling pan law and a fake limiter in a generative audio app; listening alone would likely never have isolated either.
Read more »** Three production defects in Content Ops — a runs race, an artifacts race, and a polling fan-out — surfaced and fixed the same night from structured logs.
Read more »** I attacked Cadence's diff engine with adversarial tests before trusting it. Three bugs, three fixes, 368 tests. Why hash-based reconciliation matters.
Read more »** Ten documented pitfalls, four real bugs caught in audit, six problems the agent found itself — and the lesson that a rule an agent remembers is just a…
Read more »Before Cadence got code, a 1,105-line prompt made the agent plan its plan, and a design agent defended 19 features; arguing up front was cheaper than rework.
Read more »** A plain-language listening log sat directly above an agent's dated root-cause entries, and one 'crackling' report turned out not to be a bug.
Read more »** A dyslexia proofreading app broke on a 30-year-old Windows quirk and an upstream voice bug; building on other people's code means debugging it too.
Read more »Sparse top-K edges, PageRank as mass and a seeded layout turn a knowledge graph into a map. A nebula that never rendered showed what 31 tests missed.
Read more »The speech model was the easy part. Chunking, retries, sync, caching and a UI I trust are what made Cadence a product I use every day.
Read more »Sadyr's architecture rule from a production incident: own the policy and logic that make your system yours; treat models, CRMs and channels as swappable edges.
Read more »A rule in a prompt gets broken; a rule in the tooling gets enforced. The heredoc hook that blocked the third violation and the lesson another builder can use.
Read more »I cloned open-source repos and built on top. Credit upstream, keep changes additive, and know which bugs are theirs — those are the rules.
Read more »I built an orchestration platform, piloted it successfully, then deleted it because plain Python and JSON files handled the workflow with less complexity.
Read more »Six Android builds of an on-device fiction engine ran sampler settings the eval suite never tested, because the runtime silently filled defaults.
Read more »Agents made 'built' cheap, so the status word is now the claim. Five words the industry uses as one, and a real example of each from Todd's own work.
Read more »Once agents can deploy and spend, governance is four rules enforced in tooling: observe freely, mutate with a flag, some actions human-only, no repo…
Read more »Every stale test count Todd found this year undercounted, across three projects and three stacks. Why docs drift one way, and why agents make it worse.
Read more »The one architectural decision an agent made without permission was caught because every decision record now says who made it; authorship belongs in the data.
Read more »** Ten parallel subagents burned a five-hour budget in 33 minutes. The fix was a cap and a rule, not a bigger plan — and the same lesson applies to…
Read more »A project that goes quiet is either stalled or blocked. The game's 63-day gap was the second kind, and knowing the difference changed every build after it.
Read more »Docs drift and agents trust them. The fix: one generated page, status computed from what exists, not what was last written down.
Read more »Agents forget between sessions. A single handoff file, rewritten not appended, plus a stand-up and wind-down ritual keeps long projects coherent.
Read more »Lessons from a failed on-device assistant: put decision logic in code, keep agent memory separate, and watch for SDK instances that don't talk.
Read more »Three faster, lighter models lost on prose quality; a bigger model that won on quality was rejected on speed. The decision rule matters more than the…
Read more »A client's flat traffic hid growth and a conversion problem. "Why now?" is the question that separates a metric from a story.
Read more »Novelty-seeking isn't a deficit if you build the environment where it's fuel. How I built systems and tools that work with ADHD, not against it.
Read more »** Hired into Bluehost billing to absorb two acquired hosts, I learned fast, led training and escalations, and walked out knowing WordPress well enough to…
Read more »** I tried to build LEGION three times in 2025 and failed each time. The idea didn't change — what was missing was operator skill and model capability.
Read more »** I joined Adroit as COO in 2021, wrote down every process, then spent years building AI into our workflows until the title changed to Chief Innovation…
Read more »Teams hide mistakes when being wrong is costly. A board that celebrates testing ideas made failure normal—and it's why I publish mine now.
Read more »People respond to what they are scored on; agents respond to what they are allowed to do. Aligning either one is designing the scoreboard.
Read more »** The same curiosity that took a billing lead into SEO took a toy game's habits into LEGION — neither was a planned pipeline, both times it worked.
Read more »A usage score drove client retention at Banyan; an agent that never logged its own actions told nobody anything. Data steers only when it's written down and…
Read more »Weekly trainings at NP Accel and an adversarial review agent are the same mechanism: a channel for front-line expertise with no stigma for being wrong.
Read more »** A rebrand and a 74-page site rewrite share the same shape: stage everything, verify each piece, cut over only when the check is done.
Read more »Self-reported evals at chance level and seven passing security probes on an abandoned product: why green tests don't prove you built something worth having.
Read more »Define success before the work starts and verify the measurement actually tests what matters, or your eval will agree with whatever the model says.
Read more »A churn warning ignored in 2016 and a values check nobody built in 2026: both times the information existed, and both times the system wasn't built to act…
Read more »** Chaos is usually a system that depends on someone remembering. The fix at 180Fusion and the fix in the Brain Vault both write the memory down where it…
Read more »Claude Code's Insights report on eight weeks of my sessions: 855 messages, 262 hours, 195 commits. What it got right, what goes wrong, and what I changed.
Read more »Your best people won’t be in their current role forever. If you stifle their development, you ensure you can’t keep them on your team in any capacity.
Read more »If you don't fight for your team, they're going to fight for themselves--at the expense of the company. Learn how advocacy makes the difference.
Read more »Diversity is so much more than a platitude--it's a core part of building a team with a range of expertise. Learn how to adapt your leadership accordingly.
Read more »Working for Neil Patel reaffirmed the importance of ensuring roadblocks don't stop the team from succeeding. Great leadership greatly impacts performance.
Read more »You hired experts for their expertise. Learn about my philosophy on allowing them to "focus on their superpower".
Read more »