Ex-GitHub CEO is Building Git, But for AI Agents

· Source: unwind ai · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, medium

Summary

Thomas Dohmke, former GitHub CEO, has launched Entire, an open-source developer platform designed for agent-human collaboration, after raising $60 million. Entire features a three-layer stack including a Git-compatible database, a semantic reasoning layer for multi-agent coordination, and an AI-native UI. Its first product, Checkpoints, is an open-source CLI tool that automatically captures AI agent sessions (prompts, reasoning, transcripts) and pairs them with code on every Git push, storing metadata on a separate Git branch. Additionally, Pydantic released Monty, a secure Python interpreter written in Rust, which runs AI-generated code safely in under 1 microsecond by blocking filesystem and network access by default. Monty also supports execution snapshotting and built-in resource limits. Anthropic has also brought Claude Cowork to Windows with full feature parity, including file access and multi-step tasks.

Key takeaway

For engineering leaders integrating AI agents into development workflows, consider adopting platforms like Entire to manage agent-human collaboration and version control for AI-generated code. Your teams should also evaluate secure execution environments like Monty for running agent-produced Python code, mitigating significant security risks. The availability of Claude Cowork on Windows further expands options for direct AI assistance within local file systems, potentially streamlining developer tasks.

Key insights

New platforms and tools are emerging to manage AI agent development, collaboration, and secure execution.

Principles

Method

Entire's Checkpoints CLI captures AI agent sessions and links them to code changes, storing metadata on a separate Git branch to preserve main branch history.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Engineer, Software Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by unwind ai.