GitHub's Idan Gazit on Agentic Workflows

GitHub's Idan Gazit discusses agentic workflows for software automation and the crucial need for AI safety guardrails.

7 min read
Idan Gazit speaking on stage at a GitHub event about AI and automation.
AI Engineer

Visual TL;DR. Agentic Workflows driven by Simple English Prompt. Simple English Prompt enables AI Automates Upgrades. AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails. Crucial Guardrails supports ACE Collaboration. Increased Productivity impacts Rethink Dev Productivity.

  1. Agentic Workflows: GitHub's Idan Gazit discusses automating software development with AI agents
  2. Simple English Prompt: a three-line prompt expanded by AI into a full upgrade playbook
  3. AI Automates Upgrades: successfully navigated Astro from version 5 to 7, handling code fixes
  4. Crucial Guardrails: focus on safety and control mechanisms for these AI agents
  5. ACE Collaboration: next generation of collaboration, rethinking developer productivity
  6. Increased Productivity: AI agents check releases, parse changelogs, apply changes, open PRs
  7. Rethink Dev Productivity: agentic workflows fundamentally change how developers work and collaborate
Visual TL;DR
Visual TL;DR, startuphub.ai AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails leads to requires Agentic Workflows AI Automates Upgrades Crucial Guardrails Increased Productivity From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails leads to requires Agentic Workflows AI AutomatesUpgrades CrucialGuardrails IncreasedProductivity From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails leads to requires Agentic Workflows GitHub's Idan Gazit discusses automatingsoftware development with AI agents AI Automates Upgrades successfully navigated Astro from version5 to 7, handling code fixes Crucial Guardrails focus on safety and control mechanisms forthese AI agents Increased Productivity AI agents check releases, parsechangelogs, apply changes, open PRs From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails leads to requires Agentic Workflows GitHub's Idan Gazitdiscussesautomating software… AI AutomatesUpgrades successfullynavigated Astrofrom version 5 to… CrucialGuardrails focus on safety andcontrol mechanismsfor these AI agents IncreasedProductivity AI agents checkreleases, parsechangelogs, apply… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Agentic Workflows driven by Simple English Prompt. Simple English Prompt enables AI Automates Upgrades. AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails. Crucial Guardrails supports ACE Collaboration. Increased Productivity impacts Rethink Dev Productivity driven by enables leads to requires supports impacts Agentic Workflows GitHub's Idan Gazit discusses automatingsoftware development with AI agents Simple English Prompt a three-line prompt expanded by AI into afull upgrade playbook AI Automates Upgrades successfully navigated Astro from version5 to 7, handling code fixes Crucial Guardrails focus on safety and control mechanisms forthese AI agents ACE Collaboration next generation of collaboration,rethinking developer productivity Increased Productivity AI agents check releases, parsechangelogs, apply changes, open PRs Rethink Dev Productivity agentic workflows fundamentally change howdevelopers work and collaborate From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Agentic Workflows driven by Simple English Prompt. Simple English Prompt enables AI Automates Upgrades. AI Automates Upgrades leads to Increased Productivity. Agentic Workflows requires Crucial Guardrails. Crucial Guardrails supports ACE Collaboration. Increased Productivity impacts Rethink Dev Productivity driven by enables leads to requires supports impacts Agentic Workflows GitHub's Idan Gazitdiscussesautomating software… Simple EnglishPrompt a three-line promptexpanded by AI intoa full upgrade… AI AutomatesUpgrades successfullynavigated Astrofrom version 5 to… CrucialGuardrails focus on safety andcontrol mechanismsfor these AI agents ACE Collaboration next generation ofcollaboration,rethinking… IncreasedProductivity AI agents checkreleases, parsechangelogs, apply… Rethink DevProductivity agentic workflowsfundamentallychange how… From startuphub.ai · The publishers behind this format

Idan Gazit, speaking at GitHub, introduced a novel approach to software development automation using agentic workflows. His personal website, built on Astro, requires frequent updates. To manage this, Gazit developed a concise, three-line English prompt that an AI agent expanded into a full upgrade playbook. This workflow successfully navigated Astro from version 5 to 7, handling code fixes, build verification, and identifying manual steps. The core of his presentation focused on the safety and control mechanisms for these AI agents.

GitHub's Idan Gazit on Agentic Workflows - AI Engineer
GitHub's Idan Gazit on Agentic Workflows — from AI Engineer

Agentic Workflows: From Prompt to Playbook

Gazit demonstrated how a simple English instruction, akin to a message to a teammate, can be translated by an AI like Copilot into a comprehensive automation script. This script checks for new releases, parses changelogs and upgrade guides, applies necessary code changes, and even opens pull requests. The system successfully upgraded Gazit's site from Astro 5 to 7, automatically fixing breaking changes and verifying the build. The workflow itself is documented in Markdown, making it human-readable and easily editable. The compiled YAML actions file is an artifact of this process, not intended for direct human interaction.

The Critical Role of Guardrails

A significant portion of Gazit's talk emphasized the importance of robust guardrails for AI agents. He argued that simply prompting an agent to behave is insufficient, as such instructions can be easily bypassed through prompt injection. Instead, he advocates for deterministic declarations of permissions, allowed tools, network destinations, and safe output formats. These constraints are defined in the front matter of the workflow document. Gazit highlighted that an agent should be explicitly allowed to do nothing, preventing it from becoming a denial-of-service against its owner. He also stressed that secrets should remain entirely outside the agent's accessible environment, as any secret an agent can see should be considered compromised.

ACE: The Next Generation of Collaboration

Gazit also presented a second prototype, ACE. This system runs each session within a cloud microVM and is designed to resemble a chat application. The underlying theory is that the shared interface should encompass everything not already in the code: political constraints, infrastructure decisions, and collaborative planning. ACE aims to facilitate a more natural human-AI interaction, where humans define the high-level strategy and constraints, and the AI executes the tasks. This approach acknowledges that much of software development involves elements beyond just writing code.

Rethinking Developer Productivity

Drawing on a study involving approximately one hundred developers over thousands of hours, Gazit revealed a surprising finding: hands-on keyboard typing accounts for only about 5% of a developer's work. He noted that current AI tools have primarily focused on assisting with this small portion of the overall development process. This suggests a significant opportunity for AI to impact other, more time-consuming aspects of software engineering, such as planning, debugging complex issues, and managing project constraints. The future of AI in development lies in augmenting these broader, strategic activities.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.