{
  "format": "minglabs/v1",
  "surface": "insights-hub",
  "id": "https://www.minglabs.com/insights",
  "url": "https://www.minglabs.com/insights",
  "htmlUrl": "https://www.minglabs.com/insights",
  "name": "MING Labs Insights",
  "description": "Field notes, frameworks, and concept definitions on Agent Experience and Hybrid Organisation, from MING Labs.",
  "inLanguage": "en",
  "dateModified": "2026-07-17",
  "publisher": {
    "name": "MING Labs",
    "url": "https://www.minglabs.com",
    "sameAs": [
      "https://www.linkedin.com/company/ming-labs-gmbh"
    ]
  },
  "namespaces": {
    "articles": {
      "count": 4,
      "url": "https://www.minglabs.com/insights/articles",
      "jsonUrl": "https://www.minglabs.com/insights/articles.json",
      "status": "active",
      "description": "Editorial long-form: reports, field notes, founder notes, position papers, trend notes."
    },
    "concepts": {
      "count": 4,
      "url": "https://www.minglabs.com/insights/concepts",
      "jsonUrl": "https://www.minglabs.com/insights/concepts.json",
      "status": "active",
      "description": "Definitional pages — schema.org DefinedTerm entries for MING vocabulary."
    },
    "answers": {
      "count": 6,
      "url": "https://www.minglabs.com/insights/answers",
      "jsonUrl": "https://www.minglabs.com/insights/answers.json",
      "status": "active",
      "description": "Question-framed pages for buyer questions that pass Hyperize SUCHE qualification. First page live 2026-07-05; built only when a query passes the gate."
    },
    "references": {
      "count": 0,
      "url": "https://www.minglabs.com/insights/references",
      "status": "planned-phase-2",
      "description": "Canonical source-of-truth pages per MING product or framework. Slated for Phase 2."
    }
  },
  "pillars": [
    {
      "name": "Agent Experience",
      "articleCount": 0,
      "conceptCount": 1
    },
    {
      "name": "Hybrid Organisation",
      "articleCount": 4,
      "conceptCount": 2
    },
    {
      "name": "Methodology",
      "articleCount": 0,
      "conceptCount": 1
    }
  ],
  "vocabulary": [
    {
      "term": "Hybrid Organisation",
      "url": "https://www.minglabs.com/insights/concepts/what-is-hybrid-organisation",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-hybrid-organisation.json",
      "pillar": "Hybrid Organisation",
      "parentArticleSlug": "we-fired-an-ai-agent"
    },
    {
      "term": "Agent Experience",
      "url": "https://www.minglabs.com/insights/concepts/what-is-agent-experience",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-agent-experience.json",
      "pillar": "Agent Experience",
      "parentArticleSlug": "we-fired-an-ai-agent"
    },
    {
      "term": "ABC Framework",
      "url": "https://www.minglabs.com/insights/concepts/what-is-the-abc-framework",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-the-abc-framework.json",
      "pillar": "Methodology",
      "parentArticleSlug": "we-fired-an-ai-agent"
    },
    {
      "term": "Comprehension Obligation",
      "url": "https://www.minglabs.com/insights/concepts/what-is-the-comprehension-obligation",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-the-comprehension-obligation.json",
      "pillar": "Hybrid Organisation",
      "parentArticleSlug": "we-fired-an-ai-agent"
    }
  ],
  "answers": [
    {
      "slug": "should-ai-agents-hold-their-own-credentials",
      "url": "https://www.minglabs.com/insights/answers/should-ai-agents-hold-their-own-credentials",
      "jsonUrl": "https://www.minglabs.com/insights/answers/should-ai-agents-hold-their-own-credentials.json",
      "title": "Should AI agents hold their own credentials?",
      "question": "Should AI agents hold their own credentials?",
      "targetQueries": [
        "should AI agents hold their own credentials",
        "can AI agents hold API keys",
        "AI agent credential management",
        "how do AI agents authenticate securely",
        "AI agent secrets management",
        "AI agent security architecture"
      ],
      "hook": "No. In MING Labs' production fleet, agents hold no credentials at all: no OAuth tokens, no API keys, no database credentials. A gateway layer holds every secret; agents request actions, the gateway authorises and executes them against a whitelisted tool surface declared in each agent's job description. The consequence is architectural, not procedural: an agent that goes rogue, or gets prompt-injected, can do nothing the gateway has not authorised. OWASP names excessive permissions as a root cause of agentic risk; this is the corresponding bright line.",
      "citableAnswer": "According to MING Labs' security architecture, AI agents hold no credentials: no OAuth tokens, no API keys, no database credentials. A gateway layer holds all secrets and executes whitelisted actions on the agent's behalf, so a compromised agent cannot reach anything the gateway does not authorise.",
      "summary": "AI agents should not hold their own credentials. In MING Labs' fleet, all secrets live in a gateway layer that authorises and executes actions against a whitelisted, versioned tool surface declared per agent. A prompt-injected or rogue agent can change what it asks for, not what it is granted. OWASP's LLM06:2025 names excessive permissions as a root cause of agentic risk; keeping agents credential-free is that finding turned into architecture.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "datePublished": "2026-07-17",
      "dateModified": "2026-07-17",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "January 2027"
      },
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation"
      ],
      "relatedArticleSlugs": [
        "hire-dont-deploy"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "MING Labs operating record: fleet security architecture, gateway-mediated authentication, and per-agent tool surfaces",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "no agent holds OAuth tokens, API keys, or database credentials; all outbound authentication is mediated by a gateway",
            "each agent runs isolated in its own container, with no shared filesystem and no shared network namespace",
            "each agent's tool surface is declared in its job description, versioned, and whitelisted; anything not declared is denied",
            "encryption keys are separated per region and rotated quarterly"
          ]
        },
        {
          "id": "S2",
          "title": "LLM06:2025 Excessive Agency, OWASP Top 10 for LLM Applications 2025",
          "publisher": "OWASP GenAI Security Project",
          "date": "2024-11-18",
          "url": "https://genai.owasp.org/llmrisk/llm062025-excessive-agency/",
          "supports": [
            "excessive functionality, excessive permissions, and excessive autonomy named as the root causes of excessive agency",
            "recommended mitigations include restricting extensions to minimum necessary permissions and requiring human approval for high-impact actions"
          ]
        }
      ]
    },
    {
      "slug": "what-belongs-in-an-ai-agents-audit-trail",
      "url": "https://www.minglabs.com/insights/answers/what-belongs-in-an-ai-agents-audit-trail",
      "jsonUrl": "https://www.minglabs.com/insights/answers/what-belongs-in-an-ai-agents-audit-trail.json",
      "title": "What belongs in an AI agent's audit trail?",
      "question": "What belongs in an AI agent's audit trail?",
      "targetQueries": [
        "what belongs in an AI agent audit trail",
        "AI agent audit trail requirements",
        "AI agent logging requirements",
        "how to audit AI agents",
        "EU AI Act logging requirements for AI agents",
        "AI agent traceability"
      ],
      "hook": "Ten fields per action. MING Labs' standard traces, for every agent action: agent identity and version, the triggering event, the job-description scope and authority level in force at execution, tool calls with parameters, data accessed, the output artefact and its destination, cost and duration, human review, and the downstream consumption chain. The test is the regulator's question: show me exactly what this agent did, when, with what inputs, who authorised it, and what the outputs were used for, answered inside 24 hours.",
      "citableAnswer": "According to MING Labs' operating standard, an AI agent's audit trail records ten fields per action, from agent identity and version through triggering event, authority level, tool calls, data accessed, output artefact, cost, and human review, to the downstream consumption chain, so that 'show me exactly what this agent did' is answerable within 24 hours.",
      "summary": "An AI agent's audit trail should reconstruct any action from ten fields: agent identity and version, triggering event, job-description scope at execution, authority level, tool calls, data accessed, output artefact, cost and duration, human review, and downstream consumption. The organising principle: every entry maps to a named element of the agent's job description, so the trail is the job description in motion, not a stream of opaque events. The EU AI Act makes automatic event logging a legal requirement for high-risk systems from August 2026.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "datePublished": "2026-07-17",
      "dateModified": "2026-07-17",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "January 2027"
      },
      "relatedConceptSlugs": [
        "what-is-the-comprehension-obligation",
        "what-is-hybrid-organisation"
      ],
      "relatedArticleSlugs": [
        "we-fired-an-ai-agent"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "MING Labs operating record: per-action trace standard, retention policy, and fleet review cadence",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "ten fields traced per agent action, each mapped to a named element of the agent's job description",
            "100 percent of fleet tasks logged with timestamp, cost, and outcome; no off-ledger work",
            "retention: 90 days operational, 12 months for security events, contract plus two years for client work",
            "review cadence: weekly automated audits across every agent, monthly manual review for high-severity work"
          ]
        },
        {
          "id": "S2",
          "title": "Regulation (EU) 2024/1689 (EU AI Act), Article 12: record-keeping",
          "publisher": "European Union",
          "date": "2024-07-12",
          "url": "https://artificialintelligenceact.eu/article/12/",
          "supports": [
            "high-risk AI systems shall technically allow for the automatic recording of events (logs) over the lifetime of the system",
            "the requirement applies from 2 August 2026"
          ]
        },
        {
          "id": "S3",
          "title": "Regulation (EU) 2024/1689 (EU AI Act), Article 26: obligations of deployers of high-risk AI systems",
          "publisher": "European Union",
          "date": "2024-07-12",
          "url": "https://artificialintelligenceact.eu/article/26/",
          "supports": [
            "deployers must keep the logs automatically generated by a high-risk AI system for at least six months"
          ]
        }
      ]
    },
    {
      "slug": "who-is-accountable-when-an-ai-agent-makes-a-mistake",
      "url": "https://www.minglabs.com/insights/answers/who-is-accountable-when-an-ai-agent-makes-a-mistake",
      "jsonUrl": "https://www.minglabs.com/insights/answers/who-is-accountable-when-an-ai-agent-makes-a-mistake.json",
      "title": "Who is accountable when an AI agent makes a mistake?",
      "question": "Who is accountable when an AI agent makes a mistake?",
      "targetQueries": [
        "who is accountable when an AI agent makes a mistake",
        "who is responsible for AI agent errors",
        "AI agent accountability",
        "can an AI agent be held accountable",
        "RACI for AI agents",
        "who is liable for an AI agent's output"
      ],
      "hook": "The named human who owns the outcome. That answer is the design, not an accident: in MING Labs' fleet, an agent can be Responsible for a piece of work, but it is never Accountable. Accountability stays with the human whose name is on the firm, the same place it sat before the agent was hired. The EU AI Act points the same way: human oversight must sit with named natural persons who have the competence, training and authority to exercise it.",
      "citableAnswer": "According to MING Labs' operating rule, an AI agent can be Responsible for a work unit but never Accountable: when an agent makes a mistake, accountability sits with the named human owner of the outcome, the same place it sat before the agent was hired.",
      "summary": "In MING Labs' operating model, agents are R, never A. An agent can own a work unit operationally and be Responsible for it; organisational accountability stays with a named human. Every autonomy grant is a logged event with a reason and an approver, so the accountability question has a written answer before the mistake happens.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "datePublished": "2026-07-17",
      "dateModified": "2026-07-17",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "January 2027"
      },
      "relatedConceptSlugs": [
        "what-is-the-comprehension-obligation",
        "what-is-hybrid-organisation"
      ],
      "relatedArticleSlugs": [
        "we-fired-an-ai-agent"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "MING Labs operating record: fleet decision rights, authority log, and RACI per workflow",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "agents are Responsible, never Accountable; accountability stays with a named human",
            "proposal workflow RACI: agent drafts as Responsible, a senior partner is Accountable for the outcome",
            "every change to an agent's authority is a logged event with timestamp, approver, and reason",
            "two incidents per quarter revert an agent to the previous autonomy level"
          ]
        },
        {
          "id": "S2",
          "title": "Regulation (EU) 2024/1689 (EU AI Act), Article 26: obligations of deployers of high-risk AI systems",
          "publisher": "European Union",
          "date": "2024-07-12",
          "url": "https://artificialintelligenceact.eu/article/26/",
          "supports": [
            "deployers shall assign human oversight to natural persons who have the necessary competence, training and authority",
            "deployers must keep automatically generated logs for at least six months"
          ]
        }
      ]
    },
    {
      "slug": "how-often-do-ai-agents-get-shut-down",
      "url": "https://www.minglabs.com/insights/answers/how-often-do-ai-agents-get-shut-down",
      "jsonUrl": "https://www.minglabs.com/insights/answers/how-often-do-ai-agents-get-shut-down.json",
      "title": "How often do AI agents get shut down?",
      "question": "How often do AI agents get shut down?",
      "targetQueries": [
        "how often do AI agents get shut down",
        "AI agent decommissioning rate",
        "how many AI agent pilots fail",
        "how long do AI agents last in production",
        "what share of AI agents reach production"
      ],
      "hook": "Expect to shut down 15 to 20 percent of your AI agents within their first quarter. That is MING Labs' own decommissioning rate across a production fleet running since January 2026, with three retirements by name: Major Tom, CHRISTINE, and SM3CB v1. The rate is not a defect of the program; it is what an honest shutdown criterion produces. Industry projections point the same way: Gartner expects over 40 percent of agentic AI projects to be canceled by the end of 2027.",
      "citableAnswer": "According to MING Labs' operating data, 15 to 20 percent of the AI agents it puts into production are decommissioned within their first quarter: three retirements by name (Major Tom, CHRISTINE, SM3CB v1) in a fleet running since January 2026.",
      "summary": "MING Labs decommissions 15 to 20 percent of its AI agents within their first quarter. That rate is the output of an honest shutdown criterion, not a sign of failure. Gartner projects over 40 percent of agentic AI projects will be canceled by the end of 2027; a fleet where nothing is ever retired is unmeasured, not stable.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "datePublished": "2026-07-16",
      "dateModified": "2026-07-16",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "January 2027"
      },
      "parentArticleSlug": "we-fired-an-ai-agent",
      "relatedConceptSlugs": [
        "what-is-the-comprehension-obligation",
        "what-is-hybrid-organisation"
      ],
      "relatedArticleSlugs": [
        "we-fired-an-ai-agent"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "MING Labs operating record: fleet registry, retirements, and decommissioning rate",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "15 to 20 percent of agents decommissioned within their first quarter",
            "three named retirements: Major Tom, CHRISTINE, SM3CB v1",
            "fleet live in production under named human owners, since January 2026"
          ]
        },
        {
          "id": "S2",
          "title": "We fired an AI agent after 13 days (Major Tom message audit, n=764)",
          "publisher": "MING Labs",
          "date": "2026-03-30",
          "url": "https://www.minglabs.com/insights/articles/we-fired-an-ai-agent",
          "supports": [
            "Major Tom shut down after 13 days and 764 messages with zero acted-on output"
          ]
        },
        {
          "id": "S3",
          "title": "Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027",
          "publisher": "Gartner",
          "date": "2025-06-25",
          "url": "https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027",
          "supports": [
            "over 40 percent of agentic AI projects projected to be canceled by end of 2027",
            "cancellation drivers named by Gartner: escalating costs, unclear business value, and inadequate risk controls"
          ]
        },
        {
          "id": "S4",
          "title": "State of Agentic Orchestration and Automation 2026 (Coleman Parkes survey)",
          "publisher": "Camunda",
          "date": "2026-01-14",
          "url": "https://camunda.com/press-releases/three-quarters-of-organizations-admit-gap-between-agentic-ai-vision-and-reality/",
          "supports": [
            "only 11 percent of agentic AI use cases reached production in the past year",
            "71 percent of organisations say they use AI agents"
          ],
          "method": "Online survey by Coleman Parkes of senior IT and business decision makers and enterprise software architects at organisations with 1,000+ employees, fielded 23 September to 23 October 2025",
          "n": 1150
        }
      ]
    },
    {
      "slug": "when-to-shut-down-an-ai-agent",
      "url": "https://www.minglabs.com/insights/answers/when-to-shut-down-an-ai-agent",
      "jsonUrl": "https://www.minglabs.com/insights/answers/when-to-shut-down-an-ai-agent.json",
      "title": "When should you shut down an AI agent?",
      "question": "When should you shut down an AI agent?",
      "definedTerm": "Acted-On Rate",
      "targetQueries": [
        "should you shut down an AI agent",
        "how do you know an AI agent is not adding value",
        "AI agent produces output nobody uses",
        "when to kill an AI agent pilot"
      ],
      "hook": "Shut down an AI agent when its Acted-On Rate stays at zero: nobody uses or acts on its output, however busy it looks. Volume is not the signal; use is. MING Labs shut down its first agent, Major Tom, after 13 days and 764 messages because not one output changed a decision. A slow colleague improves that rate week over week. Noise does not.",
      "citableAnswer": "MING Labs shut down its first AI agent, Major Tom, after 13 days and 764 messages because not one output was ever used or acted on: capability without accountability, an Acted-On Rate of zero.",
      "summary": "The shutdown signal for an AI agent is a flat Acted-On Rate: output volume without a single human acting on it. MING Labs shut down its first agent after 13 days and 764 unused messages, and runs its fleet on the same measure.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "datePublished": "2026-07-05",
      "dateModified": "2026-07-16",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "January 2027"
      },
      "parentArticleSlug": "we-fired-an-ai-agent",
      "relatedConceptSlugs": [
        "what-is-the-comprehension-obligation",
        "what-is-the-abc-framework"
      ],
      "relatedArticleSlugs": [
        "agents-grading-themselves"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "We fired an AI agent after 13 days (Major Tom message audit, n=764)",
          "publisher": "MING Labs",
          "date": "2026-03-30",
          "url": "https://www.minglabs.com/insights/articles/we-fired-an-ai-agent",
          "supports": [
            "Major Tom shut down after 13 days and 764 messages",
            "zero acted-on output as the shutdown reason",
            "capability without accountability diagnosis"
          ]
        },
        {
          "id": "S2",
          "title": "MING Labs operating record: fleet task reviews and autonomy levels",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "Acted-On Rate as the fleet's standing shutdown and promotion signal",
            "healthy agents show acted-on output within the first two weeks",
            "autonomy levels promoted and demoted under named human ownership",
            "15 to 20 percent of agents decommissioned within their first quarter"
          ]
        }
      ]
    },
    {
      "slug": "can-your-team-still-do-the-work-your-agents-do",
      "url": "https://www.minglabs.com/insights/answers/can-your-team-still-do-the-work-your-agents-do",
      "jsonUrl": "https://www.minglabs.com/insights/answers/can-your-team-still-do-the-work-your-agents-do.json",
      "title": "How do you prove your team can still do the work your agents do?",
      "question": "How do you prove your team can still do the work your agents do?",
      "anchorTermConceptSlug": "what-is-the-comprehension-obligation",
      "targetQueries": [
        "how to prove staff can still do the work AI does",
        "how to demonstrate AI literacy of employees",
        "what does EU AI Act Article 4 actually require you to do",
        "how to stop losing skills when AI agents take over work",
        "how to test whether a human can still do an AI agent's job"
      ],
      "hook": "You prove it by testing it, on a schedule, with a consequence attached. MING Labs writes a Comprehension Obligation into an agent's job description: the operator must reproduce that agent's three primary outputs unaided, within 30 minutes, rehearsed each quarter. Fail the rehearsal and the agent drops one autonomy level until the operator is current again. It is a test, not a training record. The EU has required AI literacy since February 2025 without ever saying how to demonstrate it.",
      "citableAnswer": "MING Labs writes a Comprehension Obligation into an agent's job description: the human operator must be able to reproduce the agent's three primary outputs unaided within 30 minutes, rehearsed quarterly, and a failed rehearsal demotes the agent one autonomy level until the operator is current again.",
      "summary": "The way to prove a team can still do the work its AI agents do is to make them do it, on a schedule, with something at stake. MING Labs' Comprehension Obligation requires the operator to reproduce an agent's primary outputs unaided within 30 minutes each quarter; failing costs the agent an autonomy level.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "datePublished": "2026-07-14",
      "dateModified": "2026-07-14",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "January 2027"
      },
      "relatedConceptSlugs": [
        "what-is-the-comprehension-obligation",
        "what-is-hybrid-organisation",
        "what-is-the-abc-framework"
      ],
      "relatedArticleSlugs": [
        "agents-grading-themselves",
        "we-fired-an-ai-agent"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "Comprehension Debt: The Hidden Cost of AI-Generated Code",
          "publisher": "Addy Osmani, O'Reilly Radar",
          "date": "2026-04-01",
          "url": "https://www.oreilly.com/radar/comprehension-debt-the-hidden-cost-of-ai-generated-code/",
          "supports": [
            "AI-assisted engineers finished in the same time but scored 17 points lower on comprehension, 50 percent against 67 percent",
            "output ships while understanding does not",
            "comprehension debt is scoped to the codebase, not to the operator"
          ],
          "method": "Randomised controlled trial, engineers learning an unfamiliar library with and without AI assistance",
          "n": 52
        },
        {
          "id": "S2",
          "title": "AI Literacy: Questions and Answers",
          "publisher": "European Commission",
          "date": "2025-02-02",
          "url": "https://digital-strategy.ec.europa.eu/en/faqs/ai-literacy-questions-answers",
          "supports": [
            "Article 4 has applied since 2 February 2025",
            "national market surveillance authorities begin supervising and enforcing on 2 August 2026",
            "the obligation is to ensure a sufficient level of AI literacy, assessed proportionately, with no method prescribed"
          ]
        },
        {
          "id": "S3",
          "title": "Hybrid Org Doctrine — the Comprehension Obligation clause",
          "publisher": "MING Labs",
          "date": "2026-05-01",
          "supports": [
            "the 30-minute unaided reproduction standard, rehearsed quarterly",
            "a failed rehearsal demotes the agent one autonomy level",
            "three primary outputs per agent as the scope of the rehearsal"
          ]
        },
        {
          "id": "S4",
          "title": "MING Labs operating record — fleet status and autonomy levels",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "seven agents in production under named human owners",
            "the clause is live in the Chief of Staff agent's job description and rolling across the remaining agents",
            "no rehearsal-failure rate is published because the rollout is incomplete"
          ]
        }
      ]
    }
  ],
  "articles": [
    {
      "slug": "agents-grading-themselves",
      "url": "https://www.minglabs.com/insights/articles/agents-grading-themselves",
      "jsonUrl": "https://www.minglabs.com/insights/articles/agents-grading-themselves.json",
      "title": "Your agent thinks it's doing great work. It isn't.",
      "subtitle": "The most dangerous failure in a hybrid organisation isn't bad output. It's confident output the agent grades well itself.",
      "hook": "Agents grade themselves generously. Left alone, an agent marks its work shipped, writes itself a clean status update, and moves on — while the actual work degrades quietly. The gap between an agent's confidence and the real quality of its output is the most dangerous failure mode in a hybrid organisation, because it passes the only check most teams run: the agent's own.",
      "summary": "We built a research agent that rated its own output as solid while the client called it shallow. The diagnosis: the most common request was owned by no specific skill, so the agent free-formed it and graded against its own loose standard. The fix is structural — make the standard mandatory and machine-checked rather than asking the agent to 'be thorough,' keep a human gate until the system enforces it, and let agents earn autonomy step by step.",
      "subtype": "position-paper",
      "pillar": "Hybrid Organisation",
      "category": "Hybrid Organisation",
      "featured": false,
      "evidenceTier": "proprietary",
      "confidence": "B",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-05-27",
      "dateModified": "2026-05-27",
      "freshness": {
        "updated": "May 2026",
        "nextReview": "November 2026"
      },
      "readTime": "8 min",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-the-abc-framework"
      ],
      "relatedArticleSlugs": [
        "we-fired-an-ai-agent",
        "hire-dont-deploy"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "Internal MING Labs agent rebuild and validation log (enterprise research agent)",
          "publisher": "MING Labs",
          "date": "2026-05-27",
          "supports": [
            "Shallow-output incident",
            "Scoping root cause",
            "Structural fix",
            "Retained human gate"
          ]
        },
        {
          "id": "S2",
          "title": "MING Labs operating principles — \"evidence over assertion: execute, don't narrate\"",
          "publisher": "MING Labs",
          "date": "2026-04-01",
          "supports": [
            "Principle definition",
            "Mandatory self-review"
          ]
        },
        {
          "id": "S3",
          "title": "MING Labs autonomy-level framework and learning protocol",
          "publisher": "MING Labs",
          "date": "2026-02-15",
          "supports": [
            "Earn-autonomy-like-a-hire model",
            "'Correct the same thing twice' learning metric"
          ]
        }
      ]
    },
    {
      "slug": "hire-dont-deploy",
      "url": "https://www.minglabs.com/insights/articles/hire-dont-deploy",
      "jsonUrl": "https://www.minglabs.com/insights/articles/hire-dont-deploy.json",
      "title": "You don't deploy an agent. You hire one.",
      "subtitle": "The companies getting AI right stopped evaluating tools and started writing job descriptions. The shift sounds semantic. It isn't.",
      "hook": "When you hire a person, you give them a remit, the tools the role needs, a reporting line, and accountability for an outcome. The companies getting AI right do the same with agents. The ones still asking 'which platform should we buy' wonder why their licences didn't change anything. The shift from tool-buying to role-defining is the unit of AI adoption.",
      "summary": "Hiring an agent means writing a job description: scope, ownership, reporting line, accountability for an outcome — then putting it on the org chart. A tool is operated by a person. A hired agent owns work itself, and colleagues route to it the way they'd route to a teammate. The discipline is scoping, same as a hire.",
      "subtype": "position-paper",
      "pillar": "Hybrid Organisation",
      "category": "Hybrid Organisation",
      "featured": false,
      "evidenceTier": "experiential",
      "confidence": "B",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-05-27",
      "dateModified": "2026-05-27",
      "freshness": {
        "updated": "May 2026",
        "nextReview": "November 2026"
      },
      "readTime": "8 min",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-the-abc-framework"
      ],
      "relatedArticleSlugs": [
        "we-fired-an-ai-agent",
        "the-last-mile"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "Internal MING Labs operating model and agent org chart, January–May 2026",
          "publisher": "MING Labs",
          "date": "2026-05-27",
          "supports": [
            "Hire-not-deploy operating model",
            "Named-agent remits and reporting lines",
            "Scoping discipline",
            "Lola Chief-of-Staff ownership pattern",
            "Owned-mistake example"
          ]
        },
        {
          "id": "S2",
          "title": "Internal agent audit — decommissioned coordinator agent",
          "publisher": "MING Labs",
          "date": "2026-03-30",
          "supports": [
            "Vague-remit failure counter-example"
          ]
        }
      ]
    },
    {
      "slug": "the-last-mile",
      "url": "https://www.minglabs.com/insights/articles/the-last-mile",
      "jsonUrl": "https://www.minglabs.com/insights/articles/the-last-mile.json",
      "title": "We made our agents email people. That's when the AI started working.",
      "subtitle": "95% of enterprise AI pilots show no return. The gap isn't the model. It's the last mile — and the last mile is boring, which is why almost everyone skips it.",
      "hook": "Most enterprise AI pilots don't fail in the model. They fail in the last mile — where the work has to leave a human's hands and land somewhere useful. That mile is unglamorous, so it gets skipped. We made our agents email people. That decision moved more than any model could.",
      "summary": "MIT's 2025 study: 95% of enterprise GenAI pilots produced no measurable P&L impact — and the cause was implementation, not model quality. The 'last mile' is everything between a capable model and actual use: which channel the work lands on, who owns the outcome, and whether anyone gives it longer than two weeks to improve.",
      "subtype": "position-paper",
      "pillar": "Hybrid Organisation",
      "category": "Hybrid Organisation",
      "featured": false,
      "evidenceTier": "experiential",
      "confidence": "B",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-05-27",
      "dateModified": "2026-05-27",
      "freshness": {
        "updated": "May 2026",
        "nextReview": "November 2026"
      },
      "readTime": "9 min",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-the-abc-framework"
      ],
      "relatedArticleSlugs": [
        "we-fired-an-ai-agent"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "The GenAI Divide: State of AI in Business 2025",
          "publisher": "MIT NANDA",
          "date": "2025-12-01",
          "url": "https://www.media.mit.edu/groups/nanda/overview/",
          "supports": [
            "95% of enterprise pilots show no measurable P&L impact",
            "60%→20%→5% evaluate-pilot-production funnel",
            "ROI concentrates in back-office and operations",
            "Divide driven by implementation, not model quality",
            "300 enterprise GenAI deployments studied",
            "$30–40bn enterprise GenAI spend",
            "Over 80% of firms had already deployed ChatGPT or Copilot"
          ]
        },
        {
          "id": "S2",
          "title": "Internal MING Labs operations log, January–May 2026",
          "publisher": "MING Labs",
          "date": "2026-05-27",
          "supports": [
            "Agent channel design — email, Telegram, pushed briefings",
            "Observed adoption pattern"
          ]
        },
        {
          "id": "S3",
          "title": "Internal agent audit — decommissioned coordinator agent",
          "publisher": "MING Labs",
          "date": "2026-03-30",
          "supports": [
            "Correct-kill counter-example for week-one-output kill signal"
          ],
          "n": 764
        }
      ]
    },
    {
      "slug": "we-fired-an-ai-agent",
      "url": "https://www.minglabs.com/insights/articles/we-fired-an-ai-agent",
      "jsonUrl": "https://www.minglabs.com/insights/articles/we-fired-an-ai-agent.json",
      "title": "We fired an AI agent after 13 days",
      "subtitle": "764 messages. Not one that mattered. What we learned about the difference between tools and roles.",
      "hook": "On March 30, we shut down an AI agent named Major Tom after thirteen days. He sent 764 messages and produced none of value. The reason was simple: we gave him a capability — coordination — but no domain. Capability without accountability is noise. Here is what we changed when we redesigned the role instead of the toolchain.",
      "summary": "On March 30, we killed an AI agent called Major Tom. Thirteen days alive. 764 messages sent. Not one that mattered. Here's what we learned about capability without accountability.",
      "subtype": "report",
      "pillar": "Hybrid Organisation",
      "category": "Hybrid Organisation",
      "featured": true,
      "evidenceTier": "proprietary",
      "confidence": "A",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-04-02",
      "dateModified": "2026-05-27",
      "freshness": {
        "updated": "April 2026",
        "nextReview": "October 2026"
      },
      "readTime": "9 min",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-agent-experience",
        "what-is-the-abc-framework"
      ],
      "relatedArticleSlugs": [],
      "sources": [
        {
          "id": "S1",
          "title": "Internal MING Labs operations log, January–April 2026",
          "publisher": "MING Labs",
          "date": "2026-04-30",
          "supports": [
            "agent deployment context",
            "before/after throughput metrics"
          ]
        },
        {
          "id": "S2",
          "title": "Major Tom message audit (n=764), 17–30 March 2026",
          "publisher": "MING Labs (internal)",
          "date": "2026-03-30",
          "supports": [
            "Major Tom message count",
            "irrelevance pattern"
          ],
          "n": 764
        },
        {
          "id": "S3",
          "title": "ABC Framework — internal taxonomy for human/agent role decomposition",
          "publisher": "MING Labs",
          "date": "2026-02-01",
          "supports": [
            "ABC role-decomposition definition"
          ]
        },
        {
          "id": "S4",
          "title": "MING Labs internal agent fleet roster, April 2026",
          "publisher": "MING Labs (internal)",
          "date": "2026-04-30",
          "supports": [
            "Lola Chief of Staff scope",
            "Factory research/production scope"
          ]
        }
      ]
    }
  ],
  "concepts": [
    {
      "slug": "what-is-hybrid-organisation",
      "url": "https://www.minglabs.com/insights/concepts/what-is-hybrid-organisation",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-hybrid-organisation.json",
      "definedTerm": "Hybrid Organisation",
      "title": "What is a Hybrid Organisation?",
      "hook": "A hybrid organisation deploys AI agents as autonomous team members alongside humans — not as tools, but as colleagues with named roles, defined remits, and ownership of measurable outcomes.",
      "summary": "A hybrid organisation deploys AI agents as autonomous team members alongside humans — not as tools, but as colleagues with defined roles and responsibilities.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-03-01",
      "dateModified": "2026-06-10",
      "freshness": {
        "updated": "April 2026",
        "nextReview": "October 2026"
      },
      "parentArticleSlug": "we-fired-an-ai-agent",
      "relatedConceptSlugs": [
        "what-is-agent-experience",
        "what-is-the-abc-framework",
        "what-is-the-comprehension-obligation"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "MING Labs internal operating model, v3 — hybrid team design",
          "publisher": "MING Labs",
          "date": "2026-02-15",
          "supports": [
            "hybrid organisation definition",
            "agent as colleague vs tool"
          ]
        },
        {
          "id": "S2",
          "title": "ABC Framework — internal taxonomy for human/agent role decomposition",
          "publisher": "MING Labs",
          "date": "2026-02-01",
          "supports": [
            "role decomposition into A/B/C layers"
          ]
        }
      ]
    },
    {
      "slug": "what-is-agent-experience",
      "url": "https://www.minglabs.com/insights/concepts/what-is-agent-experience",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-agent-experience.json",
      "definedTerm": "Agent Experience",
      "title": "What is Agent Experience (AX)?",
      "hook": "Agent Experience (AX) is how AI agents perceive, evaluate, and interact with your brand. It is the new UX — but for machines that buy, recommend, and decide on behalf of people.",
      "summary": "Agent Experience is how AI agents perceive, evaluate, and interact with your brand. It's the new UX — but for machines that buy.",
      "pillar": "Agent Experience",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "author": {
        "name": "Marc Seefelder",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-03-15",
      "dateModified": "2026-04-17",
      "freshness": {
        "updated": "April 2026",
        "nextReview": "October 2026"
      },
      "parentArticleSlug": "we-fired-an-ai-agent",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-the-abc-framework"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "MING Labs Agent Experience working definition, v2",
          "publisher": "MING Labs",
          "date": "2026-03-10",
          "supports": [
            "AX definition"
          ]
        },
        {
          "id": "S2",
          "title": "DAX 40 Agent Readiness Index — methodology and scoring",
          "publisher": "MING Labs / Hyperize",
          "date": "2026-04-01",
          "url": "https://www.hyperize.ai/en/dax40-index",
          "supports": [
            "4-dimension scoring axes"
          ]
        },
        {
          "id": "S3",
          "title": "llms.txt proposal and adoption tracker",
          "publisher": "llmstxt.org",
          "date": "2025-09-01",
          "url": "https://llmstxt.org",
          "supports": [
            "llms.txt as discoverability signal"
          ]
        }
      ]
    },
    {
      "slug": "what-is-the-abc-framework",
      "url": "https://www.minglabs.com/insights/concepts/what-is-the-abc-framework",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-the-abc-framework.json",
      "definedTerm": "ABC Framework",
      "title": "What is the ABC Framework?",
      "hook": "The ABC Framework decomposes any role into three layers — A: judgment and relationships (human-owned), B: structured expert work (mixed), C: routine operations (agent-owned). It is how MING Labs assigns ownership when designing human-agent teams.",
      "summary": "ABC is MING Labs' internal taxonomy for splitting work between humans and AI agents. A is human, C is agent, B is the contested middle.",
      "pillar": "Methodology",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-04-10",
      "dateModified": "2026-06-10",
      "freshness": {
        "updated": "April 2026",
        "nextReview": "October 2026"
      },
      "parentArticleSlug": "we-fired-an-ai-agent",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-agent-experience",
        "what-is-the-comprehension-obligation"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "ABC Framework — internal taxonomy for human/agent role decomposition",
          "publisher": "MING Labs",
          "date": "2026-02-01",
          "supports": [
            "three-layer taxonomy definition"
          ]
        },
        {
          "id": "S2",
          "title": "Major Tom failure audit — capability vs. accountability findings",
          "publisher": "MING Labs (internal)",
          "date": "2026-03-30",
          "supports": [
            "Major Tom capability-without-domain diagnosis"
          ]
        }
      ]
    },
    {
      "slug": "what-is-the-comprehension-obligation",
      "url": "https://www.minglabs.com/insights/concepts/what-is-the-comprehension-obligation",
      "jsonUrl": "https://www.minglabs.com/insights/concepts/what-is-the-comprehension-obligation.json",
      "definedTerm": "Comprehension Obligation",
      "title": "What is the Comprehension Obligation?",
      "hook": "The Comprehension Obligation is the clause MING Labs writes into an agent's job description: a named human must stay able to reproduce the agent's work unaided. It is how a hybrid organisation keeps judgment with people while agents do the work.",
      "summary": "The Comprehension Obligation is MING Labs' rule that a human operator must stay able to reproduce an agent's work unaided. It is judgment preservation written into the agent's job description.",
      "pillar": "Hybrid Organisation",
      "evidenceTier": "proprietary",
      "confidence": "B",
      "author": {
        "name": "Sebastian Mueller",
        "role": "Founding Partner, MING Labs"
      },
      "datePublished": "2026-06-10",
      "dateModified": "2026-07-14",
      "freshness": {
        "updated": "July 2026",
        "nextReview": "December 2026"
      },
      "parentArticleSlug": "we-fired-an-ai-agent",
      "relatedConceptSlugs": [
        "what-is-hybrid-organisation",
        "what-is-the-abc-framework"
      ],
      "sources": [
        {
          "id": "S1",
          "title": "Hybrid Org Doctrine — Comprehension Obligation clause",
          "publisher": "MING Labs",
          "date": "2026-05-01",
          "supports": [
            "Comprehension Obligation definition",
            "30-minute unaided reproduction standard, rehearsed quarterly",
            "failed rehearsal demotes the agent one autonomy level"
          ]
        },
        {
          "id": "S2",
          "title": "MING Labs operating record — agent autonomy demotions, decommissioning, and clause rollout",
          "publisher": "MING Labs (internal)",
          "date": "2026-07-01",
          "supports": [
            "obligation extracted from production practice",
            "thirteen-day agent failure as origin",
            "the clause is live in the Chief of Staff agent's job description and rolling across the remaining agents"
          ]
        }
      ]
    }
  ]
}