Hacker News new | ask | show | jobs
by malmz 472 days ago
Did i read that right? What part of a debugger would require the use of an AI language model?
1 comments

Hey, yeah I know sounds weird. We're experimenting with small custom models <1B params to figure out which part of your code you'd probably not want to instrumentalize the normal way (e.g. logging absolutely everything) and instead in a more tailored way (and what that tailored way is), for instance a python for loop with 10k iterations.