🤖 AI coding

AI-powered development tools, workflows, and best practices for augmented coding with Claude Code, Cursor, and other AI assistants.

Monitoring the situation

Background info

Workflow

How automated can you get?

  • Humans ON the loop Articulates a lot of the direction my thinking has been going around where a lot of engineering focus will probably be. Must read.
  • Stripe’s Minions show a workflow for creating pull requests in a large codebase, triggered by Slack. Part 2 goes into some detail of how it works. Most interesting part is the orchestration and how it separates deterministic and LLM based approaches. It’s a mostly one-shot approach, and suffers a bit because of that. But very interesting!
  • How to kill code review from a biased source who founded Aviator, but an interesting take on using BDD and deterministic tooling to constraint coding agents.
  • Intercom on AI approval of PRs. 19% of PRs approved by AI. Note I think their metrics are bogus, since of course the easiest and safest PRs will be reviewed by AI. Some nice approaches to how they did it, however.
  • Harness engineering for coding agent users. Describes some useful concepts for understanding how to engineer more reliably with coding agents.
  • Dark factories this post is mostly alright but the point I found useful is the concept of “dark factories”, factories where you are not designing for people but machines.

Maintenance

Adoption

Drinking coolaid

  • Revenge of the Junior Developer - Steve Yegge (who has a vested interest in this) lays out his vision of where this is going: agents, agent fleets, etc. March 2025.

AI topics

Should probably have its own page

AI tooling