Sam Altman predicted the first one-person billion-dollar company.
Matthew Gallagher built a $401M company in year one with $20,000, AI tools, and zero employees.
This year he's on track for $1.8B. With 2 people.
The playbook has changed:
Old path:
- Come up with an idea
- Fundraise from friends or VCs
- Hire a team
- Build the product
- Hope it works
New path:
- Start with an audience (X, Instagram, TikTok)
- Vibe code something for that audience
- Build a community around it
- Automate fulfillment with AI agents
- Repeat
That's the new barrier to entry is a laptop and an idea.
Programming is changing. Fast!
The attached code example uses Gorilla, an open-source Large Language Model that specializes in writing API calls.
Gorilla kicks GPT-4's butt at this task. It's also much better than ChatGPT and Claude. The team claims the model is very reliable and reduces hallucinations. They currently support more than 1,600 API calls, and you can contribute yours.
To use the model, you start with a natural language query. Gorilla will produce an API call you can invoke.
Look at the attached example. I ask the model to detect any Spanish text in an image and translate it to English. The model produces the code I can use to do that. It's awesome!
The productivity of every developer worldwide would go through the roof if we had a reliable model that knew how to use any library or framework. (The thing that excites me the most is the ability for anyone to contribute to the model!)
Forget the documentation; just write me some code!
I can't help but wonder whether we are working ourselves out of a job. As these models improve and write better code, what'll happen with software developer jobs?
Heres a Mix of my Midjourney images that i've put through Runway Gen 2 this afternoon.
So far getting hit or miss, some images just come out still and some do really weird shit.
So lots of wasted credits.
But when it works ... its great.
#midjourneyv5#midjourney#digitalart #AIart #AIArtCommuity #midjourneyart #AIartists #midjourney52 #runway #text2video #image2video
🎥 Announcing Remotion - a framework for making videos in React!
The video below was written entirely in React, here is the source code! https://t.co/gOgI6X1ITA
📒 Docs: https://t.co/sBJB1rcCNB
⚛️ Github: https://t.co/A8SiAAZ3PI
💻 Quickstart: yarn create video
@marclou Some people say when you subscribe to ChatGPT+ you get access in the week. I can't say if it's true or not, I've got my access at the end of March
Excited to launch DevPod on @producthunt today along with @fabiankramm@LukasGentele@LucaDiMaio11@thoma33 and the rest of the team.
Check it out and let us know what you think:
https://t.co/F8VcElrnuF DevPod: Codespaces but open-source, client-only, and unopinionated
Say goodbye to manual code fixes! 🚫✂️With self-healing code @GitLab CI pipeline, powered by @langchain and @OpenAI, you can automatically detect and fix issues in your code. 🤖This is the future of DevOps! 🧵👇
Building on the GitHub action pipeline created by @xpluscal