Hacker News new | ask | show | jobs
by MuffinFlavored 1144 days ago
> The tool cannot spit out entire applications yet,

Yesterday I had a ticket at my job to extend some functionality in a code base that was probably 200 files and 100+ lines of code in each file, and that's before any `import` references to other libraries.

How can you feed all of these tokens to GPT-4 in a cost effective way so that it knows about your application well enough to recommend/pull off code completion at a human-like level?

1 comments

I'm working on exactly this. I think we can use embeddings and langchain agents to do this.