Remix.run Logo
Keyframe 10 months ago

could you describe a bit how does this work? I haven't had much luck with AI so far, but I'm willing to try.

BeetleB 10 months ago | parent | next [-]

https://aider.chat/2024/09/26/architect.html

The idea is that some models are better at reasoning about code, but others are better at actually creating the code changes (without syntax errors, etc). So Aider lets you pick two models - one does the architecting, and the other does the code change.

SirYandi 10 months ago | parent | prev [-]

https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/

"tl:dr; Brainstorm spec, then plan a plan, then execute using LLM codegen. Discrete loops. Then magic."