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,909 görüntüleme • 3 yıl önce
I asked GPT-4 Code Interpreter to make an Elon... Musk vs Zuck cage fight game, and it pulled it off in 20 mins! Here's the game and the convo. Since we're on Twitter, you can only play as Elon for now 😂 Try it here: GPT convo:show more

Ammaar Reshi
106,459 görüntüleme • 3 yıl önce
No more copying & pasting code into ChatGPT to... ask questions about it! I've created a VS Code extension that lets you select multiple files to include in ChatGPT / GPT-4 context so you'll never have to context switch from your editor. Next step: it'll edit the code for you 😁show more

YK aka CS Dojo 📺🐦
243,875 görüntüleme • 3 yıl önce
🤩 I just learned a super cool trick! Do... you know how sometimes you want to record while you scroll on a website, like for a demo or something... But by using the mouse to scroll it turns out to be kinda janky and it doesn't look very good? No? Just me? 🤭 Well, I found out that if you paste this code in the console of your browser: ` setInterval(() => window.scrollBy(0, 4), 16); ` You can make the browser automatically scroll for you! And it looks super cool in the recording! 😎show more

Florin Pop 👨🏻💻
29,839 görüntüleme • 11 ay önce
oh my.. this is over for developers Gemini 3... can create interactive 3D webpage in mins, just a few simple text prompts, it generates all the code you can control millions of particles with your hands and make them form any shape you want tutorial and prompts below:show more

el.cine
616,735 görüntüleme • 8 ay önce
one of my favorite ways to use claude code... skills right now - combining remotion with claude-in-chrome for motion video creation. the workflow is addictive. the clip you see here was produced with minimal prompting effort let me know if you would like me to write a full break down of this process. you describe to claude code what you want, claude code writes the remotion components, opens the remotion studio (via browser) with claude-in-chrome, sees the actual rendered output, and iterates on it in real time. need the arrows pointing to the center of the bubbles instead of the edge? just say it. need the layout shifted to the center? say it. claude sees the preview, adjusts the code, re-renders. then when you're happy you tell claude code to render the final video. but skills are what make this possible. remotion knowledge + browser automation + the taste to iterate visually. no copy pasting screenshots back and forth. no "can you try moving it 10px to the right" over chat. it just looks and fixes. this is the kind of workflow that makes you realize how much further claude code can go beyond just writing code in a terminal. i didn't touch any code while working on the clip you see if you haven't tried combining skills together like this - start experimenting. the skills combos is where the magic is at.show more

elvis
46,494 görüntüleme • 6 ay önce
Imagine you want to learn about the technology behind... LLMs. You instantly get an 100 page book with chapters, content, and structure. What if you find the language too technical? You can change the prompt and the book – all 100 pages – adapts to your needs. What if you want to learn how to code models in python? You can ask for that too, and in seconds, every chapter has code examples alongside the instructional content. That’s the power of an Infinite Bookshelf. Open source, Powered by Groq Incshow more

Ben Klieger
62,600 görüntüleme • 2 yıl önce
Player stats UI animation with GPT Image 2 and... MiniMax H3. This model is amazing for UI animations. Give GPT Image 2 your character image and ask it to create a stats UI. Then use that UI as a reference for MiniMax H3. You can check the prompt in the replies.show more

Kōda
41,330 görüntüleme • 22 gün önce
✨ 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 görüntüleme • 5 ay önce
when you get access to gpt-5, try a message... like "use beatbot to make a sick beat to celebrate gpt-5". it's a nice preview of what we think this will be like as AI starts to generate its own UX and interfaces get more dynamic. it's cool that you can interact with the synthesizer directly or ask chatgpt to make changes!show more

Sam Altman
2,530,365 görüntüleme • 1 yıl önce
GPT-5.4 can write Playwright code, read screenshots, and issue... keyboard/mouse actions to operate computers. You can steer its behavior and set custom confirmation policies for different risk tolerances. On OSWorld-Verified, it achieves a state-of-the-art 75.0% success rate.show more

OpenAI Developers
558,977 görüntüleme • 5 ay önce
Inviting early testers and contributors to Project Devika -... The open-source alternative to Devin. 👩💻 As of now, Devika is far from the capabilities of Devin... but we'll eventually get there. So I am calling the open-source community to join forces! ❤️ Features: - 12 Agentic models that can interact with each other in a feedback loop to understand, browse, research, code, document, and make decisions according to the user's query to complete a project. - Supports Claude 3, GPT-4, GPT-3.5, and Local LLMs via ollama. - Devika can run the code she writes and fix/patch the code herself if she encounters any errors without user intervention. - Devika can deploy static websites she creates on Netlify. (Experimental) - And much more... Will be doing an official launch after intensive testing and bug fixes. 🙌 I've created a Discord server for the early testers and contributors. If you're interested in joining the team, reply to this tweet and I will DM you the invite link. #buildinpublicshow more

mufeed vh
155,054 görüntüleme • 2 yıl önce
2. LandingSite Build Your Dream Website in Minutes with... AI - Let AI write your website copy for you. - LandingSite provides access to millions of high-quality Getty images and videos you can use to make your website stand out above the rest. 🔗show more

Poonam Soni
32,647 görüntüleme • 2 yıl önce
This is the easiest way to make $10k/month with... organic affiliate and AI Arcads launched an ai ugc studio that lets you build an entire army of hyper-real AI actors Then you turn any static image into a high-quality video showcasing any product go to TikTok and make an account + warm it up using arcads you can run an entirely AI UGC account using the same character over and over, making it seem like an authentic TT page Mix the content up with slideshows and videos with the same character Here's the AI stack gameplan: - Claude to help you write scripts - Arcads to generate an image of an AI girlie that fits your product demographic Scroll tiktok and save + download every video / slideshow you see made by clippers promoting a product (there's literally loads) Your going to find an offer on whop for making money online or spirituality and target it towards girls feed all these videos you scraped into a custom google gemini gem trained to deconstruct hooks / angles for you for easy hook inspiration + ideas Deconstruct the hooks, put them into Claude and ask it to give you hooks for the same style of video put for your products your promoting For the videos do caption and reaction + showcase formats Generate the reactions using the character you made in arc ads then manually record the showcasing of the product or proof of the product working Also for caption generate a 8-10 second video you can put text over Include your CTA in the video for reaction style and captions for caption style Plus generate images with the same character and make slideshows directed to your product Now rinse and repeat this make multiple accounts with multiple different avatars and printshow more

Pounds
32,407 görüntüleme • 7 ay önce
made this with text to lottie and claude code... my workflow: design something in figma or just make a rough draft. then ask claude to animate it you'd be surprised how easy it is to add easings, masks, transforms, text effects and all the motion details you can also ask claude to export it as a gif, mp4, png sequence, resize it in different aspect ratios claude and codex already creates something with taste and if you know what you want to create, this workflow is really useful and btw, it's freeshow more

Doruk
14,744 görüntüleme • 2 ay önce
I still don't understand why everyone is not using... this yet. Thanks to it, a year ago I increased my income to 17,000 dollars a month Andrey Karpathy, co-founder of OpenAI, published a simple idea that got 16 million views: stop using AI to write code, use it to build a second brain You point Claude Code to a folder, drop any source in there (an article, transcript, PDF) and Claude reads it, links it, and saves it into a living wiki of everything you know. It compounds like interest: the more you feed it, the smarter it gets Here is the gist: Install Obsidian, create a vault, open it in Claude Code Paste the file with Karpathy's wiki idea and tell Claude to build it Claude creates three folders: raw for sources, wiki for its pages, CLAUDE which runs everything Drop any source into raw and say "ingest this" Ask questions across everything, forever Five minutes to set up, and you never start with an empty chat again The full step-by-step guide is in the article. Save to bookmarksshow more

Bober_smart
2,801,659 görüntüleme • 9 gün önce
How to prompt with Grok imagine : You have... at least, two complementary ways of learning. 1. You look at an image you like, you click on it, and you see the prompt. This way, you can understand how to create an image you like. 2. You know what image you want to achieve, so you write the prompt yourself. Describe what you want in simple terms. Be clear and concise.show more

Déborah
1,017,979 görüntüleme • 1 yıl önce
If you write code for a living, you might... wanna sit down. This AI tool lets you describe your idea → and it builds, styles, and deploys the full app. It even includes plugins like Stripe, Google Auth, and Gemini. I tested 2 builds to see if it actually works:show more

Farhan
96,173 görüntüleme • 9 ay önce
here's a unique AI UGC format that you can... use to sell your products... you can use an image generator like GPT-image-2 to create a still image of a person in the bottom right corner & a green-screen behind them (make sure to prompt it to look organic/hand-held & not perfect quality) then send that to Seedance 2.5 with what you want him to say - you can get unlimited Seedance 2.5 for 33 days on Higgsfield right now, so you can generate these in bulk then in a video editor, you can do a chroma key on the greenscreen background to make it see-through & put a screenshot of whatever the topic of the video is behind the subject there are endless ways you can use this to sell stuff, let your creativity run wildshow more

EP
28,912 görüntüleme • 22 gün önce
MiniMax H3 Instead of sharing the prompts for each... of these videos, I thought it would be more useful to share how I created that prompts. All of the videos were generated with text-to-video. First, find an image with the kind of scene, composition and mood you want to recreate. I used a few YouTube playlist thumbnails as references but Pinterest is also a great place to find inspiration. You can even use your own old or nostalgic photographs. Then upload the image to ChatGPT and ask it to describe the scene. The description it gives you can essentially become your text-to-video prompt. From there, you can generate completely new scenes with a similar composition, atmosphere and cinematic language. You can of course use the reference image directly with image-to-video or as a first frame. But if the original image isn't yours, I prefer using it only as visual inspiration and recreating the scene through text-to-video. This is the prompt I use with ChatGPT: "Describe the scene in this image in English, focusing primarily on what is happening, the characters, their actions and body language, the setting and the overall atmosphere. Also briefly describe the composition, framing, camera angle, approximate lens choice, lighting, color palette and cinematic aesthetic. Keep it concise and scene-focused rather than overly technical."show more

Kōda
51,449 görüntüleme • 15 gün önce