Hacker News new | ask | show | jobs
by danenania 734 days ago
Thanks for explaining! It does make sense that working with a project that large would be a challenge.

> Something I haven't tried but am pretty sure would work well is building a new API connector by loading a current API client into context, the docs for a new API to implement, and then iterating a bit to generate the new one in the right style.

Yeah, that should work well--it's quite similar to how I generally build features with Plandex myself. Having a a model (like the current API client) for the LLM to work from definitely improves results.