Posts by Maxi Contieri

@Maxi Contieri

Maximiliano Contieri

Clean Code Cookbook
Buenos Aires, Argentina maximilianocontieri.com Joined October 2024
7.3k Points177 Badges6 Connections209 Followers10 Following

Posts by Maxi Contieri

Maxi Contieri in Articles 7 min read
Build a factory where no human needs to work, keep the code coming, and place regular human audits. > TL;DR: Run your pipeline like a dark factory: automated, sampled, and policed by an adversarial model. Common Mistake ❌ You let one model write a...
post-cover-24734
Maxi Contieri in Articles 7 min read
The perfect prompt doesn't instruct the model on what it already knows how to do. > TL;DR: Reasoning models already verify and pace themselves, so drop those prompts and set real effort, scope, length, autonomy. Common Mistake ❌ You still write pr...
post-cover-24306
Maxi Contieri in Articles 7 min read
There's an industry trend to avoid writing code as much as possible, because who has time to write eight lines when a stranger already published a package for it. Turns out that convenience isn't free > TL;DR: Write your code unless you need an exis...
post-cover-24177
Maxi Contieri in Articles 7 min read
Approve the logic once, then let it run the same way forever. > TL;DR: Turn repeatable skill steps into tested scripts instead of prompts, so behavior stays deterministic and cheap. Common Mistake ❌ You ask the AI to repeat the same multi-step tas...
post-cover-24053
Maxi Contieri in Articles 11 min read
You can avoid null if you try > TL;DR: Don't use null for real places Problems 😔 Tight Coupling Unexpected Results Solutions 😃 1. Model unknown locations polymorphically Context 💬 Null Islandhttps://en.wikipedia.org/wiki/NullIsland is a fict...
post-cover-23892
Maxi Contieri in Articles 5 min read
Different stages need different brains. > TL;DR: Assign a different model to each pipeline stage since none excels at planning, coding, reviewing, and testing alike. Common Mistake ❌ You open one chat with your favorite model and ask it to plan, w...
post-cover-23528
Maxi Contieri in Articles 10 min read
One Second Brain doesn't scale past one skull. > TL;DR: Wire a skill into your company's live systems so every answer carries a source and a freshness check. Common Mistake ❌ As a single contributor, you can build a personal Second Brainhttps://co...
post-cover-23029
Maxi Contieri in Articles 5 min read
Style errors double when nobody enforces them. TL;DR: Wire your standards into hooks, skills, and a judge, so the harness blocks violations before a human opens the diff. Common Mistake ❌ You paste your coding standards into AGENTS.md and trust the...
post-cover-22224
Maxi Contieri in Articles 1 min read
Converting your anemic dictionaries is easy > TL;DR: Convert your key/value into full behavioral objects Problems Addressed 😔 Associative arrayshttps://maximilianocontieri.com/code-smell-27-associative-arrays Fail Fast principle violation Biject...
post-cover-22129
Maxi Contieri in Articles 4 min read
Know who speaks before the skill runs > TL;DR: Always define a clear role at the top of every skill file so you know whose perspective drives the execution. Common Mistake ❌ You write a skill full of rules but assign no role. The AI starts execut...
post-cover-21913
Maxi Contieri in Articles 8 min read
Everyone is talking about Loop Engineering. Apparently, you don't need to program anymore. > TL;DR: Loop Engineering is the hottest AI workflow pattern of 2026. But it hides a dirty secret. The Tweet That Started It All https://x.com/steipete/stat...
post-cover-21427
Maxi Contieri in Articles 10 min read
Brushing Over Real Problems > TL;DR: You write tests that touch every line but verify nothing, creating false confidence in a broken system. Problems 😔 False confidence Hidden production defectshttps://coderlegion.com/6337/we-need-to-stop-the-bug...
post-cover-21230
Maxi Contieri in Articles 9 min read
Comments are dead. Tests are alive > TL;DR: Take your comment, compact it, and name your functions. > Now test it and remove the comments. Problems Addressed 😔 Maintainability Readability Related Code Smells 💨 https://coderlegion.com/8106/code-...
post-cover-20855
Maxi Contieri in Articles 5 min read
Don't let the AI grade its own homework. > TL;DR: Spawn a fresh subagent after every task to check your rules, because the AI that did the work can't audit itself. Common Mistake ❌ You write a detailed AGENTS.mdhttps://coderlegion.com/13150/ai-cod...
post-cover-20462
Maxi Contieri in Articles 6 min read
You have a big algorithmic method. Let's break it. > TL;DR: Long methods are bad. Move them and break them. Problems Addressed 😔 Lack of Testability Accidental Complexity Testing Private Methodshttps://maximilianocontieri.com/code-smell-112-test...
post-cover-20107
Maxi Contieri in Articles 6 min read
Cap the size before the agent writes a single line. > TL;DR: Tell your AI to split work into small reviewable pull requests before it writes any code. Common Mistake ❌ You ask your AI agent to build a feature. The agent opens a 2,000-line pull re...
post-cover-19853
Maxi Contieri in Articles 6 min read
Make the AI Work Inside Boundaries, Not Outside Them > TL;DR: Install your harness before prompting: the structure you set up first is what turns an impulsive AI into a safe, steerable collaborator. Common Mistake ❌ You open a fresh chat and type ...
post-cover-19374
Maxi Contieri in Articles 4 min read
Stop shipping code you can't explain. > TL;DR: Merging code you don't understand creates comprehension debt that compounds until your team can no longer maintain it. Common Mistake ❌ You ask the AI to implement a feature. The code looks clean. T...
post-cover-18779
Maxi Contieri in Articles 7 min read
Build a Persistent Memory Layer Your AI Can Actually Use > TL;DR: Use Obsidian with Markdown notes, YAML metadata, and direct AI file access to build a Second Brain with LLMs that gives your tools persistent project context. Common Mistake ❌ You p...
post-cover-18160
Maxi Contieri in Articles 3 min read
State your reasons before your prompt and the AI will solve the right problem. > TL;DR: Tell the AI your reason before your request to get solutions that match your real constraints. Common Mistake ❌ You send commands to the AI without context. "...
post-cover-17320
chevron_left

Latest Jobs

View all jobs →