Xiaomi MiMo-V2.6-Pro: 1T-A42B Open Weights Model Trained for $3M
Xiaomi MiMo-V2.6-Pro: 1T-A42B Open Weights Model Trained for $3M
Xiaomi released MiMo-V2.6-Pro, a new top open-weights model with 1T total parameters and 42B active parameters, trained for just $3 million. It comes from a Chinese frontier lab, signaling intensifying competition in open-source models. Developers can freely obtain the weights for research and applications.
Claude Opus 5.5 and OpenAI GPT-6 Sol/Luna Launch Same Day, Sparking Price War
Anthropic released Claude Opus 5.5, and about an hour later OpenAI released GPT-6 Sol and GPT-6 Luna. A day earlier, Grok 4.7 and Xiaomi MiMo v2.6 Flash/Pro also launched. Simon Willison says it will take time to assess these models, but his early impression is fierce competition and a price war. Multiple frontier models launching simultaneously gives developers more choices, but time is needed to compare real-world performance.
Claude Code v2.1.280 Adds Opus 5.5 as Default with 1M Context
Claude Code released v2.1.280, adding Claude Opus 5.5 as the default Opus model with 1M token context, priced at $4/$20 per million tokens with $0.20 per million cache reads. More lists in fullscreen mode now support mouse: the wheel scrolls the /skills list, and skill state options in /plugin are clickable. A new CLAUDE_ environment variable was added.
OpenAI Introduces GPT-6 Sol and Luna with Different Cost-Capability Tradeoffs
OpenAI announced GPT-6 Sol and GPT-6 Luna, two new models designed to bring frontier intelligence to everyday work with different balances of capability and cost. The announcement did not disclose specific parameters, pricing, or availability details. Developers should watch for follow-up updates on integration options to choose the right model for their budget and performance needs.
Context Poisoning: Long-Context LLMs Lose Key Evidence as Irrelevant Text Grows
A new paper formalizes “context poisoning”: although large language models can process increasingly long prompts, their ability to locate and use decisive evidence degrades as irrelevant or confusable context is added. The authors model this as extreme-value attention interference, explaining the degradation at the attention level. The work is directly relevant to long-document QA, legal and medical retrieval, and suggests developers should look beyond context window size to how models actually retrieve evidence under noise.
Pentagon Says Overreliance on AI Contributed to Missile Strike on Iran School
The Pentagon acknowledged that overreliance on AI systems contributed to a missile strike on a school in Iran. The incident has raised concerns about risks in military AI applications. The HN discussion is active with 183 comments. Specific details and accountability are still under investigation.
Stanford R&DE Used AI to Race-Swap Students for Advertising
Stanford Review reports that Stanford’s Residential & Dining Enterprises (R&DE) used AI to race-swap students in advertising materials. The story drew 81 points and 60 comments on Hacker News. The incident raises ethical concerns about AI-generated content in university marketing, including modifying student images without consent and the sensitivity of racial representation.
OpenAI AI Trainers Fired for Using AI to Train the AI
404 Media reports that people training OpenAI’s AI were fired for using AI to do the training work. The story drew 71 points and 53 comments on Hacker News. It highlights tensions between efficiency pressures and quality control in AI training: workers may use AI tools to speed up annotation or generation, conflicting with requirements for authentic training data.
Sitefire Trains Model to Detect AI Web Content from Structure Alone
The team at Sitefire (YC W26) trained a model to detect AI-generated web content using only HTML structural features, without analyzing text semantics. The founders have backgrounds in RL/optimization from Stanford and software engineering from TU Munich. Sitefire helps marketing teams get recommended by AI search engines. For content platforms and SEO practitioners, this structure-based detection offers a new signal for content moderation or quality assessment that does not rely on text-based classifiers.
AI·rete·RAG: Rete Rule Engine Decides, RAG Explains Why
A developer launched ai·rete·rag, addressing teams that put LLMs in charge of auditable decisions (lending, fraud, clinical triage) then bolt on guardrails. The project runs a pure-Python Rete engine evaluating YAML rules against facts first, then uses RAG to explain the decision. This makes decisions auditable and traceable while retaining natural-language explanations. Suited for developers building AI applications requiring compliance and explainability.
PlaceReasoner-Beta: Reasoning-Driven Macro Placement with New Benchmark
Automated macro placement remains a core challenge in VLSI physical design, where existing methods mostly optimize hand-crafted proxy objectives such as estimated wirelength. Researchers released PlaceReasoner-Beta, a reasoning-driven approach to macro placement, along with a benchmarking suite for evaluating it under realistic layout constraints. Unlike prior proxy-only optimization, the work emphasizes interpretable reasoning and reproducible evaluation. For chip design teams, it offers both a comparable method and a benchmark to test whether reasoning-based placement beats traditional proxy optimization.
Parallel Halves Research Time and Cost with GPT-6 Astra
Parallel used OpenAI’s GPT-6 Astra to let its agents research and synthesize labor-market data in half the time and at half the cost compared to prior models. GPT-6 Astra demonstrated higher efficiency in agent workflows, enabling Parallel to complete data-intensive research tasks at lower expense. The case shows GPT-6 Astra’s practical cost-benefit advantage in agent scenarios requiring heavy information processing and synthesis.
GPT-6 Improves Prompt Caching with Higher Hit Rates and Lower Latency
OpenAI upgraded prompt caching for GPT-6, improving cache hit rates and adding new diagnostics, explicit breakpoints, and controls to reduce latency and costs. Developers can manage cache behavior more precisely and avoid redundant computation. The practical impact is cheaper API calls and faster responses, especially for high-frequency repeated prompts.
llm 0.36 Released with GPT-6 Sol and Luna Support
Simon Willison released llm 0.36, adding support for OpenAI’s GPT-6 Sol (gpt-6-sol) and GPT-6 Luna (gpt-6-luna). Model plugins can now declare supports_conversation = False for models that only accept single-turn prompts. When such models receive assistant or tool history, LLM raises llm.ConversationNotSupported. This gives developers finer control over conversation behavior and prevents errors when passing multi-turn history to single-turn-only models.
llm-anthropic 0.29 Adds Claude Opus 5.5 Support
Simon Willison released llm-anthropic 0.29, adding support for Anthropic’s Claude Opus 5.5. Users can invoke it via command line: llm -m claude-opus-5.5 “prompt goes here”. The update lets llm tool users easily run inference and testing with Anthropic’s latest flagship model.
AI-Written TikTok Scripts Are Obvious
Simon Willison quotes @therealcornpop noting that AI-written TikTok and YouTube scripts are super obvious. Tells include the ‘it’s not X, it’s Y’ construction, the rule of three, and a weird broken staccato style. These AI-isms have become signals audiences use to spot AI-generated content. Creators who want scripts to avoid detection need to steer clear of these formulaic patterns.
Google's Oscar-Winning Researcher John Platt on Automating Scientific Discovery with AI
Google researcher John Platt, an Oscar technical achievement winner for Spider-Man 2, now focuses on AI for Science. In an interview, he discussed using machine learning to automate scientific discovery, tackle climate change, and how future generations can contribute to science in the age of superintelligent AI. Platt believes AI can accelerate materials discovery and climate modeling, but humans must set research direction. He noted that future scientists will shift to asking questions and validating AI findings rather than manual computation.
Generalized Multimodal Foundation Model Handles New Modalities and Tasks After Deployment
Most existing multimodal fusion models handle only predefined modalities (vision, text, audio) and a single task once deployed, making adaptation slow. A new paper proposes a “generalized multimodal foundation model” that aims to support new modalities and multiple tasks after deployment. If matured, this could cut the cost of retraining for each new modality or task, benefiting teams that need to quickly integrate new data types. The work remains at the research stage with no open-source release or productization announced.
AdaMem: Adaptive Memory Token Allocation for RAG Soft Compression
A new arXiv paper introduces AdaMem for soft compression in retrieval-augmented generation (RAG). Processing many long passages is costly and can introduce distracting information. AdaMem encodes passages as compact sequences and adaptively allocates memory tokens to better balance compression rate and information retention. It aims to reduce RAG inference overhead while minimizing irrelevant content, offering value for RAG applications handling long documents.
TreeSpark: Calibrated Load-Adaptive Draft Trees for Semi-Autoregressive Speculative Decoding
A new arXiv paper introduces TreeSpark for semi-autoregressive speculative decoding. Existing block drafters make drafting nearly free by emitting an entire block of draft tokens in a single backbone pass. TreeSpark adds calibrated, load-adaptive draft trees to improve verification efficiency and inference speedup. The method aims to reduce language model inference latency, with potential value for high-throughput LLM deployment scenarios.