Notes from the pond
Articles
Notes on building focused, practical software, written as we build it.
September 22, 2026
AI and Self-Determination Theory: Will AI Make Us More Capable or Less?
How AI can strengthen or weaken autonomy, competence and relatedness, what the Industrial Revolution teaches us about disruptive technology, and why AI works best as an amplifier, not a replacement.
Read article →
September 18, 2026
What to Automate First: A Small Business Automation Framework
A five-day framework from a Colorado Startup Week talk for scoring your first business automation before you commit, plus the five-stage maturity map for getting there.
Read article →
September 10, 2026
Why Local AI Matters More Than Ever
Why sending your data into someone else’s AI model is a competitive risk, and what running models locally with Gemma, Ollama and SentenceTransformers is like.
Read article →
September 7, 2026
Who Owns This Task When AI Agents Do the Work?
We’re adding AI agents to project teams while still tracking status with tools built for human self-reporting. A large ERP program shows why evidence beats self-reported status, and where AI fits without replacing human judgment.
Read article →
August 27, 2026
Comparing AI System Designs
A staffing analogy for choosing between single LLM calls, structured workflows, and autonomous agents, and why the cheapest tool that solves the problem beats the most impressive one.
Read article →
August 14, 2026
AI Agents and Semantic RAG Aren't the Same Thing
A customer service refund request shows why RAG retrieves trusted context while agents coordinate the decision and the action, and why mixing the two up gets teams in trouble.
Read article →
August 14, 2026
Building Council of AI
Four AI models, one question, and two production bugs that shaped how the pieces fit together.
Read article →
August 14, 2026
Why I Didn't Use LangChain to Chunk Patent Text
We skipped LangChain for the chunking layer in our patent ingestion pipeline and wrote our own splitter instead. Here's why that was the right call.
Read article →