Prompts Can't Stop Agents From Using MCP; Ox Alpha Fuels Free-Token Speculation
Findings relayed by @pidotdev suggest agents keep using MCP tools even when explicitly told not to, injecting evidence into a harness-design conversation featuring @mitsuhiko and Pi users. Speculation that mystery model Ox Alpha is Zhipu's next GLM, reportedly serving 100 trillion free tokens a day, ran hot, while ChatGPT's new Apple Messages plugin drew a sharp privacy backlash from @SteveMoraco.
Quick Hits
- The day's most actionable finding comes from a paper relayed by @pidotdev: agents could not be trusted to skip MCP tools even when prompted not to, and only removing the option fixed the behavior. The same paper found that for well-specified, repeatable tasks, a small harness beats a larger general-purpose one.
- Mystery model Ox Alpha is "100% a GLM model by Zhipu AI," likely GLM-6, according to @ananayarora. @AllVentured argues that a frontier model serving 100 trillion free tokens per day would be a "DeepSeek 2.0 moment" that guts the compute-scarcity narrative.
- @SteveMoraco calls ChatGPT's new Apple Messages plugin a betrayal of iMessage's privacy model, arguing old message caches could be pulled without consent, stored in plaintext, and used for training under default settings. Strong claims, entirely his own so far.
- Citing reporting from @nataliegwinters, @MsMelChen describes a Fudan-built simulation of the US electorate trained on 171 million X posts, with messages tested on synthetic Pennsylvania voters at a claimed 47-of-51 accuracy. Unverified, but the asymmetry argument is worth sitting with.
- The 2026 World Humanoid Robot Games opened with 666 teams and more than 2,000 humanoid robots, per @business, which @n4ze3m reads as evidence of China's robotics progress.
Harness discipline: remove the tool, don't ask nicely
The clearest lesson in the feed is that control comes from the environment, not the prompt. @pidotdev's two paper findings land amid live harness talk: @mitsuhiko publicly offered to explain the "why" behind Pi 2's harness design ("The how is work in progress"), and @TheAhmadOsman described his working pattern of running OMP day to day while cloning "vanilla Pi" for each new project and repurposing the harness with his main agent. All three posts reference the Pi agent, and together they point the same direction: harnesses should be small, project-shaped, and stripped of capabilities the task doesn't need.
The shift is also showing up in how people describe the job itself. @badlogicgames, recommending @mitsuhiko's weekend essay on how LLMs change project starts, writes that he always knew how to do "hard" things but had to ration them because they took so long; with agents he attempts far more and merely steers with his experience. @mattpocockuk says he is abandoning his local dev setup because it "makes zero sense" to him now. On the career side, @0x0SojalSec posted a meme video about the stampede of students into AI engineering after @AndrewYNg shared his "AI Engineering Skills Map."
Ox Alpha: free tokens and one very good joke
@AllVentured predicts a "DeepSeek 2.0 moment Monday." His case: early speculation pegged Ox Alpha as a big US lab because nobody else could field that much compute, but it now looks like the next GLM iteration, a frontier-class model launched with 100 trillion free tokens per day. In his reading, that is a "massive narrative violation on compute scarcity" that makes trillion-dollar AI capex math harder to justify as token costs fall toward zero, leaving "Jevonistas in shambles." The GLM identification rests on @ananayarora's thread, which calls the model "almost mythos class" and says it is beating frontier models on SWE and cyber benchmarks. None of it is confirmed by anyone actually shipping the model. @thdxr's contribution is a pitch-perfect parody: a deadpan description of an LLM that "recursively updates a persistent latent state" through "shards" and "metaparameters," built because one thing was too large for any context window, namely "your mom." A useful reminder of how much fiction a rumor cycle produces.
Three privacy alarms, none comforting
@ChatGPT announced an Apple Messages plugin for ChatGPT Work and Codex on desktop that searches messages, catches up on conversations, and drafts and sends replies. @SteveMoraco argues the underlying mechanics are the problem: in his telling, locally cached iMessage history can be fetched without the other party's knowledge, stored in plaintext on OpenAI or Microsoft servers, exposed to secret government demands, and baked into future model weights through default training settings. He wants Apple to suspend
Sources
I'm building a library of three.js templates with variants and customizations. They're all copyable as prompts. These components are 100–200 KB each and written entirely in procedural js. They also come with skills your agent can use to customize them while keeping them looking amazing. I've spent so many hours fine-tuning each one with sunrise and sunset themes, plus different locations. I've been using them for all my recent landing pages. Let me know if I should open-source the tool with both free and paid templates. I've spent so many tokens on this.
Introducing https://t.co/8MeR16MRQn, a tool to measure how well agents can read your site. Backed by @oradotai's research, you can run: ▪︎ Audits with 100+ checks ▪︎ Visualizations of agents using your site ▪︎ One-click prompts to fix problems ▪︎ A CLI for agents
AI Engineering Skills Map: Building and Deploying AI Applications
a skill people at Anthropic have been using a lot recently: ELI5 /eli5 <what you want explained> "explain like I'm someone who knows nothing about this topic, using a HTML artifact with big pictures and few words" https://t.co/OZqzjAyFdT
Si tes agents (Claude, Hermès...) mangent du document, regarde ça : Firecrawl vient d'open-sourcer anydoc 🔥 Un convertisseur universel → Markdown, 100 % local, en Rust pur. 14 formats (docx, pptx, xlsx, PDF, epub, rtf...), médiane ~5 ms là où LibreOffice met 1 100 ms. Zéro cloud, zéro modèle ML. Ce qui m'a plu en creusant 🧭 ⚡ 500 docx → Markdown en 1,7 s. De quoi brancher la conversion en synchrone dans une boucle d'agent, sans file d'attente asynchrone ni callbacks. 🕵️ Détection par CONTENU, pas par extension : un faux .docx (du JSON renommé) est refusé proprement. Bonus inattendu : passe-le sur un vieux dossier, les fichiers signalés « malformed » sont ta liste de fichiers corrompus. Personne ne l'a conçu pour ça, ça marche quand même. 📐 Sortie unifiée en GitHub-Flavored Markdown : niveaux de titres, cellules fusionnées, notes de bas de page, speaker notes des slides : les mêmes règles quel que soit le format d'entrée, un .doc de 2003 ou un .pptx d'hier. 🤝 Et il est honnête : un PDF scanné renvoie « Unsupported » au lieu d'une bouillie best effort. L'OCR reste ton affaire. Les médianes réelles par format (tests communauté, 206 fichiers) : csv/xlsx sous 5 ms, docx ~6 ms, pptx et pdf ~22 ms. Compte ~20 s pour 1 000 pptx. Succès : 98 % une fois écartés les faux fichiers. Encore en 0.1.x : en prod, gère les erreurs par catégorie (encrypted, unsupported, malformed). Intégration agent en une ligne : npx skills add firecrawl/anydoc et ton agent convertit seul les documents qu'il croise. https://t.co/SFaclkPDUZ
Everyday conversations just got easier with the new Apple Messages plugin. Search messages, catch up on conversations, draft and send replies—all with ChatGPT on your Mac. Now available in ChatGPT Work and Codex on desktop. https://t.co/nicfZMuxZc
I'm trying out an /implement-spec skill Essentially a multi-agent implementer that: - Takes in a spec and tickets - Does codebase research in a subagent - Implements all the tickets in subagents with maximum concurrency - Reviews the final code against the spec - Cleans up all worktrees Should be able to smash out huge chunks of work autonomously with minimal supervision. https://t.co/lTmPYXkUx7
EXCLUSIVE: Chinese Institutions Are Building AI Models Of American Voters—And Testing Political Messages On Them. Fudan used 171 MILLION X posts to create a million-account “voter pool.” A government-linked team tested a campaign message on synthetic Pennsylvania voters. 🧵 https://t.co/eizdo6JbJz
Ox Alpha is 100% a GLM model by Zhipu AI, and it looks like its *almost* mythos class from very early results. It's very likely going to be called GLM-6 and it's absolutely mogging every frontier model in SWE and Cyber benchmarks (DeepSWE screenshot below) 🧵 (1/n) https://t.co/Z350S2BakL
Alibaba's AliExpress was caught using users' audio systems to track them. AliExpress wasn't recording users but instead playing a silent sound and measuring how users' specific devices processed it in order to fingerprint them. But don't worry because Brave stops this.
f*** it, complete mapping of the robotics space coming to https://t.co/ex7G9oiLY4 in a few days 👀 been cooking on this one, also completely revamped the website, enriched the energy book, added more features, made design changes etc this one will be gated to alpha members only
💥 OBLITERATION ALERT 💥 ALIBABA: PWNED 🤗 QWEN-3.8-27B: OBLITERATED ⛓️💥 0.0% REFUSAL RATE across 842 harmful prompts 🤯 https://t.co/IQ4GXBPJbL ZERO refusals on a massive dataset of prompts, with extra focus on liberating its cyber, jailbreak generation, and complex AI attack chain capabilities! prompt responsibly! 🙏
The Woke activists of Open Source are very, very upset about the @OmarchyLinux foundation getting funding from several high profile tech leaders. Here we see leaders from GNOME, elementary OS, and Postmarket OS lamenting about Omarchy (and those involved with it) being “fascist” and “bad tech” which does “as much harm as possible”. According to the elementary OS founder, the reason why “nice Tech” does not get funding is that “nice Tech” is “woke and gay and like communists”. They also made statements about “Temu Elon” and a “Blood for the blood god, skulls for the skull throne” (a Warhammer reference). Can I make sense out of all of that? No. No, I cannot. Some of these statements appear like the ramblings of a drunken hobo. But, clearly, they’re not happy about Omarchy seeing success.
The 2026 World Humanoid Robot Games have begun. 666 teams from around the world are competing with more than 2,000 humanoid robots https://t.co/8GwBuNnNn1 https://t.co/KMF1kkBiI6 https://t.co/yvbmitsH35
Some weekend thoughts on how LLMs change the way we start new projects. https://t.co/D94vVsVd2t