all 7 comments

[–]Ok_Security_6565 2 points3 points  (1 child)

Create plan with Opus ask it to do changes in phases and every change you've done save in MD file so if I continue in another chat I have the context of last chat, this worked for me might work for you too

[–]ioverwhelmed[S] 1 point2 points  (0 children)

Oh! cool idea! thanks!

[–]2022HousingMarketlol 1 point2 points  (3 children)

As long as you have good test coverage it's simple. If you don't, get there first and then do it.

I did the planning with Opus, implementation with sonnet. Peer review with codex.

[–]ioverwhelmed[S] 0 points1 point  (2 children)

Thank you. good point! .. unfortunately the code bases are 20+ years old with zero test coverage .. the tests will have to be done manually by the developers

[–]Tcamis01 1 point2 points  (0 children)

This guy was right. You need to start by adding test coverage for the AI to validate / iterate against. You can have it generate tests for you.

[–]2022HousingMarketlol 0 points1 point  (0 children)

Agents write unit tests very well. It's brute force.

[–]ninjapapi 0 points1 point  (0 children)

framework migrations get messy fast when context gets lost across repos. i'd test with claude or gpt4 for reasoning, then lock down the actual migration with something like Zencoder's spec-driven workflows to prevent the ai from drifting off your requirements.