diff --git a/content/events/how-ai-agents-turned-5-engineers-into-50/index.md b/content/events/how-ai-agents-turned-5-engineers-into-50/index.md new file mode 100644 index 000000000000..81afb182dec8 --- /dev/null +++ b/content/events/how-ai-agents-turned-5-engineers-into-50/index.md @@ -0,0 +1,73 @@ +--- +# Name of the event, <= 60 characters +title: How AI Agents Turned 5 Engineers Into 50 +meta_desc: Compostable AI's CTO rebuilt development around AI agents. Learn how 5 engineers now ship at the scale of 50 using Pulumi and TypeScript. +meta_image: + +# A featured event will display first in the list. +featured: false + +# Events with unlisted as true will not be shown on the event list +unlisted: false + +# Gated events will have a registration form and the user will need +# to fill out the form before viewing. +gated: true + +# External events will link to an external page instead of an event +# landing/registration page. If the event is external you will need +# set the 'block_external_search_index' flag to true so Google does not index +# the event page created. +external: false +block_external_search_index: false + +# The url slug for the event landing page. If this is an external +# event, use the external URL as the value here. +url_slug: how-ai-agents-turned-5-engineers-into-50 + +# The event type (workshop, webinar, talk). +event_type: webinar + +# URL for embedding a URL for ungated events. +youtube_url: + +# Sortable date. The datetime Hugo will use to sort the events in date order. +sortable_date: 2026-04-28T12:00:00-04:00 + +# Duration of the event. +duration: 60 minutes + +# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa) +location: virtual + +# Description of the event. +description: | + Most teams try to force AI into their existing workflow. Output goes up, but review, control, and ownership don't keep up. + + At Compostable AI, the problem was harder to ignore. They deploy single-tenant systems across fleets of AWS accounts, with strict isolation and no room for drift. The usual approach didn't scale. + + So they changed how software gets made. Agents generate, evaluate, and deploy code, including infrastructure, in a continuous loop, with humans setting the constraints. + + That shift changes the economics of a team. Instead of adding people to handle growth, they focus on increasing what a small team can carry. Five engineers support a growing set of clients and systems without hitting the limits that used to force new hires. + + In this conversation, CTO Ewan Dawson explains what changed, why infrastructure had to become typed code, and how they keep this system from breaking under real-world constraints. + +# The event presenters +presenters: + - name: Ewan Dawson + role: CTO, Compostable AI + photo: /images/people/ewan-dawson.jpg + +# case-sensitive +tags: + level: Intermediate # Beginner, Intermediate, Advanced + topics: ["AI", "DevOps", "Platform Engineering"] + languages: [] + clouds: [] + +# The right hand side form section. +form: + # HubSpot form id. + hubspot_form_id: 24f909f8-15b4-4ba2-b2c4-988169b39fde + salesforce_campaign_id: 701PQ00000spGlEYAU +--- diff --git a/static/images/people/ewan-dawson.jpg b/static/images/people/ewan-dawson.jpg new file mode 100644 index 000000000000..9f935de2568a Binary files /dev/null and b/static/images/people/ewan-dawson.jpg differ