this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Refine Agentic Engineering guidance links

+2 -1
+2 -1
Agentic Engineering.md
··· 6 6 - Don't delegate thinking, delegate work. 7 7 - Before coding, make the plan with the model. 8 8 - You can use the same or a different model to critique the plan and iterate. If you are unsure, ask to ["give a few options before making changes"](https://steipete.me/posts/just-talk-to-it). 9 - - [Redoing work is extremely cheap](https://crawshaw.io/blog/programming-with-llms). Prioritize exploration over execution (at first). Iterate towards precision during the brainstorming phase. Start fresh once you know what and how to build it. 9 + - [Code is cheap. Redoing work is extremely cheap](https://crawshaw.io/blog/programming-with-llms). Prioritize exploration over execution (at first). Iterate towards precision during the brainstorming phase. Start fresh once you know what and how to build it. 10 10 - Failed attempts are cheap. If the plan fails and the result is bad, just delete everything and try again. 11 11 - Divide the problem into smaller problems (functions, classes, ...) and solve them one by one. Keep sessions short. 12 12 - [Use Progressive Disclosure](https://www.humanlayer.dev/blog/writing-a-good-claude-md) to ensure that the agent only sees tasks or project-specific instructions when it needs them. ··· 45 45 - Prototype before polishing. Get it working before you optimize it. 46 46 - Distrust all claims for "one true way". We are all figuring this out and "this" is changing every day. 47 47 - Build "partial autonomy" products where humans stay in the loop to verify output, rather than fully autonomous agents. 48 + - [Your job is to design environments where iteration converges toward correctness instead of drifting toward plausible nonsense](https://nonstructured.com/zen-of-ai-coding/). 48 49 - [If you need to gather context, do that first in its own session](https://mariozechner.at/posts/2025-11-30-pi-coding-agent). Create an artifact that you can later use in a fresh session to give your agent all the context it needs without polluting its context window with tool outputs. 49 50 - In a world of abundant, near-unlimited coding capacity, human taste becomes most of the game. 50 51 - [Use all programming languages and technologies instead of just the ones you're already familiar with](https://x.com/mrexodia/status/2010157660885176767).