Only if education could be this interactive ❤️🔥
I've had a looong wish to build something genuinely useful through vibe coding, and I finally did it.
A 3D human anatomy application built with @threejs using GPT 5.6 Sol.
It all started with a single design image that I created using GPT Image 2.0. I then used it to generate every 3D organ image, one by one.
Next, I converted each of those images into 3D models using @tripoai (and no, they didn't sponsor this 😄).
After that, I opened Codex, wrote a master prompt based on the design, and gave it the prompt, the design image, and all the 3D models.
Codex built the first version beautifully, but there was one big problem.
Every single 3D model was nearly 120-150 MB. That obviously wasn't practical for the web and was giving a performance of 16fps.
After a few iterations, Codex optimized each model down to roughly 2–5.5 MB while preserving the visual quality, reducing the total asset size from ~900 MB to just 28.6 MB. And each model loads on demand.
Along the way, Codex also generated those anatomical illustrations showing where each organ sits in the human body, and even created the interactive hotspot markers that explain different parts of every organ. It handled all of that.
The process wasn't exactly one shot, but it also wasn't difficult. You just have to do it step by step.
It genuinely felt like building something that could make learning anatomy much more engaging.
The inspiration came from @DilumSanjaya's 3D animal plant cell project. I remember seeing it and thinking, "I want to build something like this one day."
And I did it :D
Live: https://t.co/gIFgkj8UVB
Code: https://t.co/nijvyWcyxO
do you understand what this means?
> idea hits while you're out.
> you pull out your phone.
> claude code spawns on your laptop at home. starts building.
> you keep living your life.
> your computer is working while you're not at it.
we're not going back.
I’ve been asked a lot why I keep Claude Code auto-compact turned off. Here’s why 👇
If you configure https://t.co/Z4wQQ4XLhK, commands, sub-agents, and hooks properly, you almost never hit auto-compact.
Every time it triggered for me, I lost important context. After looking at how compaction actually works, it was clear that key details were being dropped.
So I disabled it and focused on better context management per session instead.
If you want to see what happens under the hood when a compact runs:
npx claude-code-templates@latest --chats
You’ll get a full breakdown + per-session analytics to keep improving your workflows.
Everyone gets 2x Daily Credits until Jan 12th! ⚡️
To celebrate the New Year and the massive growth of the Vibe Design community, we are doubling your capacity.
We want you to be part of the Vibe Design movement from Day 1. Start your year by shipping.
🚀One of my favorite @antigravity use cases:
Asking the agent to go to a website and identify an arbitrary number of user journeys, then asking for it to make a tutorial for all of them (screenshots and instructions). It's effectively a fast path for QA testing and creating guides!
👇You can also edit / modify any proposed plan, @GoogleDocs-style:
Using the extension, Claude Code can test code directly in the browser to validate its work. Claude can also see client-side errors via console logs.
Try it out by running /chrome in the latest version of Claude Code.
Yes, you wholly own the right to define what success looks like for you. You don't need anyone's permission. It doesn't have to look like anyone else' vision.
The biggest thing is YOU are happy with YOUR results.
💥 We just shipped Qoder and wow, this feels good.
You know how Al tools nail the demo then completely lose it on your actual codebase? Yeah, we were tired of that too.
So we created Qoder, The next-gen Agentic Coding Platform.
It understands your whole codebase (Yes, even that legacy mess), gets your patterns, and ships code that actually fits.
Public preview is LIVE NOW.
100% Free access, no credit card needed.
Come see what we built:
→ https://t.co/Sr2EQjYawa
A lot of the people I chat with over the past few years have seen me adjust the parameters in the URL and they are always shocked because it really does help being earlier to apply. Recruiters aren't reviewing 1100 apps... 200 will get their energy and that's where you wanna be.
There are UI and backend enhancements I want to make before releasing publicly. You can sign up for an email when it's released: https://t.co/gifnHEegzR
My hackathon project is platform that helps you manage locations and send invoices with your own stripe account using Stripe account.
There is a subscription plan to maintain costs of running the platform but there is also a self hosted version you can deploy from the platform.