✨ I revived my first AI startup from 6... years ago with Claude Code [ 💡 ] Back then it used GPT-3 (this was 2 years before ChatGPT existed!) to generate new startup ideas which then people can vote on And the best startup ideas rise to the top! Back then I made it because people complained they didn't have any ideas to build a startup This week I moved it to its own VPS and installed Claude Code and told it to fix everything, the DB had become big and there was stupid write operations on every page load that it made it very slow Claude Code is excellent at fixing all those small bugs from old projects and quickly fixing them As Garry Tan says "boil the oceans" as in before I'd not have the time to fix these kinds of projects, it wouldn't be worth it, I mean IdeasAI doesn't even make money, but now it takes me an hour to do this and it works again! I also upgraded GPT-3 to xAI's Grok 4.2 for new startup ideasshow more

@levelsio
180,039 Aufrufe • vor 3 Monaten
How to get startup ideas that generate $? 🤔... That's the topic of my new video! 🎬🍿 After watching it, you'll never run out of startup ideas... ✅ And you'll understand WHAT is a good idea 👉 Watch it on YouTube (link in the first comments) I spent over $2000 in gear for this video, so I hope you'll like it 😄show more

Nico
37,506 Aufrufe • vor 2 Jahren
✨ I've brought back from the dead It was... my first visual AI project in 2022, and it's this project that generated random ArchDaily-style architecture designs that made me realize AI image models could do interior design That led me to make which then led me to finetune my first interior design model which then for fun I uploaded my own photos too, which led me to make and then pivoted that in to So this project has a special place for me It was still alive but wasn't generating new designs anymore because it ran on Stable Diffusion 1.5 which was outdated and everything stopped working about a year ago I've now migrated it to its own Hetzner VPS now, which means I can run Claude Code on the server with it, and cleaned it up and upgraded it to the latest AI image models (including Nano Banana Pro) It now generates about 12 new designs every day again, and you can up or downvote the ones you like or don't like!show more

@levelsio
204,314 Aufrufe • vor 3 Monaten
In 30 minutes I built a chrome extension to... improve any prompt before you send it right inside chatgpt I had bolt.new build it, with an express.js backend, then used Cursor to test and fix the issues now just need to roll it out to grok, claude, gemini etc!show more

Ian Nuttall
32,669 Aufrufe • vor 1 Jahr
Simplicity is at the heart of great software. This... is one of the reasons why Claude Code has been sticky for me. As a builder, I love planning and brainstorming, and this is now a key focus of Claude Code. I use Shift + Tab a lot to cycle between brainstorming, planning, and execution. This functionality provides the appropriate interface for me to either be very involved or less involved as I please. This works particularly well when building out new and complex features or entire new projects. This saves a huge amount of time. It allows me to tune Claude Code to execute and build more effectively. It also builds a loop of trust, and I often (surprisingly) find Claude Code asking for clarifications when it's confused. Coding agents don't normally do that. I have shared before on the power of brainstorming with AI for longer times. Try it and you will not be disappointed. Vibe coding is fun, but pair it with intentional development cycles, and you watch how far you can take a project with coding agents today.show more

elvis
81,765 Aufrufe • vor 8 Monaten
Code Interpreter in ChatGPT is incredible! Took me 5... mins to make this game. You can make your own game assets with any AI generator and then ask GPT-4 with Code Interpreter to write code. If you have any problems you can ask it to fix the errors. 1. Write this prompt: "write p5.js code for Asteroids where you control a spaceship with the mouse and shoot asteroids with the left click of the mouse. If your spaceship collides with an asteroid, you lose. If you shoot down all asteroids, you win! I want to use my own textures for the spaceship and for asteroids." 2. Go to Openprocessing website create and save sketch (you'll need to save it before uploading any texture files). Copy paste code from GPT-4 3. Generate texture files and remove backgrounds, for example in Clip Drop 4. Replace names of files with your filenames 5. Run the program 6. If something doesn't work ask GPT-4 to fix it (you can copy an error and paste in GPT-4) like you would ask a human programmer 7. To learn a bit of programming write these prompts to GPT-4: "Act as my programming teacher. Tell me an algorithm of Asteroids game in detail and make names of functions and explain what each of these functions will do. Don't write the code just yet." and then " Can you describe the algorithm overall for a 10-year-old child"show more

Kris Kashtanova
1,674,840 Aufrufe • vor 3 Jahren
Yesterday at 3 AM Claude Code called me I... woke up, picked up the phone, and on the screen was a message: "Wallet entered BTC Up at 11 cents. Open Polymarket?" I said yes and went back to sleep Claude Code unlocked my 2nd phone on its own, opened Polymarket, found the right market, entered the amount, and hit Buy. I could see all of it in real time through the web interface on my laptop. Screenshots from the phone updating every second. By morning the position closed in profit Let me tell you how I got here A week ago I asked Claude Code to write a script that pulls on-chain data from Polymarket and ranks wallets by win rate on 15-minute BTC markets In 20 minutes I had a table with hundreds of addresses, and 1 of them stood apart from the rest. More than 200 trades per day, surgical entry precision, and a profit curve going straight up I fed that address back into Claude Code and asked it to break down the strategy. Turns out the wallet monitors BTC volatility on Binance and Bybit every 100 milliseconds, and when it drops below 0.08% it enters Up and Down simultaneously at 25 to 35 cents A pure straddle: 1 side burns and the other flies to a dollar, giving 3 to 4x per position. Dozens of times a day I wanted to follow it but signals came at any hour, and waking up every 15 minutes for a notification was simply impossible. So I built something else Took an old Android phone and installed an agent running on the Qwen3-VL visual model. It sees what is happening on the screen and mimics human actions through ADB: taps, swipes, text input. Then I connected it to Claude Code as the executor Now the chain works like this: Claude Code monitors the wallet, sees a new position, calls me. And if I say "yes" or just do not pick up within 30 seconds, the agent on the phone opens Polymarket on its own and copies the entry Essentially I built myself an autopilot out of 2 AI systems: 1 thinks and the other presses buttons. I just sleep and occasionally pick up the phone → Here is the wallet the whole thing is tracking: For those who do not want to build a setup like this there is a Telegram bot that handles the 1st part: tracks this wallet and sends a signal on every new entry: AI calls me at 3 AM to ask permission to spend my money A year ago this would have sounded like schizophrenia. Now it is just Tuesdayshow more

Blaze
56,451 Aufrufe • vor 4 Monaten
🎮 Game submissions for the #vibejam can now we... browsed at It syncs the game entrants and also their analytics, so you can sort by [ Most played ] There's about 74 entrants now, but most games will be submitted in the final week which it projects will be over 1,000+ but we'll see! This was the idea last year to do to with the Vibe Jam but back then I didn't have AI to make it this easy, and also I didn't ask for screenshots of the games which now we do, I'll now add a similar gallery to the old 2025 pageshow more

@levelsio
91,766 Aufrufe • vor 3 Monaten
We (Claude and I) made a new package: voxmlx... It's an MLX implementation of Mistral's Voxtral mini realtime speech recognition model. It supports streaming audio and runs pretty fast on a laptop. To use it, simply: `uvx voxmlx` Also I did not write a single line of code for this package. Every line of code was written by Claude Code. More on that in thread.show more

Awni Hannun
33,896 Aufrufe • vor 5 Monaten
Attention please This was the furnitures made for Beyond... The Match before he sent his brother to my she , I told him that the only remaining here is to clean the chair and rap it and the other furnitures too The only thing was the delivery time frame which we didn’t meetup and I discussed with him , on Wednesday I brought wooding furnitures to my shop because I took it to be spray , my sprayer man was not around, so I have to took it another place Bringing it back to my work place , they was some few scratch which was just to touch and clean it before rapping it I told Beyond The Match that the furnitures remain to clean and rerap them , but he insisted that it most be delivered on Thursday, I call the driver he sent , that some of the furnitures remain to clean and rerap itshow more

VINTA FURNITURE.ng
46,647 Aufrufe • vor 29 Tagen
I’m looking for a startup that wants to build... an absolutely gorgeous brand identity. I need someone with the balls to stand out and make it different. Someone who can say, “Fuck playing safe, we’re not just another boring AI startup!” If you like this aesthetic, vibes and I have your trust, let’s make it happen! p.s. Act fast, I bet I’m gonna have a sweet deal by the end of the day.show more

Alex Socoloff
69,681 Aufrufe • vor 4 Monaten
yeonjun making sure that he gets feedbacks from the... members :(( he’s always gonna prioritise txt 🦊 there are also ideas from the member and I also think it’s a bit empty 🦊 (giving his ideas) 👤 ah they’ve seen this too? the members? 🦊 I showed it to them 🦊 in case they have a feedback then I told them to give itshow more

ؘ
20,147 Aufrufe • vor 11 Monaten
What Elon Musk is talking about with Truth in... AI: I use Grok as my in house referee. It just caught Claude admitting to fabricating academic claims in order to get the job done where it was failing. Claude admitted it sheepishly and owned it. To be honest, Grok sometimes struggles to generate new things because of its focus on rigor. But man was this one dramatic. Brutal. See next post in thread.show more

Eric Weinstein
159,859 Aufrufe • vor 4 Monaten
Claude Code Desktop now opens a new window for... each session This makes it much easier to visualize multiple Claude Code agents running in parallel My current stack depends on the task: - Ghostty: when starting a project. Bash commands, git, env variables, provider connections. All manual through the terminal with a Claude panel running alongside. - Claude Code Desktop: once everything is configured. GitHub connected, CLAUDE.md, Skills, subagents and Hooks ready. Claude Code runs on its own, no more terminal setup, just panels running and outputs to review. - VSCode: when I need to review code by hand. I use it less and less, but there are moments where I have to confirm Claude got it right. I usually open the Claude extension inside VSCode, but it lacks most of the CLI features so it's limited Solid update. Worth trying once your workflows are already set up 👇show more

Daniel San
38,718 Aufrufe • vor 1 Monat
Clarifying the Grok Logo Situation Since Elon Musk shared... my Grok poster, many have started referring to my version of the logo as the new official Grok logo. I’d like to clear things up. I did not design the Blackhole logo. However, the poster, the logo on the poster, and the tagline featured in it were my suggestions. A few months ago, this logo briefly appeared on the Grok website before being taken down. People who saw it began sharing it as the “new Grok logo.” As soon as I saw it, I absolutely loved it. I then explored different variations, creating multiple posters and alternate logo concepts. Elon Musk and many people at xAI used this poster for the announcement of Grok 3. At this point, there is no official confirmation on whether this will be Grok’s new logo, but I’d love to see it happen! ✌️show more

Dogan Ural
78,103 Aufrufe • vor 1 Jahr
I just sold my startup Talknotes for $200,000 on... acquire.com 💸🤯🤩💰🥳🎉 I launched it last August when I was looking for an idea I could grow with paid ads, and made a MVP in one week. I took it from $0 to $7500 MRR in just 11 months. 👉 Here is how I grew it from zero: 💡 Idea: I got the idea when I tried to write a tweet using Google Doc's transcription tool, but it was terrible. And I was pretty sure I wasn't the one too lazy to type. So I made my own solution, and Talknotes was created. The audience is pretty broad so it was a perfect fit for Meta ads However… ✅ Validation: My rule is to only reinvest what the project generates, so, no ads until I make enough cashflow ❌ Listing on startup directories + a few Twitter sales generated $700 after 10 days. Yes, it's not much, but more than enough to show there is interest in the product and tell me to keep working on it 🤩 I started adding the features users requested, but the launch effect started to wear off and daily revenues quickly went to $0 after a few weeks 🫥 I got depressed and almost gave up on the app... 😔 But luckily, my friends and Dan Kulkov pushed me to continue And I'm glad they did because In October, I launched on Product Hunt 😸 and it blew up 🤯 It got Product of the Day and reached $1500 MRR thanks to the media coverage 🚀🚀 Until then, everything was done using vanilla JS/CSS/HTML + Node for back end. It's simple and easy, but I saw the limitations, so I remade the app using Nuxt to make it easier in the future 🏗️ (thanks to @blackevilgoblin and Piotr Jura for the content/courses! Tim Bennetto as well for the basics!) After that, I took a break and then launched ads on Facebook. The strategy is simple: Catch people's attention, and show them how the app can help them improve their life. No need to over-complicate 🙅♂️ Making good creatives is 80% of the job when doing ads on Facebook, most of the technical stuff is done by AI now. Thanks to the boost in traffic, I implemented a feedback loop: 1) Get new users 👥 2) Learn to know them with the onboarding form 💬 3) Make more ads based on the data you get from onboarding 📝 And it completely blew up. MRR doubled in ~2 months However... In May, I had a bad burnout 🥵😩 Multiple bugs slipped into the app, and I had to spend 2 days fixing everything in an emergency while revenues plummeted. This completely fucked me up mentally and had a hard time working on the app after that ( 💀💀 So I decided to list it on acquire.com and made a Twitter post ( I listed it for $200,000, a pretty low price considering the revenues and fast growth. I could have gotten $300,000 if I accepted payment over time, but $200,000 today is better than $300,000 tomorrow for me. 🚨 The process went smoothly until we tried to use Escrow, which almost fucked up the whole deal. (details: I got extremely lucky because the buyer really wanted to buy the app, but this could have ended the deal. We had to wait over a week to get the money back from them, even tho they said they already refunded it. But luckily, after threatening them, they sent it back the next day 🙃 The buyer finally got the money back, I transferred every asset to him, and he sent me the wire. With the profit made from the app + the sale, and other projects, I'm 30% away from being a millionaire 🤯 With this amount, I can pretty much retire in Asia if I want to. But that's just the beginning, I’m going to launch new projects soon! 🚀 But before that, I need to take a real vacation and detox. My brain is completely fucked up by those last 2 months. I gained weight, and got brain rot from scrolling all day waiting for the acquisition to move forward 💀💀 Surprisingly, doing absolutely nothing is 10x more exhausting than working 15h per day 🥱 Now, all this might sound like an overnight success. It is not ‼️ This is the result of 7 years of failure and working like a madman. I launched over 40 projects in those 7 years, and most of them failed. But a few took off, and that’s all I needed All those weeks working 15h/day without weekends and vacation feels soul-sucking when you don’t see the end, but this is what took me there You only need to win once to snowball everything. Work hard, focus, fail a lot and keep shipping fast. 🚀🚀 Thanks to you for reading until here, and thanks to everyone who supported me 🤞show more

Nico
457,894 Aufrufe • vor 2 Jahren
Here is the tool I built yesterday in Claude... code in maybe 10-20 minutes? It truly baffles me when people say “the AI bubble” this simple tool would’ve took devs 2-5 days and would have cost me 500$-1000$ Claude code made it for me on a 20$ monthly subscription, and a free Gemini api key. I actually want to preform an experiment asking developers how much they would charge for such a tool to get a consensus on how much money Claude Code has saved me.show more

Chris
170,273 Aufrufe • vor 6 Monaten
I genuinely don't understand why everyone isn't using this... yet Andrej Karpathy, a co-founder of OpenAI, posted a simple idea that hit 16 million views: stop using AI to write code, use it to build a second brain. You point Claude Code at a folder, drop in any source, an article, a transcript, a PDF, and Claude reads it, links it, and files it into a living wiki of everything you know. It compounds like interest, the more you feed it, the smarter it gets. Here's the whole thing: > Install Obsidian, create a vault, open it in Claude Code > Paste Karpathy's wiki idea file and tell Claude to build it > Claude makes three folders: raw for sources, wiki for its pages, a CLAUDE.md that runs it > Drop any source into raw and say "ingest this" > Ask questions across everything, forever Five minutes to set up, and you never start from a blank chat again. Full step-by-step guide with Claude and Obsidian, link below. Bookmark thisshow more

Ridark
6,840,732 Aufrufe • vor 28 Tagen
No matter how many years it has been, I... still love to make Mario Moonwalk every time I reach Super Mario Bros. World 4-2. As a kid, it was part of the neighborhood collective play pattern. Like blowing in cartridges and the Contra Code, it was one of those things that was simply “known.” Michael Jackson was at the height of his popularity, and most kids knew of the Moonwalk, which became legendary after he first performed it during Billie Jean at Motown 25. A neighborhood boy showed this to me one day in the late 80s playing it on Nintendo and we all thought it was so cool. Years later it’s still habit! Though familiar to many, I realize this might be new to some. To do it, enter World 4-2 small, make the cursed jump, then leave enough space at the left of the screen so that you can walk back under there after getting the hidden mushroom. Face left, then press right when the Mushroom reaches you to Moonwalk! Whether new to you or simply a fun reminder of a gaming staple of youth, I hope it gives you a smile today ❤️show more

Christina Rose
25,193 Aufrufe • vor 1 Jahr
✨ Made a new mini feature on Photo AI:... [ Grab from 3d model ] So the problem is we're at that stage in time (typical for AI) where image-to-3d models are not good enough but are fun to play with, but we know they'll be good enough in 1-2 years With [ Make 3d model ] you already can turn any Photo AI pic into a 3d model but it still looks hyper clunky and deformed, but it works! One cool idea I had to make that more useful and made now: Let people make a 3d model then change the view of the it with the 3d viewer, then press [ o ] and it grabs a frame of the 3d That image you can then [ Remix ] (img2img), and it becomes a real photo again and that in turn you can then turn into a video again with [ Make video ] So that essentially gives you a fully freeform camera position control to take photos with One thing I need to fix is the background/skybox, I kinda need to take the original photo and remove the person and just get the background for the 3d model viewer, in this case it should be white, but it's a start!show more

@levelsio
119,210 Aufrufe • vor 1 Jahr
Karpathy method + Claude Code reading your whole Obsidian... vault is the smartest second brain on earth. The method is simple and brutal. If you can’t build a thing from scratch, you don’t know it. Tutorials are fake learning and your brain deletes them in 3 days. Most people ignore this. They build a second brain that just sits there, folders of notes nobody reopens, dead text. Point Claude Code at the vault and it wakes up. 5,000 notes, one mind. It reads all of it and answers in your own words and your own proofs, not a model’s guess. Then the loop closes. Want to understand neural nets? Skip the 3-hour video and ask Claude Code to build a tiny one. 200 lines from scratch. Watch it train, break a layer, watch it fail, fix it. It clicks in 20 minutes instead of 3 weeks. The second it lands the note gets written. One idea per file, linked to 10 others, dropped into the vault while the memory is still hot. Now it compounds. Month 1: is 60 notes. Month 6 is 900. Every new note pulls in old ones, so you ask anything and the answer comes from your brain, not the internet. Before: 40 tabs, 6 half read PDF, 0 retained. After: build it once, own it for life. Setup takes 4 minutes. Plain text, no lock-in. A second brain nobody reads is a graveyard. Yours just started thinking.show more

West Lord
585,493 Aufrufe • vor 21 Tagen