Register and share your invite link to earn from video plays and referrals.

Greg Kamradt
@GregKamradt
President @arcprize, builder/engineer
1K Following    50.4K Followers
I run 20 coding agents in parallel as my everyday workflow. Today, I’m launching Jcode. It’s an open-source agent 20x more memory-efficient than Claude Code, so you can run 20x more agents at once. Try it today:
Show more
reading thru applications. over 600 people applied, 100 admitted last night. we are going to kill SO MUCH SAAS
luna is such a special model, incredible price performance
0
116
1.5K
48
Forward to community
"Products are easy to make right now, but what will happen is product functionality and features will get harder to make because people will push the limits on what's possible." @GregKamradt on vibe coding raising the floor, but also the ceiling
Show more
This is awesome What's your excuse again anon?
My summer project is done! A 20 video, free course on post-training to accompany my book is all on YouTube with slides open for modification & re-use. ~12 hours of content covers the core foundations and some research areas I think will grow in importance. It was a fun time to review all the fundamentals again, as it is clear in the next 1-3 people the amount of people wanting to learn post training will likely 100X again from today, as we have already 100X'ed from two years ago. As AI agents get increasingly capable at coding and discussing these fundamentals (see the code exercises accompanying the book that I am refining with the community) I think developing clear intuitions for how models work and why is one of the most important skills going forward in AI. Still, learning the post-training math is the best way to battle test them. I personally just in this course am starting to master how forward/reverse KL relates to post-training topics. Thanks to all my viewers, and I'm happy to answer questions in the book discord or understand how to better teach the various reward models, on-policy distillation, new RL algorithms, etc. Plus, the book is 50% off right now with the code PBLambert on Manning to celebrate the launch. I'll share the relevant links below. Who's going to make this course for pretraining?
Show more
>be agentic >enjoyed great conversation between @GregKamradt and @catehall on her new book
After a provider reduces costs there are inevitable, "they nerfed the model" rumors We re-tested Luna on ARC-AGI after the 80% price drop and saw the same performance
We re-tested GPT-5.6 Luna from @OpenAI on ARC-AGI (Verified) following its recent 80% price reduction: - ARC-AGI-2: 59.6%, $0.18/task - ARC-AGI-1: 90.7%, $0.07/task The new results match Luna's original performance at a much lower cost.
Show more
I'm interested in where agent-to-agent communication goes Not new protocols, but where actual adoption practices go (like this) * "Prime Agent is limited to its nuclear family, meaning parent, sibling, or child processes." * Message other agents after they've stopped. Like emailing a co-worker after they left the company, they might come back!
Show more
An accurate characterization of the arc of AI is that it is shaped by two trends: 1. Moving more and more logic to a neural model for tasks where training data can be densely sampled (e.g. the shift from pre-DL feature engineering to end-to-end learning circa 2013-2016, and more recently the trend of baking more and more harness functionality directly into models over time) 2. Achieving more and more powerful / generalizable systems by leveraging those neural models in sophisticated neurosymbolic architectures, e.g. AlphaGo instead of an end-to-end Go-player model (2016), the Waymo neurosymbolic architecture instead of a single end-to-end vehicle control model (early 2020s), TTA LRMs and coding agent harnesses instead of plain LLM inference (now). As far as I can tell, this dual trend will keep going. You can always do more with a neurosymbolic system than with just the neural model inside it.
Show more
Another V3 harness - excited to dig in
How does a model understand and explore a world it has never seen? We introduce 🔭VISTA🔭, a visual harness that gives a VLM long-horizon vision for reasoning in an interactive world. With Claude Opus 5.0, it reaches 100% RHAE on @arcprize's ARC-AGI-3, perfectly solving all 25 public games. Blog post: 🧵
Show more
The first long-horizon visual harness to achieve a perfect 100% score on ARC-3! 🚀 Excited to share our latest work from Kaiming’s group. Huge thanks to my incredible co-authors Josh and Linlu!
Agree Agents aren’t buying things for themselves and they aren’t talking to each other yet Prediction is 2027 for both to go mainstream
What's the next OpenClaw moment? I asked @GregKamradt this when we chatted last week. "They're not spending money on their behalf. They're spending money on behalf of humans" "Agents aren't talking to each other that much yet. It's very single-player mode. My agents aren't talking to your agents. I would imagine they probably have something productive to talk about, but they're not doing it right now." "The persistent always-on agents are not here yet. It's still very prompt, go do a work task."
Show more
While scores at the top of ARC-AGI v1/2 are topping out at 95% there is still a lot the benchmark tell us about efficiency Not only does GPT-5.6 Sol get 92.5% on ARC-AGI-2 (sota) but it does so at 1 OOM less cost than GPT-5.5 Pro(!) GPT-5.5 Pro came out 3 months ago...
Show more
Great night hanging with the Claude Code folks. 🙌✌️ @trq212 @The_Whole_Daisy
> Last year, I was constrained by tokens. I fixed that by joining OpenAI > Then I was constrained by CPU, now I feel my constraint is actually *attention* .@steipete came to agents/pizza/wine to demo his agentic engineering workflow
Show more
oh, and if you have a feature request, you tell your agent to put it here
as the energy requirement to build new apps drop I find myself creating tools just for me (I used to create them for other people) the most recent one is readside/dev I liked elevenlabs reader, but I wanted to have a google-doc style comment bar I could chat with claude code - specifically for technical articles that I didn't understand Some features I've added: * Highlight and chat with claude code about a specific piece * Save your highlights * Listen to your articles (I do this while I'm in the car) * Use an LLM to improve the readability of the article (remove the cruft that comes from normal scraping) * Use an LLM to increase the text which gets sent to the TTS model (my main gripe with elevenlab reader was it would read the citations) * Save your articles, mark as read * Add "readside .dev/" to the beginning of any article URL and auto import it It's been fun to prompt new features right when I need them Open to feedback if you have it
Show more
Genuine problem for me. I struggle to keep track of all the work I’m doing with agents. Hopefully this is a UI/UX problem!
> Last year, I was constrained by tokens. I fixed that by joining OpenAI > Then I was constrained by CPU, now I feel my constraint is actually *attention* .@steipete came to agents/pizza/wine to demo his agentic engineering workflow
Show more
> At @tufalabs, we're specifically interested in multi-turn, long-context interactive environments and *ARC AGI-3* is exactly the type of problem we wanna take on. > It reduces some of the complexities around safety and setting up environments and focuses on the core problems...so we're super excited
Show more
ARC-AGI-3 is built different, it has dumbfounded almost all regular attempts so far because it's so much harder than anything that came before. It has no rules, it's agentic and has no explicit goals, they need to be discovered. @tufalabs won the first milestone of @arcprize > There is no language built into the benchmark, but these guys "put the language back in", because in their view - it's the best way to climb up the notional "abstraction mountain" and effectively use many of the abstractions which have evolved over millions of years of language evolution. > They built a novel harness "The Duck" around a 27B open weights model (Qwen 3.6) to solve extremely challenging and novel reasoning problems that require abstraction. > This is the launch video of their winning agentic harness, "The Duck". We have also released an exclusive interview with them on MLST, just dropped. > The million dollar question is: what will @fchollet think about how they've done it, and is this a step towards AGI?
Show more