Skip to main content

Quick Overview

This video is a presentation by creator Nate Herk outlining the AI automation principles he learned while working in business intelligence at Goldman Sachs. Drawing on enterprise engineering standards and statements from Goldman Sachs leadership, the talk explains how to build reliable AI systems that minimize operational errors.

Key Points

  • 1.AI models can produce confident, well-formatted answers that remain factually incorrect, requiring built-in verification processes before outputs are used.
  • 2.Deterministic automations should handle fixed rules and calculations, reserving AI models for tasks that require interpretation, flexibility, and judgment.
  • 3.System builders must identify the specific business problem and desired outcome before choosing or prompting an AI tool.
  • 4.Human checkpoints are necessary in autonomous workflows to prevent errors from compounding into damaging actions.
  • 5.AI-driven processes require complete transparency by logging sources, assumptions, and validation checks so that decisions can be audited.

Summary

  1. 1.Verify the output. High-stakes financial firms cannot afford AI hallucinations or incorrect data entries. While large language models generate polished and convincing responses rapidly, a finished appearance does not guarantee factual correctness. According to Goldman Sachs CIO Marco Argenti, practitioners can extract value from a model's reasoning breakdown while remaining cautious about its final answer. Systems should verify underlying data inputs, require models to cite source figures, and incorporate deterministic tests, spot checks, or secondary AI review agents to validate results before deployment.
  2. 2.Augment, don't replace. Organizations have relied on automated data systems and risk pipelines long before modern AI agents. Standard deterministic automations follow explicit rules consistently, making them predictable, easy to test, and simple to audit. Instead of replacing entire workflows with autonomous agents, builders should use standard automation to extract, clean, and calculate figures, while deploying AI models specifically to interpret the verified findings and produce natural language summaries.
  3. 3.Understand the why. Goldman Sachs engineering operates under a build with purpose tenet, requiring technical work to tie directly to client or firm benefits. Builders frequently make the mistake of starting with an AI tool rather than an actual business problem. Effective AI implementations begin with a clear problem statement and measurable success criteria, using AI as a brainstorming partner to identify simple bottlenecks rather than overcomplicating unneeded workflows.
  4. 4.Loop humans in. AI tools act like megaphones that amplify minor misunderstandings into large operational mistakes. An autonomous agent misinterpreting a task list can accidentally broadcast unauthorized discount codes to an email list of almost 200,000 recipients. To prevent compounding failures, builders should enforce human-in-the-loop checkpoints tailored to the severity of an action, configuring agents to save outputs as email drafts or proposal files rather than executing irreversible live actions autonomously.
  5. 5.Transparency. Reliable enterprise systems must provide full visibility into how outputs are generated. When data affects financial reporting, risk assessment, or regulatory compliance, teams must be able to trace all data sources, intermediate assumptions, and validation checks. Keeping detailed execution logs ensures that workflows remain auditable, reproducible, and easy to maintain when system logic breaks or when team responsibilities transfer to new operators.

Verify the Output

Because AI models present inaccurate results with high confidence, workflows require verification systems. This includes instructing models to cite numerical sources, performing manual spot checks, and setting up automated multi-agent review teams to audit intermediate outputs before tasks are marked complete.

Augment, Do Not Replace

Existing reliable processes should be augmented rather than completely replaced by AI agents. Fixed, rule-based tasks are best handled by deterministic automation, while AI is layered on top to interpret data, summarize changes, and generate written explanations.

Understand the Why

Engineers and builders should avoid adopting AI tools simply for the sake of using new technology. Defining the precise problem and the criteria for a successful outcome ensures that AI workflows save time, reduce mistakes, or produce measurable business value.

Loop Humans In

Autonomous agents amplify small misinterpretations across workflows, which can lead to high-stakes errors such as sending unintended mass communications. Workflows should match oversight to risk levels by defaulting actions to drafts and requiring human approvals for critical steps.

Maintain Transparency

Enterprise AI systems must document every step of their execution, including data sources, logic rules, and validation results. Maintaining transparent logs allows team members, managers, and regulators to understand how conclusions were reached and diagnose failures quickly.

The Bottom Line

The video establishes the VAULT framework as a disciplined approach to integrating AI into production environments, emphasizing output verification, targeted augmentation, problem-first scoping, human oversight, and transparent execution logging. It concludes that building dependable AI systems relies on combining simple deterministic logic with AI reasoning rather than deploying fully autonomous agents indiscriminately. The video leaves open the exact technical tools and custom architectures required for specific industry implementations.

FAQ

What is the VAULT framework and what are the five AI principles taught at Goldman Sachs?

The VAULT framework consists of five core principles learned at Goldman Sachs: Verify the output, Augment (don't replace), Understand the why, Loop humans in, and Transparency.

Why does Goldman Sachs CIO Marco Argenti emphasize separating model reasoning from final outputs?

Marco Argenti distinguishes between the reasoning steps of an AI model and its final answer because a model can provide useful analytical breakdowns even when its final factual output is incorrect and requires verification.

When should a builder choose standard deterministic automation instead of an AI agent?

Deterministic automation should be used when a task follows known rules, defined steps, and predictable calculations, whereas AI should be reserved for tasks requiring judgment, interpretation, and flexible reasoning.

How can autonomous AI workflows prevent accidental errors from executing live actions?

Workflows can prevent unintended live actions by configuring AI models to generate drafts, proposed replies, and execution plans that require human review and approval before publishing or making permanent changes.

What information should be documented to ensure transparency in an AI automation system?

System execution logs should document the data sources, inputs, intermediate assumptions, validation checks, and specific tools used to reach a conclusion.

Worth watching for

Software engineers, business analysts, and automation builders looking to implement reliable enterprise-grade AI workflows into existing business systems.

  • artificial-intelligence
  • ai-automation
  • goldman-sachs
  • prompt-engineering
  • ai-agents