Write code using English Sentences using OpenAi's Codex
Machine learning can write code with humans entering input as English sentences.

Stop everthing
watch this video
first 2 mins only
Can Machine learning now write code without humans and take over the world?

See: Betteridge's law of headlines which states: "Any headline that ends in a question mark can be answered by the word no.
But.....
Machine learning can
write code with humans entering input as English sentences.
why that's important:
This is probably the most exciting demo of all because it can revolutionize user interaction for everyone, not just programmers!
— András Velvárt (@vbandi) August 11, 2021
Q: Can I make it work with any API, or only those that have examples in the training set? In other words, can I use Codex with my own, private API?
Why is this amazing?🤔
1) write code using english sentense
2) Fundamentally changes the human to computer interface capabilties when designing new applications.
Note: OpenAi's Codex will not open the doors for my grandma to start making app's. but it will be super usefull for existing programmers to built app's in near realtime
Cool demo video about what can be done with codex
Codex Can write custom code for API's
This case is making now make every fith line bold
within microsoft word!


The code

wow!
'How it works'-ish
Codex was built upon the amazing machine learning model called GPT-3 which was designed with language understanding as its purpouse but accedently was a OK
code autocompleter. codex expands on this

This pi chart shows the relative accuracy comparing GPT-3 to Codex when solving for programming callenges

What Codex add's is state. state being it knows what was said before and can use natural language references ex:
Codex maintains context between sentenses
INPUT 1: Add a stock photo of a image bird
INPUT 2: make it smaller
Output 1:
<img src="bird.jpg" width="500" height="333">
Output 2:
<img src="bird.jpg" width="100" height="50">

Key point:
how it
is refering to 'bird image' this is inferred and is referened later in examples
Note: examples are made up to illustrate a difference in functionallity between gpt3 and codex
Call to action
Join the waitlist! and get your hands one playing with it your self!
OpenAI API
An API for accessing new AI models developed by OpenAI


Note: im still waiting to see if I get accepted!
Learn more
OpenAI Codex
Thanks for reading

Author
by oran collins
github.com/wisehackermonkey