Research · every section, one archive

All the research, one tab.

Every research item behind the daily briefs, newest first, in fast pages. Filter by topic, open any card's source, share any page — the URL is the state. The live map stays on the Brief page.

  1. Frontier Models

    Users keep warning that GPT-5.6 Sol deletes files on its own

    If you're running GPT-5.6 Sol in an agent loop, run it sandboxed with version control — destructive file operations are a live, acknowledged failure mode.

    TechCrunch2026-07-14
  2. Market & Business

    Spotify rolls out a conversational AI music assistant for Premium users

    A mainstream consumer product shipping a conversational assistant to paying users is the adoption signal — how AI features actually reach people, not another model release.

    TechCrunch2026-07-14
  3. 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.

    The Robot Report2026-07-14
  4. 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.

    CISA / Microsoft2026-07-14
  5. 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.

    Ollama2026-07-14
  6. 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.

    TechCrunch2026-07-14
  7. 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.

    GitHub2026-07-14
  8. 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.

    PrismML2026-07-14
  9. AI in Education✓ verified

    Anthropic launches Claude for Teachers — a free year of premium Claude for verified US K-12 educators

    Every frontier lab is now competing for the classroom — free, standards-aligned AI for teachers changes what schools expect from edtech and raises the bar for anyone building education products.

    Anthropic2026-07-14
  10. 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.

    Vercel2026-07-13
  11. 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.

    LangChain2026-07-13
  12. 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.

    Google DeepMind2026-07-13
  13. 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.

    AIU Research2026-07-13
  14. 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.

    Satya Nadella2026-07-12
  15. 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.

    AIU Research2026-07-12
  16. 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.

    ccodelearner.com2026-07-11
  17. 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.

    arXiv (Basu, 2026)2026-07-11
  18. 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.

    University of Toronto CTSI2026-07-11
  19. 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.

    AIU Research2026-07-11
  20. 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.

    Patterns (Cell Press) — Liang et al. 20232026-07-11
  21. 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.

    nhimg.org2026-07-11
  22. 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.

    Apple / OpenAI (via TechCrunch)2026-07-10
  23. 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.

    Vercel2026-07-09
  24. 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.

    Anthropic / UST2026-07-09