AI coding roundup

The signals from the noise
19th Feb 2026

First, a PSA

  • A lot of online stuff is like customising excel (btw it’s an esport)
  • The purpose of these tools is that anyone can code now
  • Sure, you can run 12 excels at the same time overnight with custom macros
  • But the point isn’t to get better at excel, it’s to use it to solve important business problems
    • e.g., if you ship a key project that creates shareholder value early then it likely won’t matter how (whether you filled out your Jira tickets, have high test coverage, had 90 agents in parallel, etc.)
  • The default settings and best model (currently probably opus 4.6) is just fine (i.e., most of the way there)

Stuff

  • New best models
  • Auto AI code review (very useful)
    • e.g., GitHub Copilot with .github/workflows/copilot-instructions.md
    • AIs are pumping out lots of code so need to sample it enough
    • Give evidence that this PR solves the problem e.g., screenshot from a staging test
    • This reduces the burden on human reviewers
    • Also ensure your PRs are right and consider making smaller

Tips

Opinions