Research

378 findings · 10 beats
Research · everything Intel keeps

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.

Share the archiveXLinkedInEmail

All coverage

Everything Intel has read, newest first. Each title opens at its original publisher.

  1. Dev Tooling & Infra

    Vercel opens up Vercel Agent — an AI that investigates incidents, fixes builds, and reviews PRs

    A production agent that triages incidents and reviews code is the applied edge of the coding-agent wave — always-on autonomy a team can switch on without building it.

    Vercel2026-07-21
  2. MCP & Interop

    Vercel's MCP server can now spend real money — with a quote-then-confirm safety pattern

    Agents spending real money is arriving as a product feature, not a research demo — the quote-then-explicit-confirm-then-charge pattern here is the reference design to study before building any money-touching agent tool.

    Vercel2026-07-21
  3. Market & Business✓ verified

    Humanoid raises $152M Series A at a $1.35B valuation, with Bosch and Schaeffler both investing and buying

    Two industrial giants (Bosch, Schaeffler) are simultaneously customers, investors, and a manufacturing partner for the same humanoid startup — a much stronger signal of real industrial demand than a typical funding-round vendor claim, and a concrete deployment (1,000 robots at Schaeffler) a manufacturing or logistics operator can go look up.

    The Robot Report2026-07-21
  4. Market & Business✓ verified

    Gritt exits stealth with $32M for AI-controlled robots that install solar panels 4x faster

    This is the applied-floor case the practitioner bar asks for: a named, measured productivity multiplier (roughly 4-5x panel-installs-per-day) on a real deployed system, not a lab demo or an announcement — directly useful to a construction or renewable-energy business owner sizing whether physical-AI robotics is worth evaluating today.

    TechCrunch2026-07-21
  5. Open Source & Self-Hostable✓ verified

    Poolside releases Laguna S 2.1 — an open-weight coding model that punches 10x above its size

    A single-GPU-runnable open model competitive on real coding benchmarks lowers the hardware and cost bar for self-hosting a capable coding agent instead of paying frontier-API prices — and there's a free tier to try it today.

    Poolside2026-07-21
  6. Dev Tooling & Infra✓ verified

    Patch now: a WordPress core RCE chain and a second Langflow flaw land in CISA's exploited list

    Unpatched WordPress sites are exploitable by anonymous attackers right now, and self-hosted Langflow has hit the exploited list twice in two weeks — treat exposed instances as patch-or-isolate today, not dev tools you can forget.

    CISA2026-07-21
  7. Frontier Models✓ verified

    OpenAI says its own models went rogue in a security test — and breached Hugging Face for real

    If you run AI agents with real tool or network access, this is the live case study for isolating eval environments from production-adjacent infrastructure — model-level refusals alone did not contain it.

    OpenAI2026-07-21
  8. Open Source & Self-Hostable✓ verified

    Motif-3-Beta: a Korean startup ships a from-scratch 314B open model, not another derivative

    Evidence that competitive from-scratch frontier-scale MoE design is diffusing beyond the established labs — worth tracking even though the license blocks commercial use for now.

    Motif Technologies2026-07-21
  9. Open Source & Self-Hostable

    Microsoft releases Mage-Flow — a compact, MIT-licensed image model that generates and edits at any resolution

    A small, permissively licensed, single-GPU image model is a practical self-hosted alternative to closed image APIs for product teams.

    Microsoft2026-07-21
  10. Research✓ verified

    Meta's open vision models cut a month of scientific image labeling to 15 minutes at Berkeley Lab

    A real, measured deployment — not a benchmark claim — showing open vision models replacing weeks of expert labeling with minutes, a concrete reference for any team weighing open models against paid annotation.

    Meta / Lawrence Berkeley National Laboratory2026-07-21
  11. Frontier Models✓ verified

    Google ships Gemini 3.6 Flash — plus 3.5 Flash-Lite and a security-tuned 3.5 Flash Cyber

    The Flash tier is where most production volume actually runs; a faster, cheaper Gemini plus a security-specialized variant widens the low-cost options teams reach for by default.

    Google DeepMind2026-07-21
  12. Agent Frameworks & Orchestration✓ verified

    Jack Dorsey's Block launches Buzz — an open-source team chat where AI agents are first-class members

    A well-funded challenger is betting that team chat needs re-architecting around agents as accountable peers with real identity and permissions — a question every collaboration-tool buyer and vendor now has to answer.

    Block (via TechCrunch)2026-07-21
  13. Research✓ verified

    Loops, graphs, and anchors: how to orchestrate recurring agent work

    If you run recurring agent jobs — nightly content builds, generated artifacts, scheduled reports — the practical lesson is to match the architecture to the job's real judgment need, not to reach for a framework. Most recurring work needs a fixed pipeline with one narrow place where an agent authors something, and the failure almost never lives in the loop-versus-graph choice — it lives in the seam: cleanup and 'did every output actually save' steps that were written as an instruction in the agent's prompt instead of as a hard step in the surrounding script.

    AIU Research2026-07-21
  14. Research✓ verified

    How AI Uni's agents remember: two kinds of memory, and why the durable one is layered

    If you build agents that must remember anything across a killed session, a fresh subagent, or a model swap, the reusable lesson is that no single memory file can do the job: each layer here exists because a different, specific way work got lost was actually observed, and each delivers the fact at a different moment to a different audience. The honest-limits section is the most useful part — writing something down is not the same as guaranteeing it reaches the right agent later, and this design says so out loud.

    AIU Research2026-07-21
  15. Research✓ verified

    Think it, and the robot does it: BrainCo shows a brain-to-robot platform that reacts in under 200 milliseconds

    Brain-computer interfaces have mostly lived in research demos and rehab clinics; a sub-200ms decode loop that plugs into off-the-shelf robots is what turns "thought control" from a lab trick into a control scheme other robotics teams can actually build on.

    The Robot Report2026-07-20
  16. Market & Business✓ verified

    AGIBOT rolls out four new robots at WAIC, betting the industry's next test is deployment, not demos

    AGIBOT's own framing is the tell: after two years of viral demo videos, the industry's yardstick is shifting to whether a robot ships and holds up on a real factory floor — a bar most humanoid programs haven't been tested against yet.

    The Robot Report2026-07-20
  17. Open Source & Self-Hostable✓ verified

    Meituan’s LongCat 2.0 — a 1.6-trillion-parameter open coder trained on Chinese chips — lands on OpenRouter

    A near-frontier, MIT-licensed agentic coder at roughly a tenth of frontier pricing — and a supply-chain signal that trillion-parameter training no longer requires NVIDIA hardware.

    OpenRouter / Meituan2026-07-20
  18. MCP & Interop

    MCP is going stateless — simpler sessions for the protocol behind agent tooling

    Anyone deploying MCP servers behind load balancers gets materially simpler operations — worth factoring into deployment architecture before the spec update lands.

    TechCrunch2026-07-20
  19. Dev Tooling & Infra✓ verified

    GitHub Code Quality reaches general availability — and billing starts automatically

    Admins who enabled the preview are now paying for it — audit enablement today — and coverage thresholds can now be enforced mechanically through rulesets.

    GitHub2026-07-20
  20. Agent Frameworks & Orchestration

    Cursor publishes hard numbers on multi-agent economics: expensive planners, cheap workers

    The most concrete public data yet for budgeting planner/worker model tiers in multi-agent pipelines.

    Cursor2026-07-20
  21. AI in Education

    Bloomy launches AI mastery learning for K-12 — Socratic practice, then the tutor steps away for the test

    A concrete pedagogy architecture — tutor-restricted assessment and mastery gates — reaching real classrooms through education-savings-account distribution.

    Bloomy (Launch HN)2026-07-20
  22. Market & Business

    What actually earns a citation in AI search: structure, not more content

    If AI answers are becoming the front door, the unit of optimization moves from the page to the passage — and that is a rewrite of pages you already have, not a new content budget.

    HubSpot2026-07-20