Skip to content

Rajat16nov/agentic-engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Engineering

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.

Resources

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

Original sources

Contributing

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.

License

MIT

About

Resources on building software with coding agents. Blog posts and case studies from teams doing it in production.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors