How coding agents are changing how engineers and founders work

Executive overview

Senior engineers who stepped back from coding find that Claude Code acts like a bionic replacement — removing the friction that made short coding sessions impractical. The core problem was context loading: building enough mental state to write code required multi-hour blocks, making it inaccessible to anyone on a manager schedule.

Claude Code solves this by managing context through subagents, using grep-based file exploration rather than semantic search, and keeping the terminal as the primary interface. The result is that one engineer can now drive the output of five.

Senior engineers and founders who can direct agents precisely are the biggest winners; the ability to detect good architecture matters more than raw coding speed.

Why Claude Code works differently to other tools

  • Terminal-first design distances you from the code being written — less mental overhead than an IDE
  • Splits tasks across subagents running Haiku for file exploration, then summarises into a single context
  • Uses grep and ripgrep for code search — dense, low-noise codebases make this more effective than semantic embeddings
  • Can access local dev databases and debug multi-layer issues (e.g. nested job queues) that would take hours manually
  • Bottom-up distribution: no IT permissions needed, installs like any CLI tool

Context management: the critical skill

  • Context poisoning is real — quality degrades past ~50% token use; clear context proactively
  • "Canary" trick: embed an obscure fact at the start of context; when the model forgets it, the context is polluted
  • Codex runs compaction after each turn, enabling very long-running jobs; Claude Code uses a subagent delegation model instead
  • Smaller, well-structured codebases with less boilerplate give agents a cleaner kernel to work from
  • Test-driven development dramatically accelerates agent output — high coverage means the model can verify its own changes

Tips for top 1% agent use

  • Prefer lean deployment stacks (Vercel, Cloudflare Workers, Next.js) — less plumbing means cleaner agent context
  • Use microservices or small well-scoped packages rather than large monorepos
  • Run code review bots aggressively (Cursor bug bot, Codex for correctness)
  • Lint and CI give the agent a way to check its own work — this improves output more than better prompting alone
  • Actively manage attention across parallel sessions; treat yourself as the decision-maker, not the executor

What makes a good engineer in an agent-first world

  • Architectural taste: models default to making more of whatever's already there — humans must catch bad patterns
  • Concise specification: the ability to describe a desired behaviour precisely in a few words
  • Systems fundamentals still matter: Git, HTTP, databases, queues — the model builds on these, not around them
  • Multitasking improves: with agents handling execution, switching between several projects in parallel becomes viable

The future of software companies

  • Average company size shrinks; many more small companies doing more things
  • Every person may have a personal "cloud agent" handling automation while humans focus on decisions and in-person collaboration
  • GEO (generative engine optimisation) matters now: good open-source docs and social proof influence what LLMs recommend
  • Data pipelines and system-of-record integrity remain human concerns — agents generate views but correctness still has gravity
  • Shared agent memory and model-generated wikis are a missing primitive for team-scale collaboration

More like this — when you're ready for early access.

Join the waitlist for a personal account and content recommendations based on what you're working on.

No spam. Unsubscribe at any time.

You're on the list. We'll be in touch before launch.

Get early access to the full library.

Join the waitlist for a personal account and content recommendations based on what you're working on.

No spam. Unsubscribe at any time.

You're on the list. We'll be in touch before launch.

Be among the first to get personalised recommendations tailored to your stage in business.

No spam.

You're on the list. We'll be in touch before launch.

Be among the first to get personalised recommendations tailored to your stage in business.

No spam.

You're on the list. We'll be in touch before launch.