Tag
#Best Practices
3posts

Tech12 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

Tech6 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

Tech5 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.
#Tech#Python#Software Design