Skip to content
FEDERAL AI TRAINING // WITH CTG FEDERAL // FULL DAY · HANDS-ON

From prompting to building — in a day.

A full day with your team. Every concept comes paired with an executable notebook, so attendees build and run real agents in the room. It runs air-gapped, security is the default, and the principles transfer to any framework you adopt later.

Full day Format On-site or in your lab
10 modules Curriculum Environment to capstone
Air-gapped Runs Zero external calls
Notebooks Hands-on Build agents in the room
01 // THE PREMISE

Most teams have used a chatbot. Few have built an agent.

The gap between typing into a chat window and running an agent against a mission system is large, and it is mostly engineering. This day closes that gap by having your people build the system, not watch a slide deck about it.

You write the prompt, run the loop, package a skill, scope it with policy, and read the audit trail it produces. Each step is a notebook that executes in front of you. By the close, the agents your team built are theirs to keep and run.

The whole day runs with zero external calls — a vendored harness, a local NER model, and local models through Ollama. What works in the classroom works in a disconnected or classified enclave without rework. Delivered in partnership with CTG Federal.

“You do not learn to build agents by watching. You learn by building one, running it, and reading what it logged.”

The misread AI is a chat window you type into.
The reality An agent is a loop wrapped in a harness.
The skill Building, scoping, and auditing that loop.

We teach principles, not a vendor.

Prompt, loop, skill, policy, audit. These hold across every framework, so the day does not expire when the next SDK ships. No lock-in.

Prompt

What you ask for, assembled deliberately. The first lever, and the one most teams never learn to control.

Loop

Reason, act, observe. The engine under every agent, framework-agnostic by design.

Skill

Capability packaged into reusable, inspectable units. Reasoning you can audit instead of a black box.

Policy

The constraints that scope what an agent may do — identity, permissions, and the gates on calls that matter.

02 // WHO IT'S FOR

Built for the whole mission team.

National-lab and agency teams come with mixed backgrounds. The day is pitched so an ISSO, a data scientist, and a program lead each leave with what they need — and a shared way to talk about the rest.

ROLE / 01

ISSOs

What an agent actually does at runtime, and where the controls live — so you can authorize systems instead of guessing at them.

ROLE / 02

Security engineers

Redaction, request signing, sandboxing, and budgets as defaults — the patterns that make an agent safe to run in your enclave.

ROLE / 03

Compliance leads

How tamper-evident audit and human-in-the-loop map to your control families, with traces you can hand an assessor.

ROLE / 04

Mission & program staff

A working sense of what is feasible now, what is not yet, and which of your tasks an agent can take on first.

ROLE / 05

Data scientists

The harness around the model — the engineering that turns a notebook prototype into something that runs under controls you set.

ROLE / 06

The team, together

One vocabulary for prompts, loops, skills, policies, and audit — so the next architecture conversation is one conversation.

03 // FORMATS

One full day, delivered where you are.

The curriculum is modular. Run the full ten modules, or a focused subset for a specific team. Tailored to your mission before we arrive.

FORMAT

On-site at your agency

We bring the full air-gapped setup to your facility. Nothing leaves the room, and nothing reaches the internet.

FORMAT

In your lab

Run it inside a national-lab or enclave environment, on the same disconnected footing your production systems use.

FORMAT

Modular by team

Pick the modules that fit a security team, a data-science group, or mission staff. The capstone adapts to the audience.

04 // THE CURRICULUM

Ten modules. Environment to capstone, every one a notebook.

The arc is deliberate: stand up the environment, build the loop, wrap it in a harness, then secure it and put it on a real task.

MOD 00

Environment

Stand up the vendored harness, local models through Ollama, and the run-and-dump Docker workflow. Everything runs offline before the first agent does.

MOD 01

Context engineering

What the model can and cannot see. How to assemble context deliberately instead of pasting a wall of text and hoping.

MOD 02

The agentic loop

Reason, act, observe, repeat. The closed loop at the core of every agent, taken apart and rebuilt in a notebook.

MOD 03

The harness

The production engineering wrapped around the loop — the part that makes an agent observable, testable, and safe to run.

MOD 04

Skills

Packaging capability into reusable, inspectable units the agent can call, instead of one monolithic prompt that nobody can reason about.

MOD 05

Identity-based reasoning

Giving an agent a defined role and the constraints that come with it, so its behavior is scoped to what it is allowed to do.

MOD 06

Workflows & sub-agents

Wiring multiple agents and deterministic steps together — when to use a fixed graph, when to hand off to judgment.

MOD 07

Adaptation

How a system improves over time without retraining the model: corrections, evals, and the patterns that compound.

MOD 08

Runtime security

PII redaction, request signing, sandboxing, token and cost budgets, and tamper-evident audit — applied to the agents built earlier in the day.

MOD 09

Coding workflow

Using agents to write and review code under controls, with the same security defaults applied to the development loop itself.

MOD 10

Capstone

A real mission task. Teams build, run, and audit an agent end to end on a problem drawn from their own work.

05 // HOW IT RUNS

It runs air-gapped, by design.

Built for lab and classified settings, the day runs with zero external calls. The same footing your production systems use.

  • A vendored harness — no package pulls mid-session, no surprise dependencies.
  • A local NER model for redaction that never sends data off the box.
  • Local models served through Ollama, so the reasoning engine stays inside the enclave.
  • A run-and-dump Docker workflow that produces artifacts your team keeps.
Technology collaboration center with people at a table and server racks visible through a glass partition
LAB · AIR-GAPPED CLASSROOM
06 // SECURITY-FIRST

Security is the default, not a later pass.

The agents your team builds carry runtime controls from the first module. Module 08 turns those controls on the systems already on the bench.

  • PII redaction on inputs and outputs, run by a local model.
  • Request signing, so every call an agent makes is attributable.
  • Sandboxing that contains what an agent can reach and run.
  • Token and cost budgets that stop an agent before it overruns.
  • Tamper-evident audit your team can hand an assessor.
Empty security operations center, wall of monitors with abstract dashboards
RUNTIME · CONTROLS BY DEFAULT
07 // WHAT YOU LEAVE WITH

Working agents and a ranked plan.

Most AI training leaves a team informed and stuck. This one ends with artifacts: notebooks that run, a mission-mapping workbook filled in with your own use cases, and a mental model that survives the next framework change.

Two systems-integration engineers reviewing a rack elevation drawing and port map on a large monitor
SESSION · MISSION-MAPPING WORKBOOK
OUT / 01

A ranked list of your own use cases

The mission-mapping workbook ends with your tasks scored and ordered. Your team leaves knowing what to build first and why.

OUT / 02

Working notebooks you keep

Every concept came paired with an executable notebook. The agents built in the room go home with your team, runnable on day two.

OUT / 03

A transferable mental model

Prompt to loop to skill to policy to audit. The principles apply to any framework, so the day does not expire when a vendor ships a new SDK.

OUT / 04

Security as the default posture

Redaction, signing, sandboxing, budgets, and audit are taught as how agents are built, not as a hardening pass bolted on afterward.

OUT / 05

An air-gapped path

Everything ran with zero external calls. The same setup runs in a disconnected enclave or a classified environment without rework.

OUT / 06

A shared vocabulary

ISSOs, engineers, and mission staff leave describing the same system the same way — the precondition for every decision that follows.

08 // WHY US

We teach this because we build it.

The people in the room are operators who ship agents into federal environments and run them on a duty cycle. When we say a control matters, it is because we have watched a system fail without it.

Delivered in partnership with CTG Federal, the training sits on a federal contracting and compliance posture built for agency and national-lab work. You get the engineering and the path to run it where you operate.

Operator-led Taught by people who ship agents
Air-gapped Zero external calls, by design
Transferable Principles, not vendor lock-in
Security-first Controls on from module one
ENGAGE

Get your team building agents.

Tell us your mission and who will be in the room — ISSOs, engineers, mission staff. We tailor the modules and the capstone to your work, and run it on-site or in your lab. One day, and your team leaves with working agents and a ranked plan.