Your curated collection of saved posts and media
"I used a billion tokens this week. I'm not even in the top 100 Codex users at OpenAI." We sat down with @jxnlco (creator of Instructor, now on @OpenAI's Developer Experience team) to talk about how zero-latency inference is changing the way engineers work. https://t.co/PDyHtYRXec
Rethinking On-Policy Distillation of Large Language Models Phenomenology, Mechanism, and Recipe paper: https://t.co/E9e8kOjKvn https://t.co/60yYxgkqAA
Nvidia released Lyra 2.0 on Hugging Face Explorable Generative 3D Worlds paper: https://t.co/HcxsBD2yEh model: https://t.co/bC32ADfvDS https://t.co/RwdR7DUEcY
Habitat-GS A High-Fidelity Navigation Simulator with Dynamic Gaussian Splatting paper: https://t.co/pMpYxXukh7 https://t.co/n7UyazeDge
This AI car drove through 506 cities, a Tokyo typhoon, and Arctic darkness without a single external map. @wayve_ai is giving Waymo and Tesla a run for their money, and most people haven't noticed yet. @l2k sits down with CEO @alexgkendall, who breaks down how they got here and where it's going next. In his words: "taking it from expensive retrofit vehicles to mass-market vehicles that you can buy or manufacture." The old self-driving playbook is dead. The question is who writes the new one. Is your next car going to drive itself before you even think to ask for it?
Robots are maturing. AI models are advancing. Deployments are rarely scaling. Today, deploying a robot still means stitching together systems that were never designed to work together. For every robot. Every time. The industry needs a unified intelligence infrastructure that any robot, any model and any workflow can plug into. We call this an intelligence grid. Infrastructure that makes intelligence composable, deployable, and continuously adapting. Every connected robot evolves as the platform advances. More on what we're building: https://t.co/AMpxxFmtuc
The paper: https://t.co/ThpTSZye1N https://t.co/VjYeVcL983
Continuous Adversarial Flow Models paper: https://t.co/dKxvhVE8Z2 https://t.co/STg8WFRgwY
ClawGUI A Unified Framework for Training, Evaluating, and Deploying GUI Agents paper: https://t.co/VPMTifMWGK https://t.co/xISqw6h3pQ
KnowRL Boosting LLM Reasoning via Reinforcement Learning with Minimal-Sufficient Knowledge Guidance paper: https://t.co/76Mu7D8sUn https://t.co/vnNFqXJ8hY
BREAKING: DHS confirms to @FoxNews that Olaolukitan Adon Abel, the suspect arrested for a seemingly random murder spree in DeKalb County, GA that left two women dead and a homeless man shot, is a national of the United Kingdom who was naturalized into a US citizen during the Biden administration in 2022. DHS confirms to FOX that one of the victims, 40-year-old Lauren Bullis, was a DHS employee who worked in the DHS Office of the Inspector General. She was found stabbed and shot to death while walking her dog. Abel faces two counts of murder, aggravated assault, and weapons charges after police say he carried out an early morning shooting spree in three separate locations in DeKalb County, GA on Monday, shooting and killing a woman in front of a Checkers, shooting and stabbing Lauren Bullis to death while she was walking her dog, and shooting a homeless man several times in front of a shopping center. Motive is unknown. DHS confirms that Abel had a lengthy rap sheet prior to this incident, including prior convictions for sexual battery, battery against a police officer, and assault with a deadly weapon. Photo courtesy: DHS
Grok just hit its highest monthly traffic EVER: over 326 MILLION visits in March alone Thatโs a massive 61% jump YoY and up 9.3% just since February People love Grok because it's the only AI they can trust with the answers and ask anything without hitting the policy walls unlike other AIs
It took me a few hours yesterday, but I got access to the case files for Olaolukitan Adon Abel previous se*ual battery case from Savannah GA that caused him to be BANISHED from the ENTIRE CITY. I'll drop the files below, but here's the story: >Abel assaulted 4 different women in the span of a few hours >4 victims, 4 counts of se*ual battery, in Chatham County, April 2025. >When police tried to arrest him, he resisted. >They added an obstruction charge on top of everything else >That obstruction charge vanished before trial >Prosecutors dropped it entirely. No explanation given. >His attorney, B. Foster, got all 4 se*ual battery counts handled under Georgia's First Offender Act >Meaning if he completed probation, the whole thing would essentially disappear from his record. >The judge sentenced him to 48 months, then suspended most of it. >He actually served 120 days in prison TOTAL >Thirty days per victim >He paid $0 in fines >Zero in restitution to any of the 4 women >The court did order a psychose*ual evaluation and required he follow whatever treatment came from it >They mandated mental health counseling >They banned him from the entire city of Savannah for four years >They explicitly prohibited him from possessing any firearm >He signed the probation agreement on June 7, 2025 >7 months later, he got a gun and m*rdered 2 women, including Lauren Bullis You are not angry enough.
๐จ#BREAKING: The woman who was randomly shot in the face 6 times and st*bbed to de*th while she was walking her dog in Atlanta GA has been identified as 40-year-old Lauren Bullis. The suspect, โOlaolukitan Adon Abelโ was also allegedly in the process of se*ually assaulting her be

This group calls for genocide against whites, supports the Islamic regime in Iran, and spreads antisemitism. Then they blame @elonmusk, yet never answer a simple question: why is South Africa becoming what they accuse others of? https://t.co/cxjL6IscPL
Javier Milei: โNo tengo nada en contra de los artistas. Yo mismo tuve una banda de rock. Mi problema es que si necesitas una subvenciรณn del gobierno para hacer arte, ya no eres un artista, eres un empleado pรบblico.โ Milei es un nรบmero uno. https://t.co/SQeY55YZjZ
mathematician Terence Tao on the gpt-5.4 pro solving Erdลs problem #1196: "the AI-generated paper may have made a meaningful contribution by revealing a deeper mathematical connection that earlier work had not clearly made explicit, which value beyond solving this particular erdลs problem"
A couple of people asked me how I did it, so here's the answer: Asking in ChatGPT (not codex, that's a different gpt-5.4) the GPT-5.4 Pro Extended Thinking to solve it. Now, here's a caveat: if you just put "Solve X" and X is an open problem that is easily searchable to be open (e.g. Erdos problem), you get nothing really, just a literature search. So to really force an LLM to think hard about it there are 2 methods: 1. Add "Don't search the internet, this is a test of your reasoning capabilities". Yeah, really. Add after that "Solve X" and it will give it a shot. The problem with that is it often tries to solve problems without searching for any kind of research, so it only works on simpler problems. 2. Add guidance "Solve X with method Y". Now this is really good is you have mathematical background, because you can find some good Y (assuming it's your domain), but you can also pick Y at random from doing a literature search first. now for the actual problem I solve here, I did 2., but with a caveat of running agents before hand. I have the full repo of Agentic Erdos: https://t.co/xegnXal7UT where I've run AI agents over ALL Erdos problems, basically doing basic compute, some arguments, some literature. So when I go to ChatGPT I can use that as a very specific prompt.
Today I solved my second open Erdos problem with GPT-5.4 Pro. It's quite a remarkable day, because within the last 24 hours, two other Erdos problems has been solved as well with AI. Still over 500+ to go. https://t.co/dkrhZSlyBR
Gradio Super Mario theme is out To use this theme, set theme='hmb/super-mario' in the launch() method of gr.Blocks() or gr.Interface(). You can append an @ and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version of this theme example app: https://t.co/QxOFyix6HS
Small models are cheap to run, but expensive to adapt. The hard part is not only fine-tuning. It is the surrounding loop that involves collecting data, diagnosing failures, building evals, avoiding regressions, choosing curricula, and deciding when an update is safe. This new paper introduces Pioneer Agent, a closed-loop system for continual improvement of small language models in production. In cold-start mode, the agent starts from a natural-language task description, acquires data, builds evals, and iteratively trains models. In production mode, it uses labeled failures to diagnose error patterns, synthesize targeted data, and retrain under explicit regression constraints. The results are strong: gains of 1.6 to 83.8 points across eight cold-start benchmarks, no regressions across seven AdaptFT-Bench scenarios, intent classification from 84.9% to 99.3%, and Entity F1 from 0.345 to 0.810. Paper: https://t.co/lFkFiXzP8E Learn to build effective AI agents in our academy: https://t.co/LRnpZN7L4c
Long-horizon AI research agents are mostly a state-management problem. It is not enough for an agent to reason well in the next turn. ML research requires task setup, implementation, experiments, debugging, and evidence tracking over hours or days. This new paper introduces AiScientist, a system for autonomous long-horizon engineering for ML research. The key idea is to keep control thin and state thick. A top-level orchestrator manages stage-level progress, while specialized agents repeatedly ground themselves in durable workspace artifacts: analyses, plans, code, logs, and experimental evidence. That "File-as-Bus" design matters. AiScientist improves PaperBench by 10.54 points over the best matched baseline and reaches 81.82 Any Medal% on MLE-Bench Lite. Removing File-as-Bus drops PaperBench by 6.41 points and MLE-Bench Lite by 31.82 points. Why does it matter? Autonomous research agents need durable project memory, not just longer chats. Paper: https://t.co/A84c75oumP Learn to build effective AI agents in our academy: https://t.co/1e8RZKs4uX
From the Allbirds release: 'Allbirds, Inc. today announced the execution of a definitive agreement with an institutional investor for a $50 million convertible financing facility. The Facility, which is expected to close during the second quarter of 2026, will enable the Company to pivot its business to AI compute infrastructure, with a long-term vision to become a fully integrated GPU-as-a-Service (GPUaaS) and AI-native cloud solutions provider. In connection with this pivot, the Company anticipates changing its name to โNewBird AI.โ'
Markets seem to love this stuff In 2018, Kodak said out of nowhere that it was a crypto company and its stock shot up In 1998, Zapata (an oil firm founded by the Bushes that became a fish meal company) shortened its name to https://t.co/nqMaODkYqt & IPOโed as an Internet stock https://t.co/sE3OVN2kiC
From the Allbirds release: 'Allbirds, Inc. today announced the execution of a definitive agreement with an institutional investor for a $50 million convertible financing facility. The Facility, which is expected to close during the second quarter of 2026, will enable the Company

People of pi. The great @steipete has graced our repository with a bespoke slop PR to fix cache affinity in the OpenAI Responses provider, which should lead to better prompt caching. And the new "pi contribution model (tm)" is now live. Here's how it works: - If you send a PR, it gets autoclosed, unless you've previously been approved by a maintainer. - If you send an issue, it gets autoclosed, unless you've previously been approved by a maintainer. All auto-closed issues are triaged daily. - Issues that follow CONTRIBUTING.md and are worthwhile will be reopened. - Issues that are exceptionally well written get an "lgtmi" comment from me or @mitsuhiko, which will approve all your future issues automatically. No more auto-closing. - Issues that are well written AND offer a PR get an "lgtm" comment from me or @mitsuhiko, which will approve all your future issues and PRs automatically. No more auto-closing. I, the idiot who has to go through all the closed slop daily, mark the last issue I processed with the "last read" label. If your issue is below that and hasn't been opened, then it did not meet the quality standard. You may or may not receive a reply on why the issue was not opened, depending on my time and mood. Accounts that: - Let their agents slop a book into the issue tracker repeatedly - Otherwise behave badly will get their account blocked across all my repositories. no exceptions. not takesies backsies. I get anywhere between 30-50 issues per day. Most of them are agent garbage. This is the only way to keep me sane and ensure the issue and PR trackers have actual good signal.

We are hiring Software Engineers in Tokyo to help us scale Sakana AIโs R&D. If youโre interested in building the data pipelines and full stack infrastructure needed to push the boundaries of automated scientific discovery, weโd love to hear from you. ๐ผ๐ https://t.co/E1uPJa5tIy
AIใตใคใจใณใใฃในใใ็คบใใใใช่ชๅพ็ใช็งๅญฆ็็บ่ฆใฎๆชๆฅใๅฎ็พใใ็พๅจใฎ่ชฒ้กใไนใ่ถใใฆใใใใใซใฏใๆๅ ็ซฏใฎML็ ็ฉถใจใใญใใฏใใ็นใๅผทๅใชใจใณใธใใขใชใณใฐใไธๅฏๆฌ ใงใใ https://t.co/XJtxXbHgOF ็พๅจSakana AIใงใฏใ็ ็ฉถ้็บใๅ ้ใใใSoftware Engineer (Research and Development)ใ ๅ้ใใฆใใพใใใใผใฟใใคใใฉใคใณใฎๆง็ฏใใใใซในใฟใใฏใงใฎ้็บใพใงใ็ ็ฉถๆๆใๅฎ้ใฎใฝใใใฆใงใขใจใใฆใใใญใคใใใใใฎๆถใๆฉใจใชใ้่ฆใชใใธใทใงใณใงใใ ็ๆAIใLLMใชใฉใฎๆๆฐๆ่กใๆดป
THIS IS CRAZY... SOMEONE BUILT WHAT HARDWARE ENGINEERS HAVE NEEDED FOR DECADES you have an idea for a hardware project. itโs been sitting in your head for weeks... you finally decide to build it and then reality hits datasheets, component hunting, spec comparisons, building a bill of materials line by line... sketching wiring diagramsโฆ then fixing themโฆ again writing assembly steps from scratch none of this is actually building and it takes forever someone finally fixed that they built https://t.co/LbSvaOJtLV you describe your project in plain english like you'd explain it to a friend and it generates: โ a complete wiring diagram โ a full bill of materials โ step-by-step assembly instructions instantly the gap between idea and prototype just got a lot smaller
Let's talk parsing tables. Two days ago we launched ParseBench,the first document OCR benchmark built for AI agents. This deep dive breaks down TableRecordMatch (GTRM), our metric for evaluating complex tables the way your pipeline actually consumes them: as records keyed by column headers. https://t.co/2sq5ncGiel
AI agents are shifting how work gets done. Instead of using a single tool, professionals may soon coordinate teams of AI agents to handle complex tasks across workflows, from law to accounting. The key question is not capability, but control. In the age of AI, agency may define who is actually in charge. https://t.co/7WhjEn2TyZ @time @macfound
๐ฅ TODAY: Y Combinator makes history by funding startup Totalis with $500K entirely in $USDC, marking its first stablecoin funding settled on Solana. https://t.co/s6oxHlKvbd

Wall Street just entered the game. @NYSE Wired is now official partner of our @AIatAMD Developer Hackathon - covered by @theCUBE , with @furrier & @bjbaumann2014 in the room. Code meets capital. Officially. โ https://t.co/uwXWQIP1sr. https://t.co/XmlrYtfctg
In order to make sure ARC-AGI-3 games were solvable by humans we tested over 450 people If a game was too hard we either revised it or tossed it completely For maximum transparency we just open sourced all the human replays for public games My favorite charts that come out of these are the Action Progression charts. It's much easier to get a feel for how efficient environment solves turn into scores
ARC-AGI-3 Human Baseline Dataset Today we're open-sourcing the ARC-AGI-3 Human Baseline. This is the most exhaustive human testing study in the ARC-AGI series Every environment was solved by at least 2 people (many by more) from the general public, with no prior training https:
my life changed the moment an old mentor told me this: โstopping your worst habit would change your life way faster than starting your best habitโฆ fix the leak before filling the bucket.โ https://t.co/FZWZBoOxQj
@frankgoertzen Yes https://t.co/z6DHQEj5Un