Quick, practical agentic engineering tip: Tell your agents NOT to run the formatter before showing you the code.

Tell them to run it ONLY after final human approval.

Reason: A formatter modifies the files the agent is working on. The agent needs to re-read the modified files to keep working on them. The context ends up with multiple versions of the same file, only with slight formatting differences.

Not a good use of context.