came across a video on combining jev + claude code
it builds a cheap agentic coding loop
that actually holds up in real development
→ give the agent a clear task
→ it explores the codebase
→ makes the required changes
→ runs tests
→ returns a diff and a report
→ you review it, launch the next iteration
don't ask ai to build the entire project
break the work into small tasks
each with its own acceptance criteria
that one rule is what makes the loop
survive contact with a real codebase
works the same way for research infra,
data pipelines, backtesting, trading tools -
anywhere the task is too big to verify in one shot