Close Menu
Fin Street NewsFin Street News
  • Home
  • Business
  • Finance
    • Banking
    • Stocks
    • Commodities & Futures
    • ETFs & Mutual Funds
    • Funds
    • Currencies
    • Crypto
  • Markets
  • Investing
  • Personal Finance
    • Loans
    • Credit Cards
    • Dept Management
    • Retirement
    • Mortgages
    • Saving
    • Taxes
  • Fintech
  • More Articles

Subscribe to Updates

Get the latest finance and business news and updates directly to your inbox.

Trending
When my kids were young, I was excited to send them back to school. Now that I’m a mom of teens, I feel differently.

When my kids were young, I was excited to send them back to school. Now that I’m a mom of teens, I feel differently.

August 1, 2026
Hardcore tech execs are meeting their match: the limits of the human body

Hardcore tech execs are meeting their match: the limits of the human body

August 1, 2026
Don’t expect supersonic flight any time soon — our new private jet is close enough, says Bombardier CEO

Don’t expect supersonic flight any time soon — our new private jet is close enough, says Bombardier CEO

August 1, 2026
I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.

I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.

August 1, 2026
I’m a founder and decadelong Microsoft engineer. Here’s who I’d hire to lead the next stage of AI.

I’m a founder and decadelong Microsoft engineer. Here’s who I’d hire to lead the next stage of AI.

August 1, 2026
Facebook X (Twitter) Instagram
  • Privacy Policy
  • Terms of use
  • Press Release
  • Advertise
  • Contact
August 1, 2026 6:00 am EDT
|
Facebook X (Twitter) Instagram
  Market Data
Fin Street NewsFin Street News
Newsletter Login
  • Home
  • Business
  • Finance
    • Banking
    • Stocks
    • Commodities & Futures
    • ETFs & Mutual Funds
    • Funds
    • Currencies
    • Crypto
  • Markets
  • Investing
  • Personal Finance
    • Loans
    • Credit Cards
    • Dept Management
    • Retirement
    • Mortgages
    • Saving
    • Taxes
  • Fintech
  • More Articles
Fin Street NewsFin Street News
Home » I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.
I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.
Markets

I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.

News RoomBy News RoomAugust 1, 20260 ViewsNo Comments

Sam Altman taught me how to vibe code.

I’ve spent the past several months reading my colleagues’ excellent coverage on vibe coding and the many ways regular people, from firefighters to busy parents, are building creative solutions to simplify their lives.

I wanted to try it myself, but my limited coding experience — editing HTML to customize my MySpace page as a teen and a computer science 101 course in college that I can’t even begin to remember — deterred me, so I kept putting it off.

That is, until this week, when Altman, cofounder and CEO of OpenAI, shared on X a prompt he put into ChatGPT from his phone:

“use all my chat history to figure out ideas for a long weekend trip with 8 friends, plan the best three options, make a full-stack site where the 9 of us can coordinate on what we would want to do in each place and decide where to go, and then after we get to group agreement make reservations. draft an email in my gmail i can send out to my friends when the site is ready.”

“Okay,” I thought, “I’ll give it a shot.” I copied and pasted the exact text, prompted ChatGPT, and, in under two hours, had a fully functioning website up and running with three trip options well tailored to my interests.

Turns out the promise of vibe coding — that I, as a non-coder, could build custom apps and websites that are specific and useful to me without actually learning to code — might not be too good to be true after all. It just took the OpenAI boss to show me.

ChatGPT walked me through anything remotely technical

I used my personal ChatGPT account for the experiment, the $20 a month Plus plan, and had it set to GPT-5.6 Sol with intelligence set to “High.”

Nine minutes and 47 seconds later, ChatGPT returned three destination options, a link to download the source code for a complete website, and an email draft.

The three destinations it recommended were shockingly curated to my interests — Santa Ynez Valley, South Lake Tahoe, and Todos Santos — and included two that were already high up on my list of places to visit. I was impressed, but highly skeptical; “Does this link actually contain a fully coded website??”

ChatGPT’s response included a “README” file that explained what was in the project and how to install and deploy it. I imagine for people like Altman and others with coding experience, it was as clear as it could be. To me, it read like gibberish.

I told ChatGPT I had no idea how to follow those instructions or run the site locally on my computer, let alone get it online; that I had exactly zero technical coding skills; and that I needed a plain-language, step-by-step explanation of what to do next.

I proceeded to follow the steps ChatGPT outlined, some as specific as “Press Command + Spacebar” on my Mac to search for and open the Terminal application, which was essentially foreign to me. It talked me through downloading Python, signing up for GitHub, and hosting the site using Render. It helped me test the site locally on my Mac, blowing my mind at how complete and functional the code was, before setting it live online.

If none of these terms mean anything to you, welcome to the club.

I paid Render to host my website for $7.25 a month, but later asked ChatGPT if there were free options. It recommended Cloudflare and said the whole process would have been just as simple if we had started with that plan.

ChatGPT knows I’m not a coder, and since this was a request for a very simple project, it acknowledged it should’ve suggested the free option. So there were still some classic AI missteps.

When I reached out to OpenAI for this story, a spokesperson told me about a recently launched feature called Sites, which allows users to create, preview, edit, and host their sites all in ChatGPT for free with a Plus subscription — no third-party hosting service required.

The tool is in public beta and was already available in my account. ChatGPT, yet again, said it should’ve recommended Sites as an option.

I built a website from scratch without writing a line of code

In under two hours, some of which was spent handling other work tasks, I had a live website.

It would allow my friends with the access code to create their profiles, share their budgets, vote on a destination, select the dates they were available, check the activities they were interested in, and comment on their own ideas for things to do. It would also allow me, after everyone had voted, to lock in the final destination, at which point it would populate a new section with specific tasks that could be assigned and managed.

I didn’t write a single line of code. The closest I got was copying and pasting a few short strings of code from ChatGPT into the Terminal app as directed. I also didn’t customize the prompt at all — it was the exact prompt a billionaire tech CEO used, and yet it produced a website that I also found useful, with the help of my ChatGPT history.

The website wasn’t perfect, and there were several changes I wanted to make. I ended up transferring it into a Sites workspace and, using another chat to help me word my prompt perfectly, asked for small tweaks, like adding the ability for users to edit or delete their comments and moving the access code window higher up the page.

ChatGPT worked for 14 minutes and eight seconds, and deployed the changes perfectly.

Altman’s prompt turned out to be exactly the jump-start I needed to understand how vibe coding actually works. Now I also know how to ask ChatGPT to do things I don’t know how to do.

“If you tell a friend they can now instantly create any app, they’ll probably say, ‘Cool! Now I need to think of an idea.’ Then they will forget about it, and never build a thing,” writer Jasmin Sun, who has a Substack on AI, wrote earlier this year. “The problem is not that your friend is horribly uncreative. It’s that most people’s problems are not software-shaped, and most won’t notice even when they are.”

After one vibe-coding exercise, I’m already starting to see some software-shaped solutions in my life, and I’m already dreaming of which one I want to build next.



Read the full article here

Share. Facebook Twitter LinkedIn Telegram WhatsApp Email

Keep Reading

Hardcore tech execs are meeting their match: the limits of the human body

Hardcore tech execs are meeting their match: the limits of the human body

I’m a founder and decadelong Microsoft engineer. Here’s who I’d hire to lead the next stage of AI.

I’m a founder and decadelong Microsoft engineer. Here’s who I’d hire to lead the next stage of AI.

I’ve been to every major US national park. There are 5 I don’t plan on returning to, despite having great experiences there.

I’ve been to every major US national park. There are 5 I don’t plan on returning to, despite having great experiences there.

Palantir CEO says Dario Amodei is not the ‘caricature’ that Americans might believe him to be

Palantir CEO says Dario Amodei is not the ‘caricature’ that Americans might believe him to be

Meet the Hunt family, the billionaires behind the Kansas City Chiefs and one of America’s richest dynasties

Meet the Hunt family, the billionaires behind the Kansas City Chiefs and one of America’s richest dynasties

Inside Goodwill, the world’s biggest thrift machine

Inside Goodwill, the world’s biggest thrift machine

Google Earth’s new AI image generation function didn’t survive a day after users deepfaked disasters

Google Earth’s new AI image generation function didn’t survive a day after users deepfaked disasters

I’m a registered dietitian. Here are 12 of my favorite budget-friendly anti-inflammatory foods at Aldi.

I’m a registered dietitian. Here are 12 of my favorite budget-friendly anti-inflammatory foods at Aldi.

The ‘Spider-Man: Brand New Day’ post-credits scene is a cosmic cliffhanger. Here’s what it could mean.

The ‘Spider-Man: Brand New Day’ post-credits scene is a cosmic cliffhanger. Here’s what it could mean.

Add A Comment
Leave A Reply Cancel Reply

Editors Picks

Hardcore tech execs are meeting their match: the limits of the human body

Hardcore tech execs are meeting their match: the limits of the human body

August 1, 2026
Don’t expect supersonic flight any time soon — our new private jet is close enough, says Bombardier CEO

Don’t expect supersonic flight any time soon — our new private jet is close enough, says Bombardier CEO

August 1, 2026
I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.

I tried the same ChatGPT prompt Sam Altman used to build a website. It helped me finally learn how to vibe code.

August 1, 2026
I’m a founder and decadelong Microsoft engineer. Here’s who I’d hire to lead the next stage of AI.

I’m a founder and decadelong Microsoft engineer. Here’s who I’d hire to lead the next stage of AI.

August 1, 2026
The 10 Most Prestigious Streets To Own A Home In San Francisco, Ranked

The 10 Most Prestigious Streets To Own A Home In San Francisco, Ranked

August 1, 2026

Latest News

I’ve been to every major US national park. There are 5 I don’t plan on returning to, despite having great experiences there.

I’ve been to every major US national park. There are 5 I don’t plan on returning to, despite having great experiences there.

July 31, 2026
Palantir CEO says Dario Amodei is not the ‘caricature’ that Americans might believe him to be

Palantir CEO says Dario Amodei is not the ‘caricature’ that Americans might believe him to be

July 31, 2026
Phoebe Gates’ shopping app Phia is in damage control mode and offering refunds after a payment scandal

Phoebe Gates’ shopping app Phia is in damage control mode and offering refunds after a payment scandal

July 31, 2026

Subscribe to News

Get the latest finance and business news and updates directly to your inbox.

Advertisement
Demo
Facebook X (Twitter) Pinterest TikTok Instagram
2026 © Prices.com LLC. All Rights Reserved.
  • Privacy Policy
  • Terms
  • For Advertisers
  • Contact

Type above and press Enter to search. Press Esc to cancel.