AI Engineer

Full Workshop: Setting Yourself Up for Success —Jason Liu, OpenAI Codex

Published 2026-07-24 · Duration 1:15:02

Summary

Jason Liu provides a comprehensive workshop on leveraging Codex and the Agents SDK for advanced knowledge work automation. The focus shifts from simple text generation to using AI agents (threads) as collaborative teammates capable of managing complex projects, interacting with external applications via 'Computer Use,' and maintaining long-running processes through automated 'heartbeats.' Key strategies include building custom skills/plugins, utilizing a personal memory vault, and treating the computer itself as an integrated component of the workflow.

Download summary

Key takeaways

  1. Systematic Context Management via Appshots 20:05

    The 'Appshot' feature is highlighted as critical for providing deep context to AI models. Unlike simple screenshots, Appshots capture the entire accessibility tree of an application (e.g., Slack), allowing agents to perform complex actions with single function calls and greatly improving accuracy.

  2. Advanced Project Management with Threads 5:50

    The concept of 'compaction' allows threads (pinned conversations) to maintain long-term context, acting like dedicated project managers. These threads can delegate tasks to sub-agents and communicate with each other, forming a collaborative team structure.

  3. Automating Long-Running Workflows (Heartbeats) 11:30

    Instead of manual checks, 'heartbeat' automations can wake up threads over time to perform continuous maintenance tasks (e.g., checking PR status, monitoring support issues), allowing for sustained project oversight.

  4. Extending AI Capabilities with Skills and Plugins 23:25

    Skills are simple constructs (files/scripts) that solve specific problems (e.g., 'Review my code like Charlie'). Plugins connect the system to external services (Slack, Gmail), allowing agents to perform actions across different platforms.

Technical details

  • Agent Architecture & Workflow 350s

    The system moves from an IC enabled by an IDE to a 'team' of pinned threads, where the user acts as the manager. This structure allows for complex orchestration and delegation.

  • Code Quality & Review 1650s

    Skills can be built to automate code review processes (e.g., 'Review my code like Charlie'), analyzing past pull request feedback to maintain style guide adherence and find errors.

  • Goal Setting & Iteration 1805s

    The `slash goal` command defines a verification step that the agent must continuously check. The 'Ultra Goal' skill allows defining and editing goals within a file, enabling iterative project scope changes.

  • System Integration & Control 1250s

    The 'Computer Use' feature is emphasized as uniquely powerful because it can control any application (Slack, trading software) behind the scenes, unlike the Chrome extension which is limited to the browser.

Mentioned resources

  • Personal Monorepo Template (GitHub Repository/Template)
  • Codex App / Agents SDK (Software Platform)

Channel & topics

Watch on YouTube · Back to latest

This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.