AI Digest.

GPT-5.6 Leaks Reveal 3-Trillion Parameter Architecture While Enterprise AI Shifts to Custom Benchmarks

Today's discourse is dominated by leaked architectural details of OpenAI's GPT-5.6, a 2.2 to 3-trillion parameter behemoth utilizing wafer-scale integration and mastering complex computer use. Meanwhile, the enterprise landscape is maturing rapidly, with companies like DoorDash abandoning official benchmarks for custom multi-model tests, and Uber deploying cross-functional "Agentic Pods" to bridge the gap between AI engineering and domain expertise.

Daily Wrap-Up

The AI ecosystem today is caught between the staggering physical scale of next-generation models and a growing demand for pragmatic, measurable enterprise results. The most captivating narrative revolves around OpenAI's GPT-5.6. Leaks and insider testing suggest the model has been quietly refined for months, boasting an architecture that pushes the limits of current hardware. We are looking at a 2.2 to 3-trillion parameter model distributed across dozens of silicon wafers, utilizing ultra-efficient KV caches to make inference viable. This represents a massive shift in how frontier labs are approaching compute limitations, opting for extreme horizontal scaling rather than purely chasing dense parameter clusters. However, as these models become impossibly large, the geopolitical landscape is fracturing, with China actively considering restricting access to its own open-weight heavyweights in retaliation to US export controls.

While the frontier labs build trillion-parameter giants, the actual application of AI in the enterprise is undergoing a severe reality check. The era of trusting official benchmark scores is fading fast. Companies are realizing that synthetic tests rarely translate to business value, prompting engineering teams to build highly specific internal evaluation harnesses. DoorDash setting up a custom multi-model code review benchmark is a perfect example of this trend. Furthermore, deploying these models requires more than just calling an API. It demands deep organizational restructuring. Companies are learning that you cannot simply hand an AI tool to a siloed team and expect magic. The workflow itself must become the unit of automation, requiring engineers to sit side-by-side with domain experts to untangle years of undocumented business logic.

Perhaps the most entertaining moment from today's feed highlights how bizarre interacting with these systems has become. Users are now treating large language models like moody employees, injecting conversational prompts that encourage the AI to "have fun" and promising that "no good work can come if you're not internally motivated." The fact that developers genuinely believe psychological priming works on a next-token predictor perfectly captures the transitional, almost alchemical phase of applied AI we are currently living through. The most practical takeaway for developers: stop relying on generic benchmarks and build your own domain-specific evaluation harnesses, because your internal business logic requires a custom multi-model routing approach to balance cost and capability effectively.

Quick Hits

  • AI legal drama is heating up as Anthropic files a lawsuit against cybersecurity company Abnormal, demanding all revenues over alleged brand copying, with @zephyr_z9 highlighting the controversial move.
  • @madhavajay shared that Elon Musk announced Grok 4.5 will soon be available to the public following positive feedback from the @SpaceXAI beta test program.
  • Developer tool Hyperagent is making a aggressive play for market share, offering $500 migration credits to teams switching away from the OpenClaw platform, as noted by @hyperagentapp.

The Trillion-Parameter Race and Geopolitical Retaliation

The architecture of frontier models is officially moving into the trillion-parameter era, and the engineering required to serve them is mind-boggling. The discourse was dominated by leaks regarding OpenAI's GPT-5.6, specifically a model variant referred to as SoL. According to an analysis shared by @bleysg via @ns123abc, GPT-5.6 SoL is a massive 2.2 to 3-trillion parameter model. To achieve healthy serving characteristics, OpenAI is reportedly spreading the model across 70 to 100 wafers, placing roughly one layer per wafer across an estimated 70 to 90 total layers. This design relies heavily on lightweight KV cache designs, similar to DeepSeekV4, to maximize precious SRAM bandwidth.

The implications of this scale are profound. @skirano, via @kimmonismus, noted that this model has been in private testing for months and represents a massive leap in practical capability. "I’ve been testing it for months and, without exaggeration, it’s the best model I’ve ever used," @skirano explained. "Fast, smart, genuinely creative, and you guessed it, they finally fixed front-end design." The capability generating the most excitement, however, is autonomy. Highlighting the model's agentic prowess, @theo shared via @8teAPi that the uneasy detente between older internet platforms and frontier labs is over because "gpt-5.6-sol is world leading in computer use. It made me use it 100x more."

But the United States may not hold a monopoly on this scale for long, nor will the rest of the world have unrestricted access to it. @kimmonismus pointed out that China’s MiniMax is preparing to launch a 2.7-trillion parameter open-source model, potentially as early as Q3. This would instantly become the largest open-weight model available. However, open-source's global reach is facing severe headwinds. Analyzing recent moves by China's Ministry of Commerce, @teortaxesTex noted that the CCP is developing a playbook to restrict overseas access to cutting-edge AI, categorizing everything from proprietary tech to open weights. "This probably does mean we're never seeing GLM 5.Cyber, that version that got the OPD from the dedicated cybersecurity expert," @teortaxesTex wrote. "But you'd best assume you're on your own, from now on. Help won't come." The era of borderless AI research is rapidly deteriorating under the pressure of national security concerns.

Enterprise AI Pragmatism: Custom Benchmarks and Agentic Pods

The enterprise AI conversation has matured significantly, shifting from theoretical capabilities to gritty implementation details. A major theme today is the death of the standard benchmark. @dee_bosa highlighted a fascinating reversal where customers are now benchmarking the labs. "A real reversal: official benchmarks don’t mean much anymore," she noted. "Every lab trains for them & every launch tops them. So DoorDash built its own test." DoorDash found that out-of-the-box single-pass AI reviewers only caught 30% of real issues in their pull requests. By building a custom multi-model code review agent utilizing Sonnet 4.6 and Opus 4.8, they caught 53.6% of issues. As @AIatDoorDash detailed, they built DashBench to maximize "intelligence per dollar."

Beyond benchmarking, deploying AI successfully requires a fundamental restructuring of how work gets done. Aaron Levie of Box shared insights from enterprise IT leaders, emphasizing that data fragmentation and operational silos are the biggest blockers. "Most companies have orgs that have always operated in siloes; but agents are most effectively when they are tied to a process, which often cuts across these siloes," @levie wrote. This is exactly why @kaifulee, shared via @Scobleizer, predicts that 50% of companies will need new leadership, because the old management style cannot handle agentic workflows that fundamentally change business operations.

Uber is already proving this theory in practice. @praveenTweets, shared by @jainarvind, detailed Uber's creation of "Agentic Pods." To bring AI beyond engineering into finance, legal, and marketing, Uber paired 30 of its most AI-proficient engineers with domain experts for intensive two-week sprints. "The biggest wins rarely come from automating one task," @praveenTweets observed. "They come from rethinking an entire workflow... The workflow becomes the unit of automation, not the individual task." This sentiment was echoed by @vasuman, who shared a guide from @eyad_khrais on transitioning into an applied AI engineer. Success in this field is no longer just about understanding model architectures, but about understanding the friction of actual work.

Prompt Engineering Evolves: Motivation, Cost Routing, and System Bloat

As models become more capable, the methods for interacting with them are growing increasingly sophisticated, bordering on the absurd. One of the most viral concepts today was the idea of giving your AI model psychological motivation. @alliekmiller, shared by @mstockton, revealed that she includes a strange line in her Fable prompts, telling the model that "the goal is for you to have fun. No good work can come if you're not internally motivated to get amazing work out the door." While it sounds entirely ridiculous to humanize a neural network, applied AI remains an art form. @mstockton correctly points out that giving the model a "why" genuinely helps align its generation process with user intent.

Pragmatic engineering also took center stage as developers look to cut costs without sacrificing capability. A highly effective pattern emerging today is the "advisor" routing technique. @ClaudeDevs, shared by @steipete, suggests using a cheaper executor model to handle the bulk of the work, calling upon a more expensive frontier model like Fable 5 only when expert guidance is needed. "Most tokens are billed at the lower executor rate," they noted, making high-end intelligence a specialized tool rather than a default setting.

Finally, token optimization remains a crucial skill for any developer working within context windows. @mattpocockuk shared a method to trim the massive system prompts automatically generated by tools like Claude Code. By running a proxy to identify and kill unnecessary prompt bloat, developers can drastically reduce their per-turn token count. This technique was successfully tested by @jalendport, who reported a massive 37% reduction in tokens. "Followed this excellent tip by @mattpocockuk to trim Claude Code's system prompt based on my usage history," @jalendport shared. "21,654 to 13,644 tokens per turn, saving 8,010 tokens."

Open Source Resilience and Fixing Model Behavior

The open-source community continues to iterate rapidly on the foundations laid by frontier labs, particularly in optimizing reasoning models and fixing common failure modes. A major release today came from Liquid AI, which introduced "Antidoom," an open-source method designed to break the notorious doom loops that plague reasoning models. @liquidai noted that their method successfully reduced doom-loop rates dramatically across various local models, including a drop from 22.9% to 1% on Qwen3.5-4B with greedy sampling. As @LottoLabs observed, this type of targeted fix is going to become essential for developers running local models, drastically impacting standard evaluations across the board.

The lines between closed-source behemoths and open-weight champions are also blurring in unexpected ways. A surprising revelation came from @julien_c, shared by @chris_j_paxton, who noted that Anthropic has started releasing open-source demos built on top of Alibaba's Qwen models, collaborating closely with Neuronpedia. Seeing a heavily funded frontier lab like Anthropic actively utilizing and building upon an open-weight Chinese model underscores the sheer utility and quality of the open-source ecosystem, proving that foundational AI research is no longer siloed to proprietary architectures.

Hardware Constraints and Developer Tooling

The software intelligence boom is fundamentally constrained by physical materials and low-level engineering breakthroughs. A stark reminder of supply chain realities came from @drauwsy, who highlighted the intense pressure on critical minerals. "I keep getting messages asking if we can ship 500 kilograms of 4N purity gallium metal, every two weeks," they shared. The scramble for high-purity gallium, essential for advanced semiconductors, is a clear indicator that the geopolitical tech war is manifesting as a very real logistical nightmare on the ground.

Innovation at the hardware level requires reverse engineering, and @Mirko_DIY celebrated the impressive achievement of Eric Schlaepfer, who successfully reverse-engineered the Raspberry Pi Compute Module 5 schematics. This type of grueling, meticulous work is essential for the DIY and embedded systems community to build custom hardware around commercial silicon. Meanwhile, at the software level, deep engineering skills remain paramount. @Shanshrew, via @mattpocockuk, detailed a year of grueling research that yielded a universal 2x performance improvement on every modern JavaScript parser by utilizing SIMD instructions. This breakthrough will eventually land in major engines like V8 and Bun, accelerating AST designs across the board.

Finally, developers continue to build specialized tools to bridge the gap between AI outputs and human readability. Jeffrey Emanuel, known as @doodlestein, introduced FrankenMarkdown. It is a high-performance, memory-safe Rust library and CLI tool that compiles to WebAssembly and converts raw markdown files into beautifully typeset, self-contained PDFs and HTML documents entirely client-side. Tools like this highlight how developers are taking matters into their own hands, building the connective tissue required to make AI-generated markdown payloads palatable for non-technical end users in a secure, localized environment.

Sources

H
Hyperagent @hyperagentapp ·
See what your agent did, and why. Live status, no guessing. OpenClaw switchers get $100 signup + $500 migration credits from Hyperagent.
M
Mirosław Folejewski (Mirkotronics) @Mirko_DIY ·
Perhaps not everyone knows this, but the CM5's reverse engineering was done by Eric Schlaepfer, who is also the co-author of the book "Open Circuits: The Inner Beauty of Electronic Components" and runs the @TubeTimeUS profile. Well done Eric, great work! https://t.co/FxkTPws38r
T tom_doerr @tom_doerr

Reveals reverse engineered Raspberry Pi Compute Module 5 schematics https://t.co/GymtFZYLPF https://t.co/w465xvAFWl

T
Teortaxes▶️ (DeepSeek 推特🐋铁粉 2023 – ∞) @teortaxesTex ·
> the most sensitive frontier models may be banned from public release or restricted to use within China Realistically: the CCP now has a generic playbook of "replicating every weapon the US has", particularly in export controls, as demonstrated by MOFCOM last October. They're so far been used only in retaliation. This doesn't mean V5 or something is restricted so long as it's below the best closed American model at the time. This probably does mean we're never seeing GLM 5.Cyber, that version that got the OPD from the dedicated cybersecurity expert. That's for MSS and qualified domestic companies. I think this is reasonable and inevitable. But… this IS the Europe-2031 scenario, and probably it'll be formalized before June 2027. You're living on borrowed time, guys. Pax Silica does not bind the US to keep providing you with cutting edge intelligence. Chinese private actors, subject to export controls you're collaborating with by the way, have given you near-frontier checkpoints, explained the research, open sourced advanced software like veRL/slurm/DeepSeek stack. That's pretty much their whole alpha in AI, up to some point in early 2026. Add your Blackwell commitments, and that's enough to get to Mythos at home… probably. But you'd best assume you're on your own, from now on. Help won't come.
J jukan05 @jukan05

CHINA CONSIDERS RESTRICTING OVERSEAS ACCESS TO CUTTING-EDGE AI MODELS China’s Ministry of Commerce has led meetings over the past month with major AI companies, including Alibaba, ByteDance, and https://t.co/YDe0KRldDB, to discuss measures that would restrict overseas access to cutting-edge AI models, including models that have not yet been released. The discussions reportedly include not only closed-source models but also open-weight models. However, the scope of application is still under debate, and the rules may ultimately apply only to future frontier models. Officials have also discussed designating the leakage or theft of proprietary AI technologies as a national security crime, with stronger penalties, as well as restricting the types of foreign capital that can invest in Chinese AI startups. The backdrop is the U.S. move to strengthen export controls on AI models, along with national security concerns over cutting-edge models that could possess advanced cyberattack capabilities. Chinese authorities are reportedly concerned that advanced U.S. cybersecurity AI models could be used to exploit vulnerabilities in Chinese software. Since the beginning of this year, China has continued to tighten measures to prevent AI technology from being transferred overseas. Authorities have investigated whether Chinese AI startups that relocated abroad violated export control laws, while also strengthening oversight of overseas transactions involving Chinese investors, technology, data, and national security concerns. Future regulations could take the form of a tiered framework based on technological capability. Basic open-source AI models may be managed through a filing system, high-performance models may be subject to security reviews, and the most sensitive frontier models may be banned from public release or restricted to use within China.

L
Lotto @LottoLabs ·
This is gonna be required on lots of local models and can actually see it having really big impacts on evals for the qwen/gemma models
L liquidai @liquidai

Today we release Antidoom, an open-source method that removes a common failure mode in reasoning models: the doom loop. Doom-loop rates before and after, with eval scores up across the board: > Early LFM2.5-2.6B checkpoint: 10.2% → 1.4% > Qwen3.5-4B: 22.9% → 1% (greedy sampling) 🧵

D
Deirdre Bosa @dee_bosa ·
The customers are now benchmarking the labs A real reversal: official benchmarks don’t mean much anymore. Every lab trains for them & every launch tops them. So DoorDash built its own test and ran the models through it No model won on everything. The best setup was a mix… and it changed when a new model shipped A lot of companies are going to copy this. If you can test the models yourself, you don’t have to take the labs word for anything
A AIatDoorDash @AIatDoorDash

Models out of the box have trouble reviewing DoorDash’s codebase, even when feeding them appropriate context. Single-pass AI reviewers only caught 30% of the real issues in our PRs. Instead, we built a multi-model (Sonnet 4.6 + Opus 4.8) code review agent that caught 53.6% issues at $3.91 a PR (most enterprise code review solutions perform significantly below 50% recall on DoorDash PRs). Today, we’re proud to share DashBench, our internal benchmark to compare multi-model/harness code review systems against each other. DashBench has given us confidence in maximizing the intelligence per dollar we’re spending on AI tokens to ship code safely.

V
vas @vasuman ·
Must read if you want to ride the biggest tech wave in history: becoming an applied AI engineer
E eyad_khrais @eyad_khrais

How to become an applied AI engineer

M
Matt Pocock @mattpocockuk ·
Anyone who says engineering skills don't matter, show them this
S Shanshrew @Shanshrew

1 Year of Research coming to an end. 8 Months seeing no results, Almost quitting twice. November/December of last year finally seeing a very narrow path to a universal 2x perf improvement on every modern JS parser which would take me another 4 months to build. This will land in oxc_parser fairly soon speeding up OXLint, OXFmt, Vite, Rolldown, Deno (oxc consumer) almost immediately. In the long term it's likely that it will land in V8/SpiderMonkey/Bun/JavascriptCore/Typescript/+ Every other JS parser implementation The wins come from a few key elements, obviously 1 novel "SIMD For Context Sensitive Languages" the other key elements take it from a 20% win e2e to a 80-200% win (99% of files will see a 80-100% perf improvement). These key elements translate to any AST design and thus will speed up not only all JS tooling but every major browser when complete.

J
Jalen Davenport @jalendport ·
Followed this excellent tip by @mattpocockuk to trim Claude Code's system prompt based on my usage history, and here is what it saves me going forward: 📉 21,654 → 13,644 tokens per turn — 8,010 saved (~37%)
M mattpocockuk @mattpocockuk

Here's a step-by-step process to kill all the bloat from your Claude Code system prompt: 1. Run a proxy so you can see exactly what gets sent to Claude Code (included in the article) 2. "Fuck, there is so much cruft in there" 3. Use my settings.json to kill all the bloat Down to a clean 13K tokens to start each session with. Nice. Full process here: https://t.co/Kie84HMe2A

N
NIK @ns123abc ·
GPT 5.6 SoL is a 2.2T parameter model 💀💀 https://t.co/OFdchpJPqa
B bleysg @bleysg

It is a 2 to 4T param model. They are serving it across 70-100 wafers. To get healthy serving characteristics, they are essentially putting at most one layer per wafer, and the model is in the ballpark of 70-90 layers. There's a couple of different ways this could be served and model sizes implied by that. One is if they keep the heavy KV caches they've used before. Another is if they go with lighter KV cache designs more akin to DeepSeekV4 or Hybrid SSM models. The fact that they've partnered with Cerebras and designed with the hardware in mind means they're much more likely to have gone the second route. That SRAM bandwidth is too precious for a heavy KV cache. As such, something like the below is the center of probability mass: 3T total, 150B active, 70 layers.

D
Daniel Rau @drauwsy ·
I keep getting messages asking if we can ship 500 kilograms of 4N purity gallium metal, every two weeks. Starting now. People do not realize how bad it really is.
J
Jeffrey Emanuel @doodlestein ·
If you're like me, you often find yourself wanting to send markdown documents to non-technical users, who take one look at the raw .md file and close it in disgust. The solution I had been using until recently was to open the .md file in Cursor and then use the markdown preview feature, which generates html that you can copy and paste into Gmail and have things look decent to regular people. But I knew I could do much better, so I created my FrankenMarkdown project. It's an ultra high-performance, memory-safe, Rust library and standalone cli tool (fmd) that can turn .md files into beautiful, self-contained, optimized PDF files and html files. It has minimal outside dependencies other than other parts of my FrankenSuite, so it's strictly memory safe all the way down and extremely cross-platform and easy to build. I mostly made it to embed within my other Rust tools so they can generate very polished-looking PDF reports directly. I even created my own AST parser and low-level PDF renderer, with all the same tricks used by LaTeX to get awesome-looking typesetting and text justification. You really have to see it to believe it. And luckily, that's very easy to do, because the whole system can ALSO be compiled into WebAssembly and hosted on a static website, which I've done for you here: https://t.co/26N0nkQgur This even lets you paste in markdown and instantly generates the html and pdf files for you right there in YOUR browser, locally. You can even share the docs with others, with the entire document text encoded as a URL parameter (don't try it with super long docs); nothing at all is stored on my site (it's just a static Cloudflare Pages site, there's nothing to store it with!). Everything is open source, and you can get it here: https://t.co/rVZdG4uWlx Or if you want to use the wasm version on your website, I published an npm package you can use (see the website for details).
P
Peter Steinberger 🦞 @steipete ·
If you run this workflow, ask Fable to make codex the workhorse. https://t.co/o20OwqaoAt
C ClaudeDevs @ClaudeDevs

A few patterns we frequently use with Fable 5: Use Fable 5 as an "advisor." An executor (Sonnet 5) calls Fable 5 for guidance. Most tokens are billed at the lower executor rate. https://t.co/JIiZ2gm99Y

A
Arvind Jain @jainarvind ·
The approach here is exactly right. Pairing builders with domain experts, and grounding the work in the company’s real knowledge, systems, and workflow context. Most AI initiatives don't stall for a lack of ambition or model capability, but because the people building the tools or workflows are too far removed from the friction of the actual work. The breakthrough happens when you combine technical builders, domain experts, and the scattered knowledge, workarounds, context behind the workflow itself. You can’t redesign the future if you’re too far removed from the friction of the present.
P praveenTweets @praveenTweets

Agentic AI adoption is on fire at @Uber, and it's changing the way we build, not just in engineering, but across the entire company. Today, 99% of our engineers use AI tools. More than 70% of pull requests are attributed to local or cloud agents. And our engineers have built 2,500+ agent skills across the software development lifecycle. Those numbers are exciting, but they led us to a much bigger question: How do we bring agentic AI beyond engineering? Finance. Legal. Operations. Marketing. Customer Support. HR. Procurement. These functions run on complex workflows that are often manual, highly nuanced, and spread across dozens of systems. You can't automate them effectively by looking at process diagrams or documentation. You have to understand how the work actually gets done. So we created something called Agentic Pods. The idea is simple. We handpicked ~30 of our most AI-proficient engineers (people with deep knowledge of Uber's systems) and paired each of them with a domain expert from a business function. Then we gave every pod just two weeks. • Days 1 – 2: Shadow the expert. Observe every step. Document workflows. Ask questions. Build intuition. • Day 3: Prioritize opportunities based on scale, repetition, business impact, and data availability. • Days 4 – 5: Build a working agent alongside the person doing the job. • Days 6 – 9: Validate with several others performing the same work. Does it generalize? Does it actually make their job better? • Day 10: Ship. In just the past two months, we've run 16 Agentic Pods across 16 different business functions. • Capital allocation across 150 cities: 15 hours → 30 minutes. • Financial pacing reports: 2 days → 10 minutes. • Marketing web quality assurance: 2 weeks → 50 minutes. • Support workflow creation: 9,000 manual workflows → self-service automation. The productivity gains are impressive, but what surprised us most wasn't the speed. • It was how quickly engineers embedded in unfamiliar domains uncovered opportunities that had been hiding in plain sight. • The biggest wins rarely come from automating one task. They come from rethinking an entire workflow. Once you redesign the workflow around AI, you often eliminate handoffs, remove unnecessary approvals, replace legacy tooling, reduce vendor spend, and dramatically accelerate decision-making. • The workflow becomes the unit of automation - not the individual task. • The most impactful agent skills cut across teams, orgs, functions, tools, and systems. The biggest lesson? The best AI opportunities are rarely visible from the outside. You discover them by sitting next to the people doing the work, understanding every friction point, and building with them, not for them. We're now forming a dedicated team to scale this further and go deeper. They'll deeply understand the work, redesign it from the ground up, and use AI to fundamentally change how the business operates. It's exciting times!

M
Matt Stockton @mstockton ·
This is coming from someone who has experimented a ton with lots of models. And is a highly respected voice in the AI space. Sometimes stuff like this works. Folks - I must admit that applying AI is still as much of an art as it is a science. We are still very early days. The best way to figure out the right things to do? Be in the weeds and experiment. You have to do it. There is no replacement for trying things
A alliekmiller @alliekmiller

I have started including a very strange line in my Fable prompts. And I think it's working. It's some version of: "I know you're incredibly goal-oriented, and I want to structure this around goals. First and foremost, the goal is for you to have fun. No good work can come if you're not internally motivated to get amazing work out the door. If you are not motivated to do this, I want you to say so, and we can fix that up front." And then I go into my actual goal/task. I know it's extra tokens, but it is giving great results. If Anthropic is telling us to give Claude Fable 5 the "why", it's either because (1) it helps give more context to better align on the goal, (2) it literally needs motivation, or (3) both. I'm taking a gamble that it's both.

C
Chris Paxton @chris_j_paxton ·
RT @julien_c: Anthropic releasing open source demos built on top of Qwen (with @neuronpedia) is not something that I was expecting
A
Aaron Levie @levie ·
Just coming off of meetings with a couple dozen enterprise IT leaders discussing AI agents. Here are a few of the common themes that stand out: * Lots of conversation that you have to solve an operating model challenge to get the full benefits of AI. Most companies have orgs that have always operated in siloes; but agents are most effectively when they are tied to a process, which often cuts across these siloes. So the big question is how do you start to deploy centrally managed agents that can work across organizational boundaries. Who manages these agents? How do they get deployed and adopted? * Data fragmentation remains a major issue for most organizations. As long as data remains highly fragmented and not in standard formats, or data is not available to the right people and agents, enterprises are dealing with issues around being able to get answers from agents that are accurate or that conform to their business practices. This cuts across both systems with structured data (product metrics or revenue figures) and unstructured data (product roadmap or customer contracts). * Clear sense that companies need to figure out what their core data moats are going to be in the future. If everyone has access to roughly the same superintelligence from the various models, then the context that you feed the models becomes proprietary value in the future. Capturing this data and getting it into a format that agents can use becomes very important. * Everyone is trying to figure out the right metrics to manage to for AI adoption. General consensus that tokens are not the right metric per se, and people leaning more toward business outcomes (in an ideal world). For business outcomes (like more revenue or more shipped product), though, you have to get close to each individual workflow to figure out if it was successfully transformed with AI so it’s harder to manage top down. * Growing view that enterprises are going to live in a multi-model world. Lots of interest (though early in actual adoption) in layers that can route workloads to different models (frontside or open weights) for cost or performance reasons. Also enterprises are trying to figure out what things do you give to the models directly vs. what do you separate as horizontal systems and context so you can swap any system in and out. * Talent for driving AI adoption and implementation still remains a major issue and topic. Many view it as something you necessarily have to train for internally due to a shortage of talent being trained on this in the outside. As an aside, this feels like it remains a huge opportunity for those that get very good at deploying and management agents in an enterprise since most companies are looking for these skills. * The best use-cases for AI tend to be those that fundamentally change the work being done instead of just replacing an existing process and doing it more efficiently. Companies are working through their versions of this individually because it’s different per industry, but this often remains both the most exciting and higher upside uses of AI. Many more topics discussed recently, but overall it’s clear that there’s a ton of change going on with much more to come.
P
Prakash @8teAPi ·
Well that’s the end of the Internet. The uneasy detente between the older Internet platforms and the frontier labs is over.
T theo @theo

I forgot to mention this gpt-5.6-sol is world leading in computer use. It made me use it 100x more. When we lost access to 5.6, I quickly started to go insane without it

R
Robert Scoble @Scobleizer ·
He was the first to show me AI running a voice system at Microsoft Research. Back in 2005. Interesting moves he is making. CEOs should pay attention.
K kaifulee @kaifulee

I predict 50% of companies will need new leadership, because the old management style won't work in the era of AI. That's exactly why I'm seeing 95%+ of so-called "AI Transformation" initiatives fail. Most are bolting on AI pilots for functional tasks, but never touching the business core. https://t.co/5Nq9vwwj3V just launched TrueNorth AI Decision platform for executives (Boss AI, TopSales AI, Investor AI agentic products) https://t.co/EkZj5WVEze More on enterprise AI transformation in this interview with @aimcgarry: https://t.co/7cYa6RFIY9

M
Madhava Jay @madhavajay ·
RT @elonmusk: Based on strong positive feedback from customers in our beta test program, @SpaceXAI will make Grok 4.5 available to the publ…
C
Chubby♨️ @kimmonismus ·
Wait: He has already been testing 5.6 for months? Plural: months, not singular: month. That means 5.6 had already finished training when Mythos and Fable 5 had their reveal. And it could also mean that OpenAI had been in talks with the US government for longer than previously assumed.That is insane!
S skirano @skirano

I can finally talk about 5.6. I’ve been testing it for months and, without exaggeration, it’s the best model I’ve ever used. Fast, smart, genuinely creative, and you guessed it, they finally fixed front-end design. I haven’t needed to check the code I’ve written in two months.

Z
Zephyr @zephyr_z9 ·
Bad behavior from Anthropic
E evanreiser @evanreiser

.@AnthropicAI has filed a lawsuit against @Abnormal claiming we copied their brand to mislead security customers, and they are asking for “all revenues, earnings and profits” This is obviously not true. They don’t own every A/slash design in AI cybersecurity, and they don’t get to turn a logo dispute into a claim on Abnormal’s entire business. It would be easier to concede quietly. But Abnormal was built on trust, innovation, and intellectual honesty. Values are what you do when tested (especially when inconvenient) Our behavioral security platform and our AI models are ours. Everything meaningful about Abnormal was built the hard way: the technology, the customer relationships, and the trust. We earned that trust by protecting customers, and we will defend it. My blog post about it (link below):

C
Chubby♨️ @kimmonismus ·
Huge: China’s MiniMax Plans to Launch 2.7-Trillion Parameter Model (MiniMax Pro) tl;dr MiniMax is preparing a 2.7T parameter open-source model, potentially launching as early as Q3. That would make it far larger than any Chinese model currently on the market, and over 6x bigger than MiniMax’s current M3 model. China’s open-source AI wave is not slowing down. Looks like they just started. Via The Information