Resources on building software with coding agents. Real blog posts from real engineering teams shipping real code with agents in production.
I use the term "agentic engineering" to describe the practice of developing software with coding agents — things like Claude Code, OpenAI Codex, Cursor, Gemini CLI. These are agents that can both write and execute code. You define a goal, the agent generates code, runs it, checks the result, and loops until it works.
Writing code was never the whole job. The craft is figuring out what code to write. Any problem has dozens of solutions with different tradeoffs. That part is still ours. But the mechanics of turning a well-specified intent into working code — agents are getting scary good at that. Teams at Stripe, OpenAI, Ramp, Cursor and others are already running agents in production at scale, and the patterns they're discovering are worth paying attention to.
This repo collects the best writing I've found on how teams are actually doing this. All posts are saved as markdown in resources/ so they're searchable and won't disappear if a blog goes down.
Newest first.
| Date | Title | Source |
|---|---|---|
| Mar 2026 | Coinbase's bet on agent-first development | Linear (Coinbase case study) |
| Mar 2026 | Minions: Stripe's one-shot, end-to-end coding agents — Part 2 | Stripe |
| Mar 2026 | Minions: Stripe's one-shot, end-to-end coding agents | Stripe |
| Feb 11, 2026 | Harness engineering: leveraging Codex in an agent-first world | OpenAI |
| Feb 5, 2026 | Towards self-driving codebases | Cursor |
| Jan 12, 2026 | Why We Built Our Own Background Agent | Ramp |
| Nov 21, 2025 | Effective harnesses for long-running agents | Anthropic |
- https://linear.app/customers/coinbase
- https://stripe.dev/blog/minions-stripes-one-shot-end-to-end-coding-agents-part-2
- https://stripe.dev/blog/minions-stripes-one-shot-end-to-end-coding-agents
- https://openai.com/index/harness-engineering/
- https://cursor.com/blog/self-driving-codebases
- https://builders.ramp.com/post/why-we-built-our-background-agent
- https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
Know a good post? Open a PR — add the markdown to resources/ and a row to the table. Looking for posts from teams with actual production experience, not thought leadership.