Hacker News new | ask | show | jobs
by dgellow 1296 days ago
Yes, that makes it a fantastic way to explore a technical topic. I got a whole Directx tutorial from ChatGPT and it answered my questions and reviewed my code.

I was also able to make it write a boot loader, a simple kernel, and give me instructions to run it on qemu.

The iterative process is fantastique to dig into something new. It’s not an authoritative source of information but a buddy with whom to explore topics.

I want something like that integrated in my OS. With such capabilities I can see myself talking to my AI assistant while I’m working on something.

Edit: it’s also quite good at writing test cases for a given function