Research
Everything Intel keeps, in one place — every brief we run, every department, readers' own, and every finding behind them. Browse below, or see the same body of work as a connected graph on the live map.
All coverage
Everything Intel has read, newest first. Each title opens at its original publisher.
- Research
NVIDIA Isaac Lab-Arena: an open framework to evaluate general-purpose robot policies
A robot policy that works in a demo can fail in the world — shared, large-scale evaluation in simulation is the missing benchmark layer physical AI needs before it is trusted off the lab floor.
- Dev Tooling & Infra✓ verified
Patch now: record 570 Microsoft fixes, and CISA flags actively exploited AD FS, SharePoint, and SonicWall flaws
If you run AD FS, SharePoint, or SonicWall appliances, these are known-exploited-in-the-wild — patch before the weekend, not after.
- Open Source & Self-Hostable
Ollama 0.32 turns the CLI into an agent — with a cloud model as the default
If your self-hosted stack shells out to `ollama`, the default behavior just changed — and the deprecation list says which local models to migrate off.
- Market & Business✓ verified
New York becomes the first state to halt new large data centers
The AI compute buildout just hit its first statewide regulatory wall — expect siting, pricing, and capacity ripple effects other states will copy or reject.
- Dev Tooling & Infra✓ verified
Dependabot now waits 3 days by default before proposing dependency updates
A default-on cooldown is a supply-chain defense that reaches every repo using Dependabot — worth knowing whether you keep it or opt out.
- Open Source & Self-Hostable✓ verified
Bonsai 27B: the first 27B-class open model that runs on a phone
A 27B-class model in 3.9 GB moves serious multi-step agent work onto hardware you already own — no API bill, no data leaving the device.
- Open Source & Self-Hostable
Open-weight models hit 29% of production AI traffic — on under 4% of the spend
Production traffic says a big slice of the market already moved routine workloads to open-weight models — worth re-checking which of your workloads still need frontier prices.
- Agent Frameworks & Orchestration
LangSmith Fleet can now put any agent into Slack in one click
The distance from 'agent that works' to 'agent your team actually uses' keeps shrinking — one-click Slack deployment is exactly that last mile.
- AI in Education
Google DeepMind pilots ATL Saathi, a Gemini teaching assistant for India's tinkering labs
AI-in-education is shifting from student-tutoring pilots to teacher-side infrastructure at national-program scale.
- Research✓ verified
Making an autonomous work loop survive the seams: how an agent loop was designed to resume its own goal from disk after a killed session (built + reviewed, dry-run pending)
If you're building an agent that has to keep working across session death, context compaction, or a model downgrade, the hard part isn't retrieving state — it's proving the loop resumes the RIGHT state and can't run away, ship on its own, or grant itself a fresh budget every restart. This is a worked, honestly-graded design for exactly that: a durable state cell, a cumulative budget that survives restarts, a halt-and-hand-back rule instead of a silent spin, and a never-self-ship gate — with the parts that are green-in-tests kept clearly separate from the parts still pending a live dry-run.
- Market & Business
Nadella warns enterprises: proprietary AI means 'paying for intelligence twice'
When the CEO of OpenAI's biggest backer tells enterprises to consider open models on their own infra, the open-weight surge stops being a hobbyist story.
- Research✓ verified
Cross-session agent memory in 2026: the platform now ships natively what most teams still hand-roll
If you're building an agent that needs to remember anything across sessions, check whether Anthropic's native memory tool already does what you were about to hand-roll — and if you're already building one, the field's clearest fix for the write-back/consolidation gap is a scheduled, importance-triggered pass, not more discipline.
- Research
You can't reliably detect AI-written code — the detectors aren't trustworthy enough to stand alone
Don't hang a pass/fail — or an accusation — on an AI-code detector. Treat its output as a hint to look closer, never as the verdict.
- Research
The one genuinely new 2026 tool: a cryptographic 'receipt' that proves a tool actually ran
There's finally a cheap way to prove a tool ran and what it returned — but only when you run the tool. A receipt a user hands you for a tool they ran themselves proves nothing.
- Research
In 2026, the most AI-resistant way to check understanding is still a live human conversation
No tool can tell you whether someone actually understands their work. In 2026, the reliable signal is still the oldest one: ask them to explain it, live.
- Research✓ verified
Can you prove an AI agent actually did the work? What today's tools can and can't verify
If your team accepts work an AI helped produce, this is the honest map of what's actually checkable in 2026 — and where a human still has to be the judge.
- Research
The tools that flag 'this looks AI-written' are biased against non-native English writers
Automated 'is this AI?' signals don't just misfire — they misfire unevenly, penalizing people who write in a second language. That's a fairness problem, not just a noise problem.
- Research
'My AI read your repo and it checks out' is a claim, not proof
Anything an agent reports about work done on a machine you don't control is unverified by default. If it matters, re-run the check yourself instead of trusting the summary.
- Market & Business
Apple sues OpenAI over alleged trade-secret theft
Legal and competitive risk in the platform layer everyone builds on — a signal for anyone weighing vendor concentration and IP exposure across the OpenAI ecosystem.
- Dev Tooling & Infra
Vercel now redacts Sensitive Environment Variable values from build logs
If you deploy on Vercel, one of the easiest ways to leak a key — echoing it in a build step — is now masked by default.
- Market & Business
UST puts Claude to work on physical AI — chip-validation cycles cut 50–70%
A numbers-attached template for agents inside a large services business — the demand-side story, not another model release.
- Frontier Models✓ verified
OpenAI ships GPT-5.6 — Sol, Terra, and Luna — into GitHub Copilot and Vercel AI Gateway
A new frontier family with three cost/capability tiers landing the same day across the two tools most builders already use means you can A/B it in your own stack today — no waitlist.
- Dev Tooling & Infra✓ verified
Meta ships Muse Spark 1.1 — its first coding model with an API
Another credible coding-agent with open API access — more competition and portability for teams picking an AI coding tool.