Want to build websites that actually look professionally designed..?
This 21-minute walkthrough shows how to use GPT-5.6 Sol to go from an idea to polished, cinematic web designs step by step
No fluff. Just practical techniques you can apply immediately
/show-me is a phenomenal skill
Makes PR descriptions extremely easy to read
Basically a toolbox of "nice ways to look at code"
Nice work, @dexhorthy
https://t.co/phB1dAPwgG
I am super excited to share this educational video that I had GPT-6 Astra create from a single prompt: “Create a 5 minute educational video about T cells,” cells that I had devoted most of my life studying!
I also had Astra to use the Remotion plugin for the video generation. Astra also used Imagegen to create the visuals, it also suggested to use HeyGen for narration (have not used that before) and then assembled the entire educational video on its own one-shot, including what to say, how to explain it!
The result is so incredibly well made that, narration, the animations are all so perfectly created that even with 35 years of experience studying T cells, I really don’t think I could have explained this any better myself! The quality is also better than anything I had seen before, Astra is far ahead of all models now!
I’ve also been creating much longer and more advanced videos on T cells, immunology, and related topics, and I’m now planning to build an entire video lecture series and put it all on a dedicated website.
I am just having the time of my life making these, it actually makes me emotional to be able to magically create these with few prompts!
Version 1.4 of the HEY CLI is out. Lots of good stuff. More coverage (including Set Aside Groups). Getting better all the time...
https://t.co/hXudKJnzom
And more at https://t.co/S1XhKx1q15
Realtime TTS-2 is GA today, now the #1 model on Artificial Analysis and fastest TTS in the world of its class.
The research preview got far more usage than expected. That experience went back into research and today's GA model represents the biggest leap in Inworld's history.
you don't have to pay for loom & screen studio anymore.
this open-source tool does screen recording completely FREE.
- no subscription. runs locally.
- auto-zooms on cursor movement & auto-captions
- works on mac, windows & linux
- webcam + screen recording together
- timeline editing, 4K/GIF export
it's a solid free pick for demos, tutorials and product videos.
github link in the comments.
grok-bot just got open-sourced and it run locally completely FREE.
3.8k stars in 2 weeks. MIT licensed.
it gives every AI agent its own computer. own browser, own files, own container.
every action is approved against a policy before it runs, and written to an audit log after.
here's how to set it up:
1️⃣prerequisites
Docker + Bun 1.3+
2️⃣clone and create your env
git clone https://t.co/JpSC6PpBXb
cd OpenBot
cp .env.example .env
3️⃣get intelligence credentials (free plan works)
npx --yes copilotkit@latest login
npx --yes copilotkit@latest project select
npx --yes copilotkit@latest license --write
drop the cpk-... key into .env as INTELLIGENCE_API_KEY
4️⃣ add your model key
"OPENAI_API_KEY=sk-..."
5️⃣ run it
bun install
bash scripts/start.sh
open localhost:3010. that's it.
the underrated part:
the repo ships a prompt.txt you paste into claude code or cursor and it walks the whole setup for you. every claim in it is verified against the actual repo.
what it actually costs:
the code is MIT, free forever. you pay your own model tokens. intelligence has a free tier and can be fully self-hosted if you want zero external dependency.
works with any AG-UI agent. langgraph, mastra, crewai, pydantic ai.
repo in in the CS.