Hacker News new | ask | show | jobs
by akisej 1134 days ago
Very cool, but curious if you see people actually directly interacting with LLMs vs in a script as part of a larger application? I see myself needing debugging, visualizing output etc. so much that an IDE makes more sense to me as an interface, so want to learn about cases where that doesn't.
1 comments

I’ve been using a Jupyter notebook from vscode as my primary interface to GPT lately. Ticks all the boxes for me.
Is there a plugin you are using to do this?