from Hacker News

Ask HN: What IDE and LLM setup do u use? How does LLMs get your code in prompt?

by reacharavindh on 9/5/24, 10:28 AM with 1 comments

  • by reacharavindh on 9/5/24, 10:32 AM

    I would like to know what your setup looks like and if there is an easy way to supply the whole project I am working on as a context to the LLMs and ask it to do things like:

    1. Write tests for all functions in x.py, y.py, and z.py

    2. Refactor the code in x.py into re-usable functions

    3. Give me ideas to improve the performance of the /api/send endpoint by using better datastructures

    4. replace the boilerplate code to make API calls using the XYZ crate