Tag
#best-practices
3posts

AI & Agents12 min read
The AI Coding Agent Dictionary: Colloquial Prompts vs Standard Tech Terms
A battle-tested dictionary translating everyday developer prompts into precision architectural terms for AI coding agents to generate robust code.
#ai#prompt-engineering#architecture

AI & Agents6 min read
The Conductor and the Machine: Orchestrating Claude Code
Claude Code is a beast. But to tame it, you need more than prompts. You need an orchestration framework.
#claude-code#agentic-engineering#best-practices

Software Craft5 min read
When to Use Dataclasses, Generators, and Try/Except in Python
Phase 2 of the mental checklist for Python developers. Navigating dictionaries vs dataclasses, eager evaluation vs lazy execution, and error handling philosophies.
#python#software-design#best-practices