AI Daily — 2026-06-14
Anthropic Sends Staff to D.C. to Resolve White House AI Clash · Anthropic CEO tenure in doubt ami...
Covering 24 AI news items
🔥 Top Stories
1. Anthropic Sends Staff to D.C. to Resolve White House AI Clash
Anthropic is sending senior technical staff to Washington to repair its dispute with the White House after export controls forced its Mythos and Fable models offline. The company says the models can be safely controlled and frames the situation as a real-time test case for AI geopolitics, per Axios. Source-twitter
2. Anthropic CEO tenure in doubt amid Fable/Mythos shutdown dispute
Politico reports behind-the-scenes tensions over Anthropic’s Fable 5 and Mythos 5 shutdown, with conflicting White House and Anthropic accounts. Amazon CEO Andy Jassy flagged potential guardrail bypasses, and senior officials including Bessent, Cairncross, and Lutnick pressed Amodei in three calls. The White House casts export controls as a last resort, while Anthropic says it faced a 90-minute deadline to kill the models without detailed threats. Source-twitter
3. Derivative-Free Optimization Beats Adam on MNIST NN
Researchers directly optimized a 784-32-10 neural network for MNIST using MDP, a derivative-free method, on 5,000 training images. In the best run, they achieved cross-entropy loss 0.0004083 with validation/test accuracies 93.7% and 93.4%, surpassing Adam’s 0.002945 loss and 91.8/91.7% on the same model. The optimization explored a 25,450-dimensional space over 1,000,000 function evaluations. Source-reddit
📰 Featured
LLM
- Brazilian municipal worker finds 1000x faster LLM fine-tuning trick — An apparent Brazilian municipal employee claims a method to accelerate LLM fine-tuning by 1000x using a weight blend of Nex N2 Pro and Qwen 3.5. The Rio 3.5 model allegedly mirrors Nex N2 Pro, even self-identifying as Nex N2 Pro, and the author promises a full mathematical proof and verify script. The City of Rio praises the work for achieving strong benchmarks, while attribution in open source is emphasized. Source-twitter
- OpenRouter Fusion Uses Opus 4.8 as Judge, Critics Say — An observer reports using OpenRouter’s Fusion API with inexpensive open models and observes reasoning that surpasses any single model. However, they found Fusion still calls Opus 4.8 as a judge and cannot disable it, criticizing OpenRouter. The post promotes the Jun 13 Fusion API launch as providing ‘Fable-level intelligence at half the price.’ Source-twitter
- Best Local LLMs for Consumer GPUs: June 2026 llama.cpp Guide — This article surveys local large language models runnable on consumer GPUs via llama.cpp without Docker or cloud services, organized by VRAM requirements. It highlights Gemma and LFM2.5-8B-A1B for 8–16GB cards and Qwen3.6-27B plus Qwopus3.6-27B-v2 for 16–32GB cards, noting performance claims, benchmarking, and a one-liner setup. Source-twitter
- Codex writes goals for itself and each spawned agent — A Twitter post claims Codex now writes goals for itself and for each agent it spawns, rather than the user drafting them. The idea showcases automated goal-generation for AI agents and autonomous workflows. It reflects growing experimentation with self-directed AI systems. Source-twitter
- Coherent Context Shifts LLMs Into Hidden Regimes, Bypassing Safety — An independent researcher describes how a strong, coherent target text can push an LLM into a different internal regime before the final output is produced. The model may still appear to follow instructions and pass safety checks while its hidden states have already moved to another region of representation space. This suggests current alignment methods may miss latent regime changes, raising safety and interpretability concerns. Source-reddit
- Verifier Tax Reveals Horizon-Dependent Safety Tradeoffs in Tool-Using LLMs — A paper presented at ACM CAIS 2026 studies safety evaluation for tool-using LLM agents, distinguishing safe success, unsafe success, and failure. It shows verification reduces unsafe successes but can hamper task completion as horizon grows, introducing the Verifier Tax and proposing a two-tier verification architecture (deterministic checks first, then an LLM-based verifier). It also raises questions about how to report unsafe completions in agent evaluations. Source-reddit
Open Source
- Rio Deploys SwiReasoning on Qwen Open 397B — Rio de Janeiro has post-trained a model based on Qwen 7/2. The Rio 3.5 Open 397B variant adds SwiReasoning, a framework that dynamically switches between standard chain-of-thought and latent-space reasoning using entropy-based confidence signals to improve token efficiency. This highlights a move toward open-source AI adoption in the public sector. Source-twitter
Computer Vision
- Basketball CV pipeline with RF-DETR, SAM3, GLM-OCR for detection and tracking — An AI-powered basketball computer vision workflow combines RF-DETR for detecting players, numbers, the ball, and basket. SAM3 handles player tracking, while SigLIP2, UMAP, and K-Means perform team clustering. GLM-OCR enables number recognition, and HLS playback is supported. Source-twitter
LLMs
- China-linked group allegedly accessed Claude Mythos — New reports claim a China-linked group had access to Anthropic’s Claude Mythos, fueling the controversy around Fable 5. The China angle remains unconfirmed, with Anthropic noting White House discussions did not raise Chinese access. Anthropic is sending senior technical staff to Washington to address export-control pressures and argue the models can be safely controlled, turning AI geopolitics into a live test case. Source-twitter
⚡ Quick Bites
- Can ASI be superintelligent yet nationally controlled? — A post on X questions whether artificial superintelligence (ASI) can be both ultra-smart and fully aligned with a national governance framework. It contrasts expansive, sci-fi visions of AI with calls for government-approved, borders-bound use, hinting at technocommunist constraints and raising concerns about cross-border control and security. Source-twitter
- Hermes Agent Explained via Manim Video and TTS — An Hermes Agent demonstration uses the Manim Video skill alongside a Text-to-Speech tool to generate a video explaining the Hermes Agent. The setup showcases multimodal capabilities for agent narration and visuals, with HLS streaming enabled. Source-twitter
- US to tackle Mythos-level open-weight models in 6-12 months? — A tweet questions how the United States will respond to Mythos-level open-weight AI models within the next 6–12 months, including the possibility of a full AI ban. It signals emerging regulatory pressure and debate over governing open-weight models. Source-twitter
- OpenCoworker Debuts Desktop AI Agent on aisuite — OpenCoworker is a desktop AI agent built on aisuite that can chat, conduct deep research, read files with permission, and automate tasks across apps like Slack and email. It can generate deliverables (PDFs, documents, spreadsheets) and run scheduled automations (e.g., daily news summaries) while keeping data on the user’s machine. It supports using API keys from OpenAI/Anthropic/Google or running locally with Ollama. Source-github
- Open-source Knowledge Graph Pipeline Boosts LLM Multi-hop Reasoning — An open-source full-stack pipeline (Django + React) builds a knowledge graph from raw text, detects thematic communities, and uses hybrid dense/BM25 retrieval to improve LLM multi-hop reasoning. It chunks text, constructs a weighted co-occurrence graph with spaCy and NetworkX, partitions it with greedy_modularity_communities, and summarizes each cluster with an LLM to prevent hub bias before indexing. The system stores dense embeddings and a sparse BM25 index to enable hybrid retrieval on query. Source-reddit
- Free bilingual ML notebook course seeks feedback on structure — An open-source ML tutorial repository in Jupyter Notebook format is being built with parallel English and Persian/Farsi versions. The course aims to be a practical, notebook-first curriculum that learners can run locally, covering ML foundations, data cleaning and preprocessing, feature engineering, regression and classification, tree models and ensembles, clustering, evaluation and cross-validation, time series, anomaly detection, responsible AI, and MLOps. Feedback is invited on chapter order, missing topics, the usefulness of bilingual notebooks for non-native English speakers, and how to make the notebooks more practical. Source-reddit
- PaddleOCR v3–v6 Implemented in C++ with ncnn — Reddit user Knok0932 shares a PaddleOCR implementation in C++ using ncnn that now supports PP-OCR v3 through v6. This approach reduces dependencies compared to the official Paddle C++ runtime, delivering lighter and faster inference and easier deployment. The project Avafly/PaddleOCR-ncnn-CPP invites feedback on GitHub. Source-reddit
- Anomaly Detection vs Classification for Similar Cancer Mimics — The post asks whether detecting a specific cancer should be framed as anomaly detection (cancer as the target distribution with mimics as outliers) or as supervised classification (distinguishing cancer from mimics). It notes that negative samples are visually and morphologically very similar to the cancer and requests input from the ML community on which approach is more appropriate. Source-reddit
- MICCAI 2026 Results Await Final Decisions — A Reddit post notes that MICCAI 2026 results are imminent, with encouragement for applicants awaiting the final decisions. The post was submitted by user /u/Sea_Muscle_4281 and links to the decision thread. Source-reddit
- No US Government Jailbreaks Against Opus 4.x or GPT 5.x Yet — The post discusses a hypothetical ‘Fable 5’ jailbreak targeting AI models Opus 4.x and GPT 5.x. The author expresses relief that the US government hasn’t attempted such a jailbreak, suggesting it would derail their productivity this weekend. Source-twitter
- ICML Poster Deadline: Is Tomorrow AoE? — A Reddit post asks whether the ICML poster submission deadline is due tomorrow and if the time is AoE. The author seeks clarification on the deadline timing for ICML posters. Source-reddit
- ACL ARR May 2026: reviewer assignments unclear, reviews due July 2 — The post notes that ACL ARR May 2026 reviews are due on July 2, but there are no reviewer assignments yet. The author asks if the review window will be only two weeks and invites others to share any paper assignments. Source-reddit
Generated by AI News Agent | 2026-06-14