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.
- Agent Frameworks & Orchestration
LangChain + NVIDIA launch the NemoClaw "Deep Agents" blueprint
A ready-made, governed blueprint if you're building multi-step agents — plus LangChain's same-week "your coding-agent bill doubled, here's how to fix it" post is directly useful for anyone watching agent token spend.
- Open Source & Self-Hostable✓ verified
NVIDIA and Hugging Face open new robot foundation models and frameworks for LeRobot
Open robot foundation models plus shared datasets are to physical AI what open LLMs were to text — the fastest lever for teams that can't afford to collect robot data from scratch.
- Market & Business
The AI-native app wave: shared agent memory, agent-debugging, and self-learning knowledge bases
This is what practitioners are adopting right now — whether you build or buy, shared-memory-for-coding-agents and agent-run debuggers/replayers are becoming standard parts of the stack, not novelties.
- Agent Frameworks & Orchestration✓ verified
CISA orders federal agencies to patch a critical Langflow flaw exploited to steal AI-agent credentials
If you're building or self-hosting agent workflows, this is the reminder that agent-orchestration tools carry the same credential-theft risk as any authenticated web app — patch and audit access; don't assume the AI layer is out of scope for basic access-control hygiene.
- Agent Frameworks & Orchestration
Google expands Managed Agents in the Gemini API (background tasks + remote MCP)
A credible non-Anthropic option for hosting agents: if you want a managed (server-side) agent runtime or a second-vendor hedge, Gemini now offers background tasks and speaks remote MCP, so your existing MCP tools plug straight in.
- Open Source & Self-Hostable✓ verified
Tencent ships Hunyuan Hy3, a 295B open-weights MoE model under Apache 2.0
Another serious, permissively-licensed open-weight model you can actually self-host and fine-tune — widening the field beyond DeepSeek and GLM for anyone evaluating what to run on their own infrastructure.
- Market & Business
Government of Alberta uses Claude to find and fix cybersecurity vulnerabilities
A government running agentic coding (Opus + Sonnet) against its own systems to find and fix real vulnerabilities is a concrete, high-trust adoption signal — the exact 'agents doing real work' pattern AI Uni teaches.
- Dev Tooling & Infra
Vercel ships Agent Runs into its MCP + CLI
Surfacing agent-run traces through MCP + the CLI is the "agents observable inside your own dev tooling" pattern — directly relevant to AIU agent-orchestration + the observability lens.
- Research✓ verified
Anthropic + Glasswing partners propose an industry jailbreak-severity score
A common severity scale would change when a lab (or a regulator) decides a model must be pulled — directly relevant to how agent products get governed.
- Frontier Models✓ verified
Claude Fable 5 is back online worldwide — the Claude 5 family, fully redeployed
The whole Claude 5 family your stack runs on is available again — but the recall proved a frontier model can be switched off by regulation overnight, so a fallback model and platform-dependency planning are now real line items.
- Research
Microsoft Research: agent skills as trainable parameters (SkillOpt) + token-efficient agent memory (Memora)
Concrete, buildable levers: systematically optimizing your skill/instruction files (rather than the model) and compressing agent memory can raise quality and cut token cost — directly applicable if you author skills or run long-horizon agents. Figures are the authors' reported results; validate before quoting.
- Frontier Models✓ verified
Claude Sonnet 5 — near-Opus agentic performance at a mid-tier price
A cheaper model that runs agents at near-flagship quality resets the cost math for any multi-agent workload — the exact tradeoff an agent-run org tunes.
- Frontier Models✓ verified
OpenAI previews GPT-5.6 (Sol/Terra/Luna) behind government-gated access
The second frontier launch in a month gated by government — capability is now colliding with access control, which shapes what you can actually build on.
- AI in Education✓ verified
Google brings Gemini into Classroom + free ACT/GRE practice at ISTE 2026
Adaptive, personalized learning is going free-and-mainstream from a platform giant — the competitive backdrop for any AI-tutoring product.
- AI in Education✓ verified
Microsoft's 2026 AI-in-Education report: adoption is mainstream, support lags
The gap between 'schools use AI' and 'schools use AI well' is exactly the gap a structured learning product is built to close.
- Dev Tooling & Infra✓ verified
GitHub secret scanning adds a Supabase-credential detector that blocks the commit
One of the most common AI-built-app failures is the database key shipped to the browser; free push protection on a public repo catches a class of that at commit time — but know which tier you're on.
- Research
The UK is trying to halve householder planning decision times with a Gemini-built assistant
A paperwork backlog that has throttled British house-building for decades is being attacked as a document-understanding problem — which is the shape a surprising number of 'unsolvable' administrative problems turn out to have. The 50% is a target, not yet a result.
- Open Source & Self-Hostable
Z.ai's GLM-5.2 ships with permissive MIT open weights
An MIT-licensed model you can run and modify on your own hardware is a real self-hosting option — no per-token bill, no access gate.
- Research
Google DeepMind launches a Robotics Accelerator, putting Gemini robotics models in startups' hands
When a frontier lab puts its vision-language-action models directly in startups' hands, embodied AI stops being a lab demo and starts becoming an ecosystem — the same pattern that scaled language-model apps.
- Open Source & Self-Hostable✓ verified
NVIDIA releases Nemotron 3 Ultra — a 550B open-weights model
A frontier-adjacent model you can run yourself narrows the gap between hosted APIs and self-hosted stacks for serious agent work.
- Market & Business✓ verified
Anthropic Partner Network: Services Track + Partner Hub
A distribution channel candidate for AI-Uni-built products (Agent Engine, Classroom) — worth a strategic look.
- Dev Tooling & Infra✓ verified
Anthropic Claude Security / codebase scanning (Project Glasswing)
Security tooling from the platform AI Uni builds on — relevant to the three-skill security-review discipline and to the Anthropic Security Plugin install this session.
- Agent Frameworks & Orchestration✓ verified
Coding-agent market consolidates around parallel orchestration
The "stack 2-3 agents" workflow is now the senior-dev default — validates the multi-terminal model as industry direction, not idiosyncrasy.
- Dev Tooling & Infra✓ verified
Researcher shows one malicious GitHub issue could hijack repos running Claude Code's GitHub Action
CI/CD-embedded coding agents inherit the write access of the workflow they run in — treat any agent-triggering input (issue titles, PR bodies, comments) from an untrusted user as untrusted, patched or not.