← Back to list

The Human-AI Decision Boundary (Part 2 of 2): GOSTA — An Architecture for Human-AI Decision…

Some organizations haven’t started using AI for real decisions because no one can answer the basic governance questions — who approves what…

Mhcandan · 2026-03-17 18:19 · 0 claps · 10.8 min read
#ai-governance #agentic-ai #ai-native #decision-governance #autonomous-ai
Open on Medium ↗
Wiki topics: AGT · AI Agents AI · AI · General 🏛️ · Architecture

The Human-AI Decision Boundary (Part 2 of 2): GOSTA — An Architecture for Human-AI Decision Governance

Some organizations haven’t started using AI for real decisions because no one can answer the basic governance questions — who approves what the AI works on, who sets the limits, who changes course when things go wrong.

Others started anyway and are now struggling — the AI is useful but the process around it is improvised, fragile, and hard to hand off to anyone else.

And some believe they’ve solved it, but the results aren’t compounding the way they expected, or the structure they built isn’t scaling past the person who designed it.

These are three versions of the same problem. AI governance has many dimensions, and serious work is being done on several of them. This article is about one specific piece: decision governance — how do you govern AI decisions in a way that’s clear enough to start, structured enough to sustain, and robust enough to outlast the person who set it up.

Going AI-native requires a decision governance layer. Without it, you either can’t start, can’t sustain, or can’t scale.

We hit this at Cybersol as well. The existing frameworks answered important questions — how to classify autonomy, how to enforce constraints at runtime, how to prevent resource runaway — but none of them addressed the organizational layer: who approves the goal, who owns the constraints, how authority flows through the hierarchy.

So we started building that layer. GOSTA — Goals, Objectives, Strategies, Tactics, Actions — is an architecture that connects what an AI is permitted to do with what a human organization has actually decided it should do.

We’re building it to make Cybersol AI-native, but the problem it solves is not unique to us. It runs on files and conversation, no custom infrastructure, and it has been governing real product decisions since its first version.

This is Part 2 of a two-part series. Part 1 covered what’s out there — seven governance frameworks and what they get right. GOSTA was first referenced in our DDD related publication, and since then we’ve received questions about it. Rather than staying ambiguous about an unreleased framework, we wanted to share more details openly: why we’re building GOSTA, how the architecture works, and what running it has revealed so far.

If you’re here for the practical takeaway, you may skip to “What Comes Next” at the end.

The frameworks examined in the first article each addressed a real problem with appropriate rigor. Together they answered questions like: how do you classify how much autonomy an AI has, how do you enforce behavioral constraints at runtime, how do you prevent AI systems from consuming more resources than allocated, and how do you authenticate that an AI is acting within the permissions its operator granted. Serious work — and necessary.

What none of these addresses is the layer that must sit above all of that: the connection between what an AI is permitted to do and what a human organization has actually decided it should do. Who approved the goal? Under what constraints? And who changes those constraints when circumstances shift? If you’re stuck at the starting line, this is likely why — the governance layer that should give you confidence to begin doesn’t exist in most frameworks. If you’ve already started and things feel improvised, this is the layer that’s missing. And if you’ve built something that isn’t compounding, this may be where the structure breaks down.

GOSTA is a specification for that layer.

The Adoption Problem — and Why AI May Be the Answer

Structured governance frameworks are not new. What is consistent across their history is the adoption problem. Even experienced managers who understood the logic found the operational discipline difficult to sustain. The cognitive load of maintaining structured reasoning across layers, separating intent from method, and running consistent review cadences is genuinely high — particularly when day-to-day operations compete for the same attention.

This was not a failure of capability or commitment. It was a structural mismatch between what governance frameworks demanded and what humans could realistically maintain alongside everything else.

GOSTA shifts that equation. The AI carries the drafting, computation, health reporting, and recommendation load. The Governor’s role is reduced to decision-making at defined cadences — not preparation, not compilation, not analysis.

No custom tooling, no deployment pipeline, no engineering overhead, no “hidden nos”, no dependency on enthusiasm.

The bottleneck was never willingness to govern.

What GOSTA Produces

The GOSTA specification defines its purpose directly: “a specification for building an autonomous agent system that executes strategic decisions under human governance.” Its architecture is a five-layer hierarchy — Goals, Objectives, Strategies, Tactics, Actions — where each layer bounds the one below it.

The governing principle is simple: each layer defines the decision space for the layer below it. Goals bound objectives. Objectives bound strategies. Strategies bound tactics. Tactics bound actions. More autonomy always comes with proportional constraints.

Information moves in two directions. Downward: constraints, guardrails, and organizational intent flow from goals through every layer to individual actions. Upward: execution signals, performance metrics, and experiment results flow from completed actions back through the hierarchy. This is how the system learns what is working and what requires a human decision.

The system has two actors. The Governor — a CEO, VP, Director, Department Head, or Project Lead — holds final decision authority. The AI drafts. The Governor decides. The AI operates in three modes: Authoring Mode, where it drafts plans and strategies for Governor approval; Execution Mode, where it works autonomously within approved bounds; and Governance Mode, where it computes health reports and surfaces recommendations that the Governor acts on.

The single input to the entire system is the operating document — a structured artifact containing goals, objectives, strategies, tactics, and initial actions, with guardrails declared at every level. When the Governor changes it, the system’s behavior changes on the next cycle. No code changes. No redeployment.

For organizations that haven’t started: this is what “clear enough to start” looks like. You write down what you want, what the boundaries are, and what the AI is allowed to do at each level. The document is the starting point — not a strategy deck that sits in a drawer, but a living configuration that the AI reads and operates from.

The Non-Delegable List: What Humans Always Decide

The most direct answer to the governance question is GOSTA’s non-delegable list — the decisions that remain with the Governor regardless of how mature the system has become. Think of it as the list of decisions where a human signature is always required, no matter how well the AI has been performing.

The specification lists them: creating, modifying, or retiring goals, objectives, or strategies; adding, modifying, or removing guardrails at any level; killing a strategy; spending above a defined resource threshold; making decisions affecting other scopes; overriding any guardrail for any reason; approving changes to the domain model — the structured knowledge base that grounds the AI’s reasoning; and advancing or regressing the system’s graduation stage.

These decisions cannot be delegated at any stage. The AI may never self-promote its own autonomy level. Graduation — the process by which the AI gains expanded decision rights — is always a Governor decision, informed by AI-generated readiness indicators but never executable by the AI.

If you’ve built your own approach and it isn’t scaling past you, check whether the equivalent of this list exists in your setup. In many ad-hoc governance arrangements, no one has written down which decisions are always human. The result: the AI gradually absorbs decision authority by default, not by design. The non-delegable list prevents that.

Graduated Autonomy: Earning the Right to Decide

GOSTA defines five graduation stages. At each stage, the specification tells you exactly what the AI does autonomously, what requires Governor approval, and what remains non-delegable.

At Stage 1, the AI computes health reports and emits signals. It cannot execute a single action without Governor approval. Every work plan is presented for review before execution proceeds. This is where every new scope starts — no exceptions.

At Stage 3, the AI can generate and execute actions under approved tactics, create new tactics under approved strategies with post-hoc reporting to the Governor, and kill underperforming tactics when documented kill conditions are met. Strategy, objectives, goals, and guardrails remain untouched without Governor decision.

At Stage 5, the AI manages the full tactic portfolio within strategy bounds without approval. Strategy kills, objective revisions, and goal reassessments remain Governor decisions. The non-delegable list is unchanged from Stage 1.

Graduation is always a Governor decision. The AI presents readiness indicators; the Governor decides whether the evidence is sufficient. If autonomous decisions prove poor, the Governor regresses the graduation stage. The AI gains nothing automatically and loses nothing without a Governor decision.

For organizations that are struggling with AI governance right now: this is what “structured enough to sustain” looks like. You don’t start by giving the AI broad autonomy and hoping it works. You start at Stage 1, where every decision is visible, and promote the AI as it earns trust. The structure makes the progression explicit rather than accidental.

Guardrails: Where Boundaries Come From

In GOSTA, guardrails are declared in the operating document at every layer of the hierarchy and propagate downward automatically. A constraint at the goal level applies to every strategy, tactic, and action under that goal. Before executing any action, the AI validates that the planned execution does not violate any inherited guardrail.

One lesson from running the framework: guardrails must be set at deterioration-prevention thresholds, not improvement targets. Setting a guardrail below current performance floods the system with false-positive violations from day one — degrading the governance mechanism by treating every operational day as a crisis. Running the framework confirmed this empirically: incorrectly calibrated guardrails produced an order of magnitude more violation signals than correctly calibrated ones. That finding changed the specification. Guardrail calibration checks are now mandatory.

This matters for anyone who has a governance structure that doesn’t seem to be working: if your guardrails are set at where you want to be rather than where you can’t afford to fall below, every report looks like a crisis. The AI spends its time flagging violations instead of doing useful work. Recalibrate to prevention thresholds, and the signal-to-noise ratio changes immediately.

When Things Go Wrong: Knowing Why

When the AI underperforms, the human responsible must determine whether the failure is a capability failure — the AI produced poor output despite correct decisions — or an autonomy failure — the AI made poor decisions with the freedom it had. Without this separation, both failures look identical. The wrong remedy is applied: restricting autonomy when the real problem is output quality, or improving tools when the real problem is poor decision-making.

Practice revealed a third failure mode: input quality failures — when the structured knowledge grounding the AI’s reasoning is itself poor. The system passes every structural check while producing zero analytical value. This led to a fourth response type alongside kill, pivot, and persevere. The diagnostic separation now covers three failure sources, each demanding a different organizational response.

If you’ve been governing AI and the results aren’t improving despite adjustments, ask whether you’re diagnosing correctly. Tightening the AI’s leash doesn’t help if the problem is the quality of the knowledge you gave it to reason with.

What Else It Handles

The sections above describe governance — who decides what. But running an AI under governance also means solving practical problems that anyone working with AI agents encounters quickly.

The AI forgets. It’s stateless between sessions — everything it knew yesterday is gone. GOSTA solves this with a structured memory architecture: a bootstrap file that orients the AI at the start of every session, session logs that preserve what happened, and a learnings file that captures patterns discovered over time. Nothing gets lost between sessions because nothing lives in the AI’s memory. It all lives in files.

The AI makes things up. Every recommendation the AI produces must trace back to a specific concept in a specific domain model. If the AI generates a claim that isn’t grounded in the knowledge base, it gets flagged. This doesn’t eliminate hallucination, but it makes ungrounded reasoning visible instead of hidden.

The AI drifts. Over a long execution — weeks of product roadmapping, months of strategy — the AI can gradually lose alignment with the original intent. GOSTA’s signal architecture catches this: every action produces a signal that flows upward through the hierarchy, is compared against guardrails at every level, and triggers a review when something deviates. The system doesn’t wait for a human to notice. It surfaces it.

The AI gets stuck. Execution loops, repeated recommendations with no new evidence, circular reasoning. GOSTA detects these and escalates — forcing either new input from the Governor or a kill decision on the tactic that isn’t producing results.

These aren’t theoretical protections. They are mechanisms that activated during actual use and, in several cases, led to specification changes when they didn’t work as expected.

What Running It Revealed

Everything described above is architecture. The question that matters is whether it works — and what it exposes when it does.

GOSTA has been stress-tested through structured simulations designed not merely to produce useful analysis but to find where the framework itself breaks. Some of these simulations were designed to succeed. One was designed to fail. The designed failure — running the system against intentionally poor inputs — turned out to be the most productive. It exposed gaps in the decision model, in how the framework handles quality variance across its inputs, and in how it responds when the problem is not execution but the material the execution is built on.

Each simulation drove specification changes. The next simulation tested whether the changes held. The framework improved recursively, and the methodology for testing it is itself a governed artifact within the system. An execution protocol evolved alongside the specification — defining how GOSTA runs with a session-based AI using only files and structured conversation, no custom infrastructure.

The gap between designing a governance framework and running one is substantial. The most consequential improvements came from conditions that were deliberately engineered to produce failure.

What Comes Next

GOSTA is under active development at Cybersol and planned for open-source release. The problem it addresses is not proprietary — how to let AI agents act autonomously while keeping humans in control at the architectural level — which is precisely why the decision was made to release it publicly rather than keep it as internal infrastructure.

Before any public release, GOSTA is already the foundational governance layer beneath OBLIGO. It has been stress-tested through a methodology that uses GOSTA to test GOSTA — a recursive improvement loop where each iteration discovers gaps, and the next iteration tests whether the changes hold.

In one case, we used GOSTA to build OBLIGO’s development roadmap — domain structure elements (Value Creation, Marketing, Sales .. ) representing independent analytical perspectives (deciding agents), competing and collaborating to produce the most efficient path to fast cash for an early-stage startup. The entire scope ran on files and conversation. The result justified the iterations it took to get there.

When the specification is released, it will be open-source — because this problem belongs to everyone building with autonomous AI, not to one company.

GOSTA is how Cybersol is going AI-native — and it is being actively used and enhanced to meet that bar. Like Design Driven Development (DDD), an open-source methodology for AI-assisted software development — recognized as a New Innovation by Security Delta (HSD), Europe’s largest security cluster, where Cybersol is a Premium Partner — GOSTA will be open-sourced with the same intent: community-driven benefit and enhancement. DDD governs how the product is designed. GOSTA governs what gets built and in what order.

To follow the development of GOSTA and OBLIGO: Cybersol B.V. on LinkedIn | cybersol.nl/news

Update: A supplementary article is now available, showing what GOSTA looks like in practice — four governed runs producing a product concept from scratch, and how Design Driven Development (DDD) takes that concept into implementation-ready specifications.

GOSTA — Goals, Objectives, Strategies, Tactics, Actions — is an agentic execution architecture developed by Cybersol B.V., The Hague, Netherlands. All architectural claims in this article are sourced directly from the GOSTA specification. It is the foundational framework underlying OBLIGO. Frameworks referenced from the first article in this series are cited and sourced there.

Topics: AI Governance, Agentic AI, Human-AI Collaboration, Enterprise Risk, Cyber Governance


메타데이터
post_id
ae2c8eb60c53
slug
the-human-ai-decision-boundary-part-2-of-2-gosta-an-architecture-for-human-ai-decision-ae2c8eb60c53
url
https://medium.com/@mhcandan/the-human-ai-decision-boundary-part-2-of-2-gosta-an-architecture-for-human-ai-decision-ae2c8eb60c53
canonical_url
https://medium.com/@mhcandan/the-human-ai-decision-boundary-part-2-of-2-gosta-an-architecture-for-human-ai-decision-ae2c8eb60c53
author_url
https://medium.com/@mhcandan
status
ok
fetched_at
2026-06-23 03:48:11