MCMaxi Contieriinmaximilianocontieri.com00AI Coding Tip 012 - Understand All Your Code2d ago · 5 min read · TL;DR: Never ship AI-generated code you don't understand — ask until you do. Common Mistake ❌ You ask an AI agent to implement a feature. It returns 200 lines of code. You run the tests. They pass. YJoin discussion
MCMaxi Contieriinmaximilianocontieri.com00AI Coding Tip 011 - Initialize Agents.md Mar 18 · 4 min read · TL;DR: When you use the /init command, you create a context file that saves you from repeating instructions in every new session. Common Mistake ❌ You waste time copying and pasting the same project Join discussion
MCMaxi Contieriinmaximilianocontieri.com00AI Coding Tip 010 - Access All Your CodeMar 10 · 4 min read · TL;DR: Use terminal-based AI tools to give your assistant direct access to your local files and test suites. Common Mistake ❌ You copy code snippets into a web browser chat like ChatGPT, Claude, or GJoin discussion
MCMaxi Contieriinmaximilianocontieri.com00AI Coding Tip 009 - Compact Your ContextMar 3 · 4 min read · TL;DR: You can keep your AI sharp by forcing it to summarize and prune what it remembers (a.k.a. compacting). Common Mistake ❌ You keep a single, long conversation open for hours. You feed the AI witJoin discussion
MCMaxi Contieriinmaximilianocontieri.com00AI Coding Tip 008 - Use Spec-Driven Development with AIFeb 20 · 4 min read · TL;DR: Use AI to understand requirements and build a shared mental model while you write the code. Common Mistake ❌ You jump directly to code generation with a vague, wishful prompt. The AI seems to Join discussion