Top
Best
New

Posted by vinhnx 1 day ago

How I use Claude Code: Separation of planning and execution(boristane.com)
886 points | 554 commentspage 15
fnord77 1 day ago|
I have a different approach where I have claude write coding prompts for stages then I give the prompt to another agent. I wonder if I should write it up as a blog post
dr_dshiv 22 hours ago||
Another pattern is:

1. First vibecode software to figure out what you want

2. Then throw it out and engineer it

geoffbp 23 hours ago||
It’s worrying to me that nobody really knows how LLMs work. We create prompts with or without certain words and hope it works. That’s my perspective anyway
mannyv 23 hours ago||
It's actually no different from how real software is made. Requirements come from the business side, and through an odd game of telephone get down to developers.

The team that has developers closest to the customer usually makes the better product...or has the better product/market fit.

Then it's iteration.

solumunus 23 hours ago||
It's the same as dealing with a human. You convey a spec for a problem and the language you use matters. You can convey the problem in (from your perspective) a clear way and you will get mixed results nonetheless. You will have to continue to refine the solution with them.

Genuinely: no one really knows how humans work either.

vibeprofessor 1 day ago||
add another agent review, I ask Claude to send plan for review to Codex and fix critical and high issues, with complexity gating (no overcomplicated logic), run in a loop, then send to Gemini reviewer, then maybe final pass with Claude, once all C+H pass the sequence is done
hobrokang 2 hours ago||
[dead]
indiekitai 17 hours ago||
[dead]
buildoak 19 hours ago||
[dead]
ihsw 1 day ago||
Kiro's spec-based development looks identical.

https://kiro.dev/docs/specs/

It looks verbose but it defines the requirements based on your input, and when you approve it then it defines a design, and (again) when you approve it then it defines an implementation plan (a series of tasks.)

paperclipmaxi 1 day ago|
[dead]
More comments...