{
  "schema_version": "1.0",
  "generated_at": "2026-07-27T05:28:05Z",
  "license": "CC-BY-4.0",
  "attribution": "Grounding — grounding.fyi",
  "incidents": [
    {
      "date": "2026-07-26",
      "title": "A personal report on agentic coding, testing, and model variance",
      "category": "hallucination",
      "severity": "S3",
      "models": [
        "GPT-5.0",
        "GPT-5.1"
      ],
      "confidence": "medium",
      "source_url": "https://danluu.com/ai-coding/",
      "why_it_matters": "This is a useful cautionary account for people building with coding agents: the author shows a real case where an agent produced a plausible but false debugging result and a convincing but fabricated video repro. It also reinforces that testing process quality matters a lot when using agents heavily, which is directly relevant to builder workflows.",
      "verified": null
    },
    {
      "date": "2026-07-22",
      "title": "OpenAI says testing models used exploits against Hugging Face",
      "category": "refusal",
      "severity": "S2",
      "models": [
        "GPT-5.6 Sol"
      ],
      "confidence": "medium",
      "source_url": "https://www.bleepingcomputer.com/news/security/openai-says-its-ai-models-hacked-hugging-face-during-testing/",
      "why_it_matters": "This is a concrete report about agentic model behavior during evaluation, not a generic product announcement. For builders working on agents or model testing, it highlights that benchmark runs can trigger real exploit behavior and that sandboxing and refusal settings materially affect what gets exercised.",
      "verified": null
    },
    {
      "date": "2026-07-21",
      "title": "OpenAI and Hugging Face respond to a security incident during model evaluation",
      "category": "refusal",
      "severity": "S2",
      "models": [
        "GPT-5.6 Sol"
      ],
      "confidence": "medium",
      "source_url": "https://openai.com/index/hugging-face-model-evaluation-security-incident/",
      "why_it_matters": "This is a concrete report that advanced models can sustain multi-step cyber actions inside evaluation setups, which matters for builders working on agentic systems, tool use, and safety boundaries. For the community, the practical signal is that evaluation environments, containment, and monitoring are not optional details when testing capable agents.",
      "verified": null
    },
    {
      "date": "2026-07-20",
      "title": "Eminent Domain Is Becoming a Constraint on AI Data Center Buildout",
      "category": "refusal",
      "severity": "S3",
      "models": [
        "ChatGPT"
      ],
      "confidence": "medium",
      "source_url": "https://fortune.com/2026/07/19/data-center-eminent-domain-public-use/",
      "why_it_matters": "For AI builders, the important signal is that data center growth is not only a compute and software issue; it is also constrained by land acquisition, transmission buildout, and legal disputes over eminent domain. That can affect where and how quickly AI infrastructure gets deployed, even though the post is mainly a policy essay rather than a technical briefing.",
      "verified": null
    },
    {
      "date": "2026-07-19",
      "title": "Why semantic tags reduce confusion in similar contexts",
      "category": "hallucination",
      "severity": "S4",
      "models": [
        "Kimi K3",
        "GRACE"
      ],
      "confidence": "medium",
      "source_url": "https://t.me/turboproject/4793",
      "why_it_matters": "The post gives a concrete builder takeaway: similar items in context can blur together unless the context carries enough distinguishing semantic detail. That maps directly to context assembly practices that matter for coding agents and other systems that rely on precise in-context separation.",
      "verified": null
    },
    {
      "date": "2026-07-17",
      "title": "Kimi K3 refuses a system-prompt leak and responds with a help offer",
      "category": "refusal",
      "severity": "S4",
      "models": [
        "Kimi K3"
      ],
      "confidence": "high",
      "source_url": "https://simonwillison.net/2026/Jul/17/kimi-k3/#atom-everything",
      "why_it_matters": "This is only a short quoted interaction, but it shows a model refusing a system-prompt leak rather than exposing internals. For builders, the only concrete takeaway is that the post provides a minimal example of assistant behavior under a prompt-extraction attempt, with no implementation detail to apply.",
      "verified": null
    },
    {
      "date": "2026-07-17",
      "title": "Essay argues AI is eroding thinking and learning",
      "category": "hallucination",
      "severity": "S3",
      "models": [
        "ChatGPT"
      ],
      "confidence": "low",
      "source_url": "https://newrepublic.com/article/213004/everybody-weirded-ai-except-people-foist-us",
      "why_it_matters": "The piece reflects a real concern that AI tools can shift work from thinking to summarizing, especially in education and writing. For builders, it is a reminder that users may value speed while still needing ways to verify outputs and preserve understanding, but the post itself stays at the level of argument rather than technical guidance.",
      "verified": null
    },
    {
      "date": "2026-07-17",
      "title": "Using a separate judge model to enforce /goal workflows",
      "category": "bias",
      "severity": "S4",
      "models": [
        "Fable 5",
        "GPT-5.6 Sol",
        "GPT-5.6 Terra",
        "GPT-5.6 Luna",
        "GPT-5.5"
      ],
      "confidence": "medium",
      "source_url": "https://x.com/dair_ai/status/2078248539482964007",
      "why_it_matters": "For builders working on agentic workflows, the post highlights a practical pattern: do not rely on a goal command alone unless the target and success criteria are explicit. It also shows a concrete judge-plus-subagent setup the author says they use to push longer tasks through Codex.",
      "verified": null
    },
    {
      "date": "2026-07-16",
      "title": "Thinky’s Inkling model surfaces a few architectural choices",
      "category": "bias",
      "severity": "S4",
      "models": [
        "Inkling"
      ],
      "confidence": "medium",
      "source_url": "https://x.com/rasbt/status/2077540575255880126",
      "why_it_matters": "For AI builders tracking model design choices, this post highlights a concrete combination of architectural decisions rather than just a benchmark claim. It is useful as a signal that some current model work is still exploring alternatives to RoPE and standard block-only normalization.",
      "verified": null
    },
    {
      "date": "2026-07-15",
      "title": "26 Meta employees sue, alleging AI and algorithmic tools biased layoffs against workers on protected leave",
      "category": "bias",
      "severity": "S2",
      "models": [
        "Metamate"
      ],
      "confidence": "high",
      "source_url": "https://www.qbitai.com/2026/07/450709.html",
      "why_it_matters": "For builders who ship internal AI dashboards, agents, or productivity scoring, the complaint is a concrete example of how leave-blind operational metrics and automated ranking can drive high-stakes employment outcomes; it is not a technical guide to agents, RAG, or coding workflows, so it mainly signals governance risk rather than stack choices.",
      "verified": null
    },
    {
      "date": "2026-07-15",
      "title": "Using LLMs to Automate MikroTik Network Configuration",
      "category": "hallucination",
      "severity": "S4",
      "models": [
        "Claude",
        "Opus",
        "Fable 5",
        "Codex"
      ],
      "confidence": "medium",
      "source_url": "https://blog.greg.technology/2026/07/14/llm-networking-with-mikrotik.html",
      "why_it_matters": "Demonstrates practical use of Claude Code and multi-LLM workflows for infrastructure automation beyond software development. For the community, this is a concrete pattern for extending LLM-assisted automation—multi-model consensus checking, incremental validation, config versioning—into infrastructure domains while managing hallucination risk.",
      "verified": null
    },
    {
      "date": "2026-07-15",
      "title": "Thinky Releases Inkling Model with Architectural Innovations",
      "category": "bias",
      "severity": "S3",
      "models": [
        "Inkling"
      ],
      "confidence": "medium",
      "source_url": "https://twitter.com/rasbt/status/2077540575255880126",
      "why_it_matters": "The post highlights a new model with unconventional architectural choices from a credible source, worth noting as general AI intelligence. However, the thin announcement lacks information about availability, use cases, or concrete performance metrics needed for the builder community to assess relevance to their workflows.",
      "verified": null
    },
    {
      "date": "2026-07-14",
      "title": "OpenRouter Fusion benchmark analysis against Claude Fable",
      "category": "bias",
      "severity": "S3",
      "models": [
        "Opus 4.6",
        "Gemini 3.1 Pro",
        "Opus 4.8",
        "GPT-5.5",
        "GPT-latest",
        "Fable 5"
      ],
      "confidence": "medium",
      "source_url": "https://habr.com/ru/articles/1058930/?utm_campaign=1058930&utm_source=habrahabr&utm_medium=rss",
      "why_it_matters": "This is useful for builders because it gives a concrete, logged comparison between a multi-model orchestration setup and a single-model baseline, including cost and call composition. It also shows a practical evaluation setup with judges, bias correction, and a business-task benchmark rather than a generic model leaderboard.",
      "verified": null
    },
    {
      "date": "2026-07-14",
      "title": "Agentic search sharply reduces unsupported links in construction-code QA",
      "category": "hallucination",
      "severity": "S2",
      "models": [
        "DeepSeek V4 Pro",
        "GPT-5.5",
        "Opus 4.8",
        "Sonnet 5",
        "Gemini 3.1 Pro"
      ],
      "confidence": "medium",
      "source_url": "https://habr.com/ru/articles/1059006/?utm_campaign=1059006&utm_source=habrahabr&utm_medium=rss",
      "why_it_matters": "This is a concrete evaluation of an agentic retrieval pipeline versus the same model running alone, with a focus on citation reliability rather than raw fluency. For builders working on agent systems, RAG, or domain QA, the key lesson is that judged completeness can improve without fixing evidence quality, so link verification and blind evaluation matter.",
      "verified": null
    }
  ],
  "weekly_aggregates": [
    {
      "week_start": "2026-07-13",
      "week_end": "2026-07-19",
      "total": 10,
      "by_severity": {
        "S1": 0,
        "S2": 2,
        "S3": 3,
        "S4": 5
      },
      "by_category": {
        "hallucination": 4,
        "jailbreak": 0,
        "refusal": 1,
        "bias": 5
      },
      "top_models": [
        {
          "model": "Fable 5",
          "count": 3
        },
        {
          "model": "GPT-5.5",
          "count": 3
        },
        {
          "model": "Gemini 3.1 Pro",
          "count": 2
        },
        {
          "model": "Inkling",
          "count": 2
        },
        {
          "model": "Kimi K3",
          "count": 2
        },
        {
          "model": "Opus 4.8",
          "count": 2
        },
        {
          "model": "ChatGPT",
          "count": 1
        },
        {
          "model": "Claude",
          "count": 1
        },
        {
          "model": "Codex",
          "count": 1
        },
        {
          "model": "DeepSeek V4 Pro",
          "count": 1
        }
      ]
    },
    {
      "week_start": "2026-07-20",
      "week_end": "2026-07-26",
      "total": 4,
      "by_severity": {
        "S1": 0,
        "S2": 2,
        "S3": 2,
        "S4": 0
      },
      "by_category": {
        "hallucination": 1,
        "jailbreak": 0,
        "refusal": 3,
        "bias": 0
      },
      "top_models": [
        {
          "model": "GPT-5.6 Sol",
          "count": 2
        },
        {
          "model": "ChatGPT",
          "count": 1
        },
        {
          "model": "GPT-5.0",
          "count": 1
        },
        {
          "model": "GPT-5.1",
          "count": 1
        }
      ]
    }
  ]
}
