ποΈ Mira Murati's Thinking Machines Lab drops massive open-weight AI model, Inkling, Apache 2.0 license, no restrictions.
Summary
The July 16, 2026, AI intelligence brief details several key industry advancements. Mira Murati's Thinking Machines Lab released Inkling, a 975B-parameter (41B active) open-weights multimodal model with a 1M-token context window, ranking #10 in Frontend Code Arena and achieving 74.1% on MCP Atlas for agentic tasks. LMCache demonstrated up to a 10.7x speedup in LLM inference by reusing KV cache, supporting AMD MI300X. Meta's Muse Spark 1.1 entered the agentic coding race with competitive pricing (\$1.25/\$4.25 per 1M input/output tokens), outperforming Claude Opus 4.8 on some benchmarks. OpenAI revealed the prompt for GPT-5.6 Sol Ultra's math proof, utilizing 64 subagents and adversarial agents, while GPT 5.6 Terra shows poor intelligence-cost efficiency. Goldman Sachs projects a 24-fold increase in AI agent token use by 2030. Databricks' tests found GLM-5.2 rivals top closed models like Claude Opus 4.8 in enterprise coding at \$1.28/task, significantly cheaper than Opus 4.8's \$1.94/task. Apple also sued OpenAI, alleging hardware secret theft.
Key takeaway
For AI Engineers and Directors of AI/ML optimizing LLM deployments, you should prioritize evaluating open-weight models like Inkling and GLM-5.2, which now rival closed-source performance at significantly lower costs. Implement inference acceleration solutions such as LMCache to achieve up to 10.7x speedups, especially for agentic workloads where token usage is projected to multiply 24 times by 2030. This strategic shift can drastically reduce operational expenses while maintaining or improving model quality, making cost-efficiency a critical competitive advantage.
Key insights
Agentic AI models and efficient inference techniques are rapidly advancing, driving both performance and cost-effectiveness.
Principles
- Open-weight models can rival closed-source performance.
- KV cache reuse significantly boosts LLM inference.
- Agentic workloads demand cost-optimized orchestration.
Method
LMCache manages KV cache across memory tiers to reuse attention states from long prompts, reducing recomputation for repeated or overlapping text in agentic workflows.
In practice
- Deploy LMCache for agentic LLM inference.
- Evaluate open models like Inkling and GLM-5.2.
- Utilize adversarial subagents for complex problem-solving.
Topics
- Open-weight LLMs
- LLM Inference Optimization
- AI Agent Orchestration
- Multimodal AI
- AI Benchmarking
- AI Cost Efficiency
- AI Legal Disputes
Code references
Best for: CTO, VP of Engineering/Data, MLOps Engineer, AI Scientist, Director of AI/ML, AI Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing β
Editorial summary, takeaway, and curation by AIssential. Original article published by Rohan's Bytes.