Hacker News new | ask | show | jobs
by manmal 477 days ago
You might have noticed that ChatGPT (and others) will sometimes run Python code to do calculations. My understanding is that this will enable the same thing in other environments, like Cursor, Continue, or aider.
1 comments

Also, those code interpreters usually can't make external network requests, which is adds a lot of capabilities like pulling some data, and then analyzing it.
Ah so it could basically be „the tool“. Do you plan hooking in some vector DB as well?