Settings

Theme

The biggest AI win I've experienced

github.com

1 points by calebm 20 days ago · 1 comment

Reader

calebmOP 20 days ago

Context: I've been working on a non-binary graphing app called FuzzyGraph (https://fuzzygraph.com). I had the rendering logic written in vanilla JS, and wanted to convert the rendering logic to GLSL shader code to speed things up.

I was able to prompt ChatGPT Codex to fully rewrite the render logic using GLSL (without me having to edit it at all). After the first 2 prompts, it was almost fully functional. It took 6 prompts in all to get a full rewrite in GLSL. I have never worked on GLSL code (and was kind of dreading this rewrite), so this was a HUGE accelerant for me. Shout out to OpenAI for an awesome product!

One last thought: this almost felt like a compiler, where I write in a higher-level language (vanilla JS), and have the AI compile it to GLSL for me.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection