Dear AI: Humans Still Have to Read This
Jul 28, 2026 by Ed LeGault  · 7 min read
AI-generated JIRA tickets and PRs have become word walls. Here's why your automation needs both a human summary and a machine-readable payload.
Learn MoreHow Context Impacts AI Agent Output
Jul 15, 2026 by Matt Eland  · 9 min readPart of the AI-Assisted Development topic
Practical techniques for giving AI agents the context they need: AGENTS.md files, documentation strategies, and plan mode workflows.
Learn MoreWhy Gitflow Is a Legacy Trap
Jul 14, 2026 by Ben Grossman · Last updated: Jul 14, 2026  · 8 min readPart of the Cloud-Native Development topic
Gitflow is now a legacy workflow that bakes unplanned merge work into your sprints. Here's why to drop it for trunk-based development.
Learn MoreCurrent Local LLM Favorites
Jun 5, 2026 by Zackary Lowery · Last updated: Jun 9, 2026  · 10 min readPart of the AI-Assisted Development topic
Compare GLM, Qwen, and Gemma local LLMs - benchmarks, context sizing, and when home GPU inference beats cloud token costs.
Learn MoreShifting Left with Agentic Development
May 5, 2026 by Eddie Legg · Last updated: May 5, 2026  · 12 min readPart of the Building AI Agents topic
How Claude Code hooks create mechanical enforcement at commit time — blocking violations, injecting warnings, and coaching better habits before code ever reaches review.
Learn MoreThe Physics of Predictability
Apr 14, 2026 by Lee Nicholls  · 10 min read
Back-testing across three projects shows forecasting accuracy rises with team autonomy, controlled WIP, and data-driven flow management.
Learn MoreAgentic AI Tools & Resources for Senior Developers
Mar 31, 2026 by Matt Eland  · 8 min readPart of the AI-Assisted Development topic
Essential resources for mastering agentic AI development — core concepts and guides for GitHub Copilot, Claude Code, Cursor, and OpenAI Codex.
Learn MoreTeaching an AI to Build Software
Mar 13, 2026 by Eddie Legg  · 19 min readPart of the AI-Assisted Development topic
How treating AI tooling like a distracted junior developer resulted in production-quality software
Learn MoreSelf-Improving AI Application Architectures
Mar 10, 2026 by Matt Eland  · 18 min readPart of the Building AI Agents topic
What if your AI agents could learn from their mistakes and get better over time? Check out a sample architecture that does just that.
Learn MoreA Conversation with an LLM AI on Functional Programming
Mar 1, 2026 by John Todd  · 17 min read
A conversation with an LLM AI on how to gradually improve a very procedural method through the use of functional programming techniques. I learned about contexts, how to pay careful attention to method signatures, and the strengths and weaknesses of different languages in the use of functional programming.
Learn More