World's Fair 2025
The Robots are coming for your job, and that's okay - Elmer Thomas and Maria Bermudez
Overview
This talk explores how AI agents can be used to enhance, rather than replace, human workflows, particularly within a small documentation team. The core thesis is that by automating repetitive, rule-based tasks, AI can free up human engineers to focus on higher-level judgment, clarity, and creativity, ultimately boosting productivity and reducing burnout.
Who should watch
- AI Engineers looking to implement agent-based workflows.
- Product Managers seeking to improve team efficiency.
- Builders aiming to automate repetitive tasks.
- Teams struggling with high ticket volumes and repetitive checks.
- Developers interested in practical applications of AI agents.
Key takeaways
- AI agents can be built as single-purpose tools behind a simple frontend to tackle specific pain points, such as grammar correction, alt-text generation, jargon simplification, SEO metadata creation, and documentation outlining.
- The sweet spot for AI automation lies in tasks that are repeatable, high-volume, and require low creativity.
- A robust validation layer, including linting, CI/CD tests, and human code owner reviews, is crucial for mitigating risks like hallucinations and ensuring accuracy before merging changes.
- The presented workflow involves a Next.js UI feeding into a custom GPT-4 model, which incorporates style guides and rubrics retrieved from Airtable, followed by a validation layer and human review.
- Guardrails against hallucinations include tools like Veil Lint and CI tests, combined with human oversight. Bias is addressed through dataset tests and prompt audits, while stakeholder misalignment is managed via weekly PR reviews and Slack feedback loops.
- A recommended playbook involves identifying a throughput-killing pain point, selecting a single repeatable, rule-based task, and establishing weekly user feedback loops for continuous refinement.
- *AI isn't something to fear. It's something we can embrace to work smarter.*
- *Ship, measure, and refine. Stack a few of these wins and watch your team's velocity jump.*
Notable quotes
Elmer Thomas: *AI isn't something to fear. It's something we can embrace to work smarter.*
Elmer Thomas: *Ship, measure, and refine. Stack a few of these wins and watch your team's velocity jump.*
Unofficial community note. Prefer the recording for nuance.