SpecLang: natural language to AI implemenation

published on 2023/11/12

SpecLang is an attempt at lifting the developer experience to a higher level of abstraction, closer to how we conceptually think about our programs: where programming is much more similar to how you'd instruct a human being. You are still the one deciding what your app should do and how it should do it, but SpecLang---powered by a large language model---turns those instructions into executable code. Ultimately, this allows you to create as easily as you can think.

SpecLang

This is really interesting. It will allow rapid iteration of ideas to prototype.