#codex of @OpenAI explains Assembly!
- sometimes it takes multiple iterations for a solid output, but hey, Rome wasn't built in one day.
- I'm still baffled by the many application and implications of this pretrained #ai model. @gdb
Another open-source tool powered by @OpenAI#Codex: auto-docstring (github.com/scottleibrand/cod…) writes and adds Python (PEP 257) docstrings summarizing what each of your functions does, what arguments it takes, and what it returns.
How/where would *you* use this kind of capability?
I asked #codex#ai to write a bash script that takes a list of URLs from a text file, makes a request to each URL, and returns the status code.
3 seconds later, boom :)
It would've taken my poor bash skills much more than that! #cybersecurity@gdb 👇
This is a next level use of GPT-3 Codex 🔥
Voice recognition mixed with GPT-3 can enable a simpler & easier way to create 3D and AR content.
Visualize your world and speak it into existence. Be a Creator.
This is just the start. Join the 200+ waitlist→ airgift.app
Everything below "Bug found in the above code" was generated by @OpenAI Codex. It found the bug without a problem, but for some reason decided to add some HTML to the mix :)
Have been playing with OpenAI Codex for a while now, still shocked by how simple it is to complete mundane multi-step programing tasks🤯All I needed to do is to write the docstring. Much faster than me googling+tinkering
This is real. @OpenAI's Codex is phenomenal, and it clearly already knows the DOM layout of many popular websites. All I did was wrap it in a Chrome extension that provides a command shell. Disconcertingly, it also has a sense of humor...
youtube.com/watch?v=aneK0TUU…
🚨 Unveiling Anteam - a playground to extract insights from any kind of data with simple english!
No need to code, just connect your data and ask questions 🚀
Powered by @OpenAI Codex.
Sign up for early access at anteam.ml ⚡
Been playing around with Codex all day. It’s great at generating SQL queries from simple English. It got requests like this correct almost every single time!
This brings us MUCH closer to sci-fi (Jarvis/LCARS) like computers that can give us data as we speak to them :D
Excited to share my interview with @gdb on @OpenAI Codex. The Codex API is a direct descendant of GPT-3 trained on a massive corpus of publicly available text and code. It performs autocomplete tasks on computer code. Copilot, announced earlier with Github was the 1st Codex app.