whoami

alec foster

chief agent officer & responsible ai lead · mma

I help enterprises ship AI agents that work in production and keep them accountable once they're live. At the Marketing + Media Alliance (MMA), I own AI transformation end-to-end and co-lead the AI Leadership Think Tank, running the sessions where 300+ CMOs and AI leaders decide what to build. When I advise a team, I build with them, inside the tools they already use.

  • 0 shipped Claude Skills
  • 0 trained marketing leaders
  • 0 AI workflows built
  • 0 frontier AI marketing experiments launched
Alec Foster at his University of Cambridge graduation Alec Foster at his University of Cambridge graduation
work_with_me

Building agents at your company?

I help enterprise teams design, govern, and ship multi-agent systems through advisory engagements, executive workshops, and embedded build sprints.

  • > agent architecture audits
  • > responsible AI governance frameworks
  • > exec & team enablement workshops
  • > embedded build sprints & advisory
  • > AI transformation strategy
  • > custom agent and workflow builds

Agent swarm visualization showing 101 simulated AI workers and orchestrators completing tasks like audit_campaign, classify_feedback, and detect_bias.

At the Marketing + Media Alliance I run the agent platform and the training programs, and I set the governance rules for which workflows can run without a human. The other half of the job is external: I work with member brands and solution providers to test frontier AI inside live campaigns, then publish what held up and what didn't.

Before MMA I worked on product policy at Google, then FairShake, and interned at the White House. I hold an M.St. in AI Ethics & Society from the University of Cambridge (2023–2025) and a bachelor's from NYU in Media, Culture & Communication and Political Science. CIPP/US certified, IAPP member. Full bio and timeline here.

Recent speaking history includes AI4, POSSIBLE, Copyleaks, and MMA's own panels. I write The Eval, a weekly newsletter on AI agents in production. I run a portfolio of frontier AI experiments with MMA member brands, and ship open-source Claude skills and agent toolkits when I can.

Get in touch if you want me to speak at your event, advise on your AI rollout, or just talk through a problem.

Alec Foster speaking at the POSSIBLE conference

~/$ alec --interactive
live
$ init
connected. pick a chip for a common question, or type your own.
$

~/now/currently_shipping
> claude-md-template Fill-in-the-blanks operating rules for a coding agent: a CLAUDE.md…
> regulatory-landscape A map of where AI regulation binds marketers as of June 2026: a…
> n8n-podcast-intake Pulls 18 podcast RSS feeds and a Vimeo library twice a week,…
~/latest/writing
> guide Claude Code best practices, from a year of daily use
> guide The Content Pipeline: how I run a one-person media operation on n8n
> essay You can't copyright most of what your AI makes, and that's your smaller problem
> esc
$ keyboard_shortcuts.md esc

// navigation

  • ⌘K or ctrl+K — open command palette
  • ? — toggle this overlay
  • esc — close any overlay
  • / — jump to command palette input

// command palette

  • ↑ ↓ — navigate results
  • ↵ — select / navigate
  • type a tag like #agents — search by tag
  • type a service like workshop — find related pages

// 404 page

  • cd <path> — navigate
  • ls — list pages
  • help — show commands
  • clear — clear history

// agent swarm

  • click anywhere — spawn a task
  • drag a rectangle — dispatch a team
  • hover over a worker — see its model
based on conventions from cmd+k, vercel, linear, and most claude code workflows