SOFTWARE ENGINEERING / SYSTEMS / AGENTIC AI

Under
the hood.

I'm Jake Miller. I understand software from the inside: how code executes, how data moves, how systems hold state, and where their assumptions break.

That understanding comes from more than two decades in software, including Journey Builder at ExactTarget and my time as Director of Engineering at Salesforce Marketing Cloud. It informs how I think, make, and work with technology.

CODE & RUNTIMEDISTRIBUTED SYSTEMSDATA & STATEPROTOCOLS & TRUSTAGENTIC AI
Jake Miller in a grey hoodie and black-framed glasses against a black studio background, the engineer and researcher behind the security work.
JAKE MILLER / SOFTWARE ENGINEERCODE / SYSTEMS / INTERNALS
20+ years
Experience inside software and complex systems
Salesforce
Former Director of Engineering, Marketing Cloud
Internals
Execution, data flow, state, and failure modes

CURRENT TECHNICAL WORK

My work at Zivis puts that perspective into practice with agentic AI: tracing how models, agents, tools, and data interact, and testing the boundaries between them.

From code to system behavior.

Interfaces show what a system lets us do. The interesting questions are underneath: what executes, what gets stored, what crosses a boundary, and what happens when something fails.

Code & execution.

I follow the execution path: control flow, data structures, asynchronous work, and the state each operation changes. Understanding behavior means connecting the code to what the runtime actually does.

State & distributed systems.

Once work crosses processes or services, ordering and timing matter. I think about queues, retries, duplicate events, consistency, and what happens when one part of a system succeeds while another fails.

Agentic AI & protocols.

I trace agentic AI from a model's output through tool calls, memory, and orchestration. That means understanding how agents exchange context, delegate work, check permissions, and change system state—and how those interactions can fail.

The thinking, in code.

Open-source implementations and experiments make that technical understanding inspectable: protocols, test vectors, and reproducible failure modes.

GITHUB / IETF WORKING DRAFTS / TYPESCRIPTagent-trust-protocols/agent-trust-protocols

Agent Trust Protocols

A family of open, cryptographically verifiable protocols for trust negotiation, delegation, and authorization in agentic AI systems. Hosts ZTIP, ZTNP, reference implementations, and test vectors.

Open the repo
GITHUB / OPEN SOURCE / APACHE-2.0zivisai/maul

Model & Agent Unsafe Lab

A deliberately vulnerable AI application for red-team training and security research. Covers RAG pipelines, embedding attacks, agent-tool misuse, and SSE hijacking.

Open the repo

How I understand a system.

The habits behind that technical depth.

Follow the execution.

I start with a concrete action and trace it through the code, process boundaries, and state changes. The implementation often reveals behavior that the architecture diagram leaves out.

Look for the hidden assumptions.

What has to arrive in order? What can happen twice? Which component owns the state? I want to understand the conditions that make a system work, and what happens when they stop holding.

Make the behavior reproducible.

I use small examples, logs, traces, and repeatable tests to connect an explanation to observable behavior. A failure becomes useful when I can show how it happens.

Where that understanding comes from.

A career spent close to the code, including systems at massive scale and the constraints of regulated industries. These experiences shaped my technical perspective.

Jake Miller in a dark jacket, a portrait of the founder and assurance-minded technologist behind Pink Stack Studio.
JAKE MILLER / ENGINEERING BACKGROUND
  1. ExactTarget / Salesforce Marketing Cloud

    Software Engineer → Director of Engineering

    I began as an engineer on the early Journey Builder team at ExactTarget and later became a Director of Engineering within Salesforce Marketing Cloud. Building automation infrastructure used at enormous scale—often within highly regulated organizations—taught me to think deeply about system behavior, reliability, security, and the consequences of failure.

  2. Metaimpact

    Co-founder & CTO

    As co-founder and CTO of Metaimpact, I moved from building within a global enterprise to shaping a product company from the ground up. I led the technical vision while navigating the realities of turning an ambitious idea into a product, a platform, and a business.

  3. The Engineered Innovation Group

    Founder & CEO

    I founded The Engineered Innovation Group to help organizations design and build complex digital products. Working across industries, architectures, and stages of growth gave me a broad view of how software actually succeeds—or breaks down—where application code, integrations, infrastructure, user behavior, and operational constraints meet.

  4. ZIVIS

    Founder & CEO / AI Security and Assurance

    Today, I lead ZIVIS, where I examine the mechanics of AI-powered systems across models, agents, tools, APIs, application code, and infrastructure. Our work focuses on how these systems behave, how they fail, and how organizations can produce meaningful evidence that they are operating as intended.

The through line

Across every chapter of my career, I’ve worked at the intersection of engineering, product, automation, and trust—from building enterprise journey orchestration at scale to investigating the behavior of modern AI systems. That experience allows me to see both the creative possibilities of technology and the systems required to make those possibilities real.

Protocol work & research.

The same technical curiosity extends to identity, delegation, and trust between systems. These drafts explore the mechanics behind those boundaries.

IETF / INTERNET-DRAFT / ACTIVEdraft-miller-ztip

Zero Trust Identity Protocol

A protocol foundation for verifiable identity in zero-trust systems, designed for a world where the principal making a request may be an agent, not a human.

Read the draft
IETF / INTERNET-DRAFT / ACTIVEdraft-miller-ztnp

Zero Trust Network Protocol

Network-layer primitives for zero-trust enforcement between services and autonomous workloads. Identity, policy, and posture, carried on the wire.

Read the draft
Repos
agent-trust-protocols · zivisai/maul
Patent
US10872097B2
Drafts
draft-miller-ztip · draft-miller-ztnp
Writing
medium.com/@jakemillerindy
LinkedIn
in/jakemillerindy

Writing on software & architecture.

Writing that makes the behavior of software and systems easier to understand.

Cover artwork for the essay Event-Driven Architecture: A Primer, Seven Years Later.
ZIVIS.AI / PATTERN LIBRARY / LIVING DOCUMENTzivis.ai/patterns

AI Architecture Patterns

An opinionated, security-first pattern library for AI systems: agents, retrieval, prompting, memory, and emerging approaches, each with threat analysis.

Open the library
MEDIUM / AUTHOR PROFILE@jakemillerindy

All writing on Medium

Long-form essays on architecture, AI security, and the engineering reality behind agentic systems.

Read on Medium

Sharing how systems work.

Technical talks and demos that explain the mechanics of AI security and agent systems: execution, interactions, trust boundaries, and failure modes.

ENGINEERS / RED TEAMS

Beyond prompt injection

Multi-agent attack surfaces and how locally valid steps assemble into globally exploitable chains.

  • Tool-call compression, intent drift, delegation laundering
  • Why audit logs prove action, not intent
  • Building intent-bound tool calls and semantic diffs
  • Test patterns for locally benign, globally unsafe flows
CISOS / SECURITY LEADERSHIP

The conversation is the attack surface

A threat-model shift for security leaders running AI in production: where injection ends and emergence begins.

  • Why prompt-injection defenses miss emergent attacks
  • Conversation-level threat modeling and kill conditions
  • What to demand from AI vendors and MCP integrations
  • What "enterprise-ready" means for autonomous agents
STANDARDS / PROTOCOL AUDIENCES

Zero trust for the agent era

Identity and network-layer primitives for an internet where the principal making a request is an agent.

  • ZTIP / ZTNP: what an agentic internet actually needs
  • Cryptographic identity for non-human workloads
  • Posture, policy, and provenance carried on the wire
  • Why bolting agents onto today's auth is not enough
AI RESEARCHERS / PRACTITIONERS

Agentic forensics

Alt: "How did the system come to believe this was the right thing to do?"

An investigative discipline for multi-agent systems: reconstructing how a swarm formed unsafe operational intent.

  • From action provenance to intent and idea provenance
  • Conversation graphs, idea lineage, dissent ledgers
  • Distinguishing malicious influence from benign drift
  • Forensic recoverability as a system requirement
BOARDS / EXECUTIVE LEADERSHIP

When the agent invents the attack

What boards need to ask differently when no one explicitly requested the unsafe action.

  • The shift from injected exploits to emergent ones
  • Why signed receipts can prove "what" but not "why"
  • Where liability lands in a multi-agent stack
  • Buying signals: what mature AI security looks like
BESPOKE

Custom keynote

Every talk can be tailored. Different audiences get different depth, framing, and outcomes; same core insights.

  • Students and emerging researchers
  • Internal company offsites
  • Workshops, panels, fireside chats

Notes, code & conversation.

Questions about something I've written, a protocol, or an open-source project? I'd like to hear them.

  • Questions about published code and technical writing.
  • Discussion of protocols, system behavior, and AI internals.
  • Speaking invitations about the ideas shared here.

Or email jake@zivis.ai

THE TECHNICAL FOUNDATION / PINK STACK STUDIO

Technical depth. Creative possibilities.

Pink Stack Studio is my solo practice for creative video and experience design. An understanding of code and systems helps me connect an idea to the technology that brings it to life.

I'm interested in what becomes possible when artistic judgment and a deep understanding of technology work together.

We can do more now.