[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"nav-categories":3,"article-former-github-ceo-nat-friedman-unveils-entire-revolutionizing-ai-development-with-git-integration":70},{"data":4},[5,37,57,64],{"name":6,"slug":7,"categories":8},"Productivity","productivity",[9,13,17,21,25,29,33],{"id":10,"title":11,"slug":12},17,"Branding","branding",{"id":14,"title":15,"slug":16},19,"Marketing","marketing",{"id":18,"title":19,"slug":20},20,"Work","work",{"id":22,"title":23,"slug":24},34,"Community","community",{"id":26,"title":27,"slug":28},21,"For newbies","for-newbies",{"id":30,"title":31,"slug":32},24,"Investment","investment",{"id":34,"title":35,"slug":36},22,"Finance","finance",{"name":38,"slug":39,"categories":40},"Tech","tech",[41,45,49,53],{"id":42,"title":43,"slug":44},28,"Technology","technology",{"id":46,"title":47,"slug":48},32,"Artificial Intelligence","artificial-intelligence",{"id":50,"title":51,"slug":52},26,"Security and protection","security-and-protection",{"id":54,"title":55,"slug":56},31,"YouTube Blog","youtube-blog",{"name":58,"slug":59,"categories":60},"News","news",[61],{"id":62,"title":58,"slug":63},18,"quasanews",{"name":65,"slug":66,"categories":67},"Business","business",[68],{"id":69,"title":65,"slug":66},16,{"post":71,"published_news":95,"popular_news":153,"categories":218},{"title":72,"description":73,"meta_title":72,"meta_description":74,"meta_keywords":75,"text":76,"slug":77,"created_at":78,"publish_at":79,"formatted_created_at":80,"category_id":26,"links":81,"view_type":84,"video_url":85,"views":86,"likes":87,"lang":88,"comments_count":87,"category":89},"Former GitHub CEO Nat Friedman Unveils Entire: Revolutionizing AI Development with Git Integration","In the rapidly evolving landscape of artificial intelligence and software development, a new player has emerged that promises to bridge the gap between human intent and machine-generated code.","With a massive $60 million seed funding round, Entire positions itself as the \"world's next developer platform,\" aiming to redefine how developers work in an AI-native world.","Entire's core innovation is an open-source command-line interface (CLI) tool that extends Git's capabilities.","\u003Cp>In the rapidly evolving landscape of artificial intelligence and software development, a new player has emerged that promises to bridge the gap between human intent and machine-generated code. Nat Friedman, the former CEO of GitHub who steered the platform through its acquisition by Microsoft and the rise of AI-assisted coding tools like Copilot, has launched Entire &mdash; a groundbreaking developer platform designed specifically for collaboration between humans and AI agents.\u003C/p>\n\n\u003Cp>With a massive $60 million seed funding round, Entire positions itself as the &quot;world&#39;s next developer platform,&quot; aiming to redefine how developers work in an AI-native world.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>The Genesis of Entire\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/photo_2026-02-17_18-04-34.webp\" type=\"image/webp\">\u003Cimg alt=\"Entire's core innovation is an open-source command-line interface (CLI) tool that extends Git's capabilities\" class=\"image-align-right\" height=\"196\" src=\"https://cdn.quasa.io/photos/00/photo_2026-02-17_18-04-34.jpg\" width=\"300\" />\u003C/picture>Friedman, who left GitHub in 2023 after seven years at the helm, has long been at the forefront of AI&#39;s integration into software engineering. His latest venture, co-founded with a team of innovators, addresses a critical pain point in AI-driven development: the loss of context and reasoning behind code changes. Traditional tools like Git excel at version-controlling source code, but they fall short when it comes to capturing the interactions with AI models that increasingly produce that code.\u003C/p>\n\n\u003Cp>\u003Ca href=\"https://entire.io/blog/hello-entire-world\">Entire&#39;s core innovation is an open-source command-line interface (CLI) tool that extends Git&#39;s capabilities.\u003C/a> This tool allows developers to store not just the code, but the entire history of communications with AI agents&mdash;prompts, session transcripts, files touched, token usage, and tool calls&mdash;as structured metadata. These &quot;Checkpoints&quot; are tied to commit SHAs, providing a comprehensive audit log of how and why code was generated.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>How Entire Works: Checkpoints and Git Integration\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-left\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-02-17t175847902.webp\" type=\"image/webp\">\u003Cimg alt=\"Former GitHub CEO Nat Friedman Unveils Entire: Revolutionizing AI Development with Git Integration\" class=\"image-align-left\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-02-17t175847902.jpg\" width=\"300\" />\u003C/picture>At its heart, Entire reimagines Git as a unified database for code, intent, constraints, and reasoning. When an AI agent generates a commit, the CLI automatically captures the session details and pushes them to a dedicated branch called &quot;\u003Cstrong>entire/checkpoints/v1\u003C/strong>.&quot; This append-only structure ensures that the metadata remains organized and doesn&#39;t clutter the main commit history or comments.\u003C/p>\n\n\u003Cp>Why a separate branch instead of embedding data in commit messages? The choice likely stems from practicality and scalability. Commit comments are meant for human-readable summaries and could become unwieldy with large volumes of structured data like full transcripts or token logs.\u003C/p>\n\n\u003Cp>A dedicated branch keeps the primary codebase clean while allowing easy querying and reference &mdash; ideal for AI agents that need to access past contexts without parsing noisy commit logs. This design also supports multi-agent workflows, where different AIs can build on each other&#39;s work without repeating errors.\u003C/p>\n\n\u003Cp>\u003Ca href=\"https://entire.io/\">Currently, the CLI integrates with popular AI agents like Anthropic&#39;s Claude Code and Google&#39;s Gemini CLI, with plans to expand to others such as OpenAI&#39;s Codex and GitHub Copilot CLI.\u003C/a>\u003C/p>\n\n\u003Cp>Setup is straightforward: Developers can install the tool via a simple curl script and enable it in any Git repository with the command `\u003Cstrong>entire enable\u003C/strong>`. Once active, it hooks into pushes, syncing AI sessions seamlessly.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>The Entire Platform: Convenience and Collaboration\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-02-17t175843818.webp\" type=\"image/webp\">\u003Cimg alt=\"Former GitHub CEO Nat Friedman Unveils Entire: Revolutionizing AI Development with Git Integration\" class=\"image-align-right\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-02-17t175843818.jpg\" width=\"300\" />\u003C/picture>Beyond the CLI, Entire offers a user-friendly service at \u003Ca href=\"https://entire.io/\">entire.io\u003C/a>, making it easier to manage and leverage these checkpoints. The platform provides a terminal-based interface for searching commit histories, viewing agent statuses, and diving into session details &mdash; all without leaving your existing workflow. It&#39;s designed to eliminate context switching, ensuring that developers stay in their preferred tools while gaining AI-specific insights.\u003C/p>\n\n\u003Cp>\u003Cstrong>Key features include:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>Traceability\u003C/strong>: Easily track changes made by AI, complete with the reasoning behind them.\u003C/li>\n\t\u003Cli>\u003Cstrong>Faster Reviews\u003C/strong>: Reviewers can see the full intent and constraints, speeding up pull requests.\u003C/li>\n\t\u003Cli>\u003Cstrong>Better Handoffs:\u003C/strong> Teams can pick up where an AI left off without replaying entire sessions.\u003C/li>\n\t\u003Cli>\u003Cstrong>Efficiency Gains\u003C/strong>: By referencing past work, agents avoid redundant mistakes, reducing token waste and improving overall productivity.\u003C/li>\n\t\u003Cli>\u003Cstrong>Multi-Session Support\u003C/strong>: Enables complex, ongoing projects involving multiple AI interactions.\u003C/li>\n\u003C/ul>\n\n\u003Cp>Entire is fully open-source under the MIT license and free to use, with no additional pricing tiers mentioned &mdash; making it accessible for individual developers and enterprises alike. Community engagement is encouraged through GitHub Discussions and a Discord server, fostering rapid iteration based on user feedback.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Fueling the Vision: $60 Million Seed Round\u003C/strong>\u003C/h4>\n\n\u003Cp>To bring this ambitious vision to life, Entire secured a staggering $60 million in seed funding, led by Felicis Ventures and supported by a roster of heavy-hitters including Madrona, Microsoft&#39;s M12, Basis Set, 20VC, Cherry Ventures, Picus Capital, Global Founders Capital, and individual investors like Gergely Orosz, Theo Browne, Jerry Yang, Olivier Pomel, and Garry Tan. This investment underscores the industry&#39;s belief&nbsp;in Entire&#39;s potential to become the go-to platform for AI development.\u003C/p>\n\n\u003Cp>Friedman and his team argue that as AI agents become primary code producers, traditional tools like issues, pull requests, and even Git itself&mdash;optimized for human collaboration &mdash; need an overhaul. Entire steps in to provide durable context, enabling agent interoperability and a new software development lifecycle tailored for this era.\u003C/p>\n\n\u003Cul>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Why This Idea Matters: Preserving Human Essence in AI Code\u003C/strong>\u003C/h4>\n\n\u003Cp>The concept behind Entire is profoundly sensible. Interactions with AI models represent the human-directed essence of a project&mdash;the prompts, constraints, and iterations that shape the final output. Storing these alongside the code ensures that this vital context isn&#39;t lost in ephemeral chat histories or discarded sessions.\u003C/p>\n\n\u003Cp>One standout benefit is empowering AI itself: Agents can reference their own project history, learning from previous outputs to avoid repeating mistakes. This creates a feedback loop that enhances reliability and efficiency in AI-driven workflows. In a world where AI is increasingly autonomous, such traceability could mitigate risks like unintended biases or errors propagating through codebases.\u003C/p>\n\n\u003Cp>Whether Entire becomes the dominant platform remains to be seen, but its foundational idea&mdash;treating AI communications as first-class citizens in version control &mdash; feels like a natural evolution. It shifts the focus from mere code generation to holistic system-level thinking, addressing bottlenecks in context and architecture that Friedman identifies as key challenges.\u003C/p>\n\n\u003Cp>\u003Cstrong>Also read:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/key-updates-to-the-quasa-connect-app-for-crypto-freelancing\">Key Updates to the Quasa Connect App for Crypto Freelancing\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/elon-musk-s-x-launches-crypto-and-stock-trading-turning-the-timeline-into-a-trading-terminal\">Elon Musk&#39;s X Launches Crypto and Stock Trading: Turning the Timeline into a Trading Terminal\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/blackrock-enters-defi-world-s-largest-asset-manager-lists-2-2b-tokenized-treasury-fund-buidl-on-uniswap\">BlackRock Enters DeFi: World&#39;s Largest Asset Manager Lists $2.2B Tokenized Treasury Fund BUIDL on Uniswap\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/how-to-access-your-favorite-shows-with-a-vpn\">How To Access Your Favorite Shows With A VPN\u003C/a>\u003C/li>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Get Started Today\u003C/strong>\u003C/h4>\n\n\u003Cp>Entire is available for use right now. Head to the GitHub repository at https://github.com/entireio/cli to download the CLI, or visit entire.io for more details on the platform. As AI continues to transform software engineering, tools like Entire could very well become indispensable, ensuring that the human spark behind the machine remains preserved and actionable.\u003C/p>","former-github-ceo-nat-friedman-unveils-entire-revolutionizing-ai-development-with-git-integration","2026-02-17T17:00:36.000000Z","2026-03-01T09:49:00.000000Z","01.03.2026",{"image":82,"thumb":83},"https://cdn.quasa.io/images/news/s3W2WdSGZwHLlgVmu9CZm9zg1b5A1ufMNaQv1nek.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/s3W2WdSGZwHLlgVmu9CZm9zg1b5A1ufMNaQv1nek.jpg","small",null,1644,0,"en",{"id":26,"title":27,"slug":28,"meta_title":90,"meta_description":91,"meta_keywords":92,"deleted_at":85,"created_at":93,"updated_at":94,"lang":88},"Quasa media is a growth hacking blog for those who have no experience","Insiders and instructions on how not to step on a rake in any area of life.","For newbies, how to, newbie, advice, instructions","2021-10-25T14:55:26.000000Z","2024-08-25T15:35:10.000000Z",[96,109,120,131,142],{"title":97,"description":98,"slug":99,"created_at":100,"publish_at":101,"formatted_created_at":102,"category":103,"links":104,"view_type":84,"video_url":85,"views":107,"likes":87,"lang":88,"comments_count":87,"is_pinned":108},"Cyberpunk Is Already Here – People Are Building Their Own Cyberdecks","It’s 2026, and the future we were promised in the ’80s has quietly arrived — not in gleaming megacorps or neon megacities, but in thrift-store clutches and repurposed makeup cases.","cyberpunk-is-already-here-people-are-building-their-own-cyberdecks","2026-04-10T14:54:06.000000Z","2026-04-12T11:46:00.000000Z","12.04.2026",{"title":27,"slug":28},{"image":105,"thumb":106},"https://cdn.quasa.io/images/news/Otp0HUdKOuJbAlgb3pXghHe6iqqYPctRRsj49Flm.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/Otp0HUdKOuJbAlgb3pXghHe6iqqYPctRRsj49Flm.jpg",44,false,{"title":110,"description":111,"slug":112,"created_at":113,"publish_at":114,"formatted_created_at":102,"category":115,"links":116,"view_type":84,"video_url":85,"views":119,"likes":87,"lang":88,"comments_count":87,"is_pinned":108},"Why OpenAI’s Sora Crashed and Burned After Just 1.5 Years: The Video Slop That Ate Itself","It was supposed to be the future of creativity. In February 2024, OpenAI unveiled Sora — its text-to-video model that could turn a simple prompt into jaw-dropping, cinematic clips. Hollywood trembled. Creators cheered. Investors poured in.","why-openai-s-sora-crashed-and-burned-after-just-1-5-years-the-video-slop-that-ate-itself","2026-04-10T14:42:46.000000Z","2026-04-12T09:37:00.000000Z",{"title":65,"slug":66},{"image":117,"thumb":118},"https://cdn.quasa.io/images/news/ljEQl4jsH2UcYjQm8HhZBuvbHANGblitMTcUocMr.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/ljEQl4jsH2UcYjQm8HhZBuvbHANGblitMTcUocMr.jpg",58,{"title":121,"description":122,"slug":123,"created_at":124,"publish_at":125,"formatted_created_at":102,"category":126,"links":127,"view_type":84,"video_url":85,"views":130,"likes":87,"lang":88,"comments_count":87,"is_pinned":108},"How to Actually Benefit from the Flood of AI News (Without Burning Out)","Every day we’re hit with another wave of AI announcements: shiny new tools, powerful extensions for chatbots and agents, and the latest “must-try” features.","how-to-actually-benefit-from-the-flood-of-ai-news-without-burning-out","2026-04-10T14:32:32.000000Z","2026-04-12T06:21:00.000000Z",{"title":47,"slug":48},{"image":128,"thumb":129},"https://cdn.quasa.io/images/news/q1cKdGRJ8kdte3kOVMGJshqBQ9cnyJwRrKGeTxpe.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/q1cKdGRJ8kdte3kOVMGJshqBQ9cnyJwRrKGeTxpe.jpg",78,{"title":132,"description":133,"slug":134,"created_at":135,"publish_at":136,"formatted_created_at":102,"category":137,"links":138,"view_type":84,"video_url":85,"views":141,"likes":87,"lang":88,"comments_count":87,"is_pinned":108},"Three Ways to Burn Your AI Budget: Hard Lessons from 15+ AI Transformations","I’ve been involved in more than 15 large-scale AI transformations across different industries. Four of them failed.","three-ways-to-burn-your-ai-budget-hard-lessons-from-15-ai-transformations","2026-04-10T14:13:46.000000Z","2026-04-12T03:07:00.000000Z",{"title":47,"slug":48},{"image":139,"thumb":140},"https://cdn.quasa.io/images/news/V4iWInVuKm0QkEz4NYriOX6CoNiiDnycWyLroF2S.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/V4iWInVuKm0QkEz4NYriOX6CoNiiDnycWyLroF2S.jpg",92,{"title":143,"description":144,"slug":145,"created_at":146,"publish_at":146,"formatted_created_at":147,"category":148,"links":149,"view_type":84,"video_url":85,"views":152,"likes":87,"lang":88,"comments_count":87,"is_pinned":108},"What Is a Startup? Cutting Through the Hype to Find the Real Meaning","A few years ago, we published an article titled “What is a Startup?” that quickly climbed to the top of our most-read and most-shared pieces.","what-is-a-startup-cutting-through-the-hype-to-find-the-real-meaning","2026-04-11T18:25:56.000000Z","11.04.2026",{"title":27,"slug":28},{"image":150,"thumb":151},"https://cdn.quasa.io/images/news/cona0PkrDQzH7eaLDaQhaWO0FsU3fDEdqJvVClN8.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/cona0PkrDQzH7eaLDaQhaWO0FsU3fDEdqJvVClN8.jpg",138,[154,167,181,193,206],{"title":155,"description":156,"slug":157,"created_at":158,"publish_at":159,"formatted_created_at":160,"category":161,"links":162,"view_type":84,"video_url":85,"views":165,"likes":166,"lang":88,"comments_count":87,"is_pinned":108},"The Anatomy of an Entrepreneur","Entrepreneur is a French word that means an enterpriser. Enterprisers are people who undertake a business or enterprise with the chance of earning profits or suffering from loss.","the-anatomy-of-an-entrepreneur","2021-08-04T15:18:21.000000Z","2025-12-14T06:09:00.000000Z","14.12.2025",{"title":65,"slug":66},{"image":163,"thumb":164},"https://cdn.quasa.io/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp",69918,2,{"title":168,"description":169,"slug":170,"created_at":171,"publish_at":172,"formatted_created_at":173,"category":174,"links":175,"view_type":178,"video_url":85,"views":179,"likes":180,"lang":88,"comments_count":87,"is_pinned":108},"Advertising on QUASA","QUASA MEDIA is read by more than 400 thousand people a month. We offer to place your article, add a link or order the writing of an article for publication.","advertising-on-quasa","2022-07-06T07:33:02.000000Z","2025-12-15T17:33:02.000000Z","15.12.2025",{"title":58,"slug":63},{"image":176,"thumb":177},"https://cdn.quasa.io/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","large",69663,4,{"title":182,"description":183,"slug":184,"created_at":185,"publish_at":186,"formatted_created_at":187,"category":188,"links":189,"view_type":84,"video_url":85,"views":192,"likes":180,"lang":88,"comments_count":87,"is_pinned":108},"What is a Startup?","A startup is not a new company, not a tech company, nor a new tech company. You can be a new tech company, if your goal is not to grow high and fast; then, you are not a startup. ","what-is-a-startup","2021-08-04T12:05:17.000000Z","2025-12-17T13:02:00.000000Z","17.12.2025",{"title":65,"slug":66},{"image":190,"thumb":191},"https://cdn.quasa.io/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp",67329,{"title":194,"description":195,"slug":196,"created_at":197,"publish_at":198,"formatted_created_at":199,"category":200,"links":201,"view_type":84,"video_url":85,"views":204,"likes":166,"lang":88,"comments_count":205,"is_pinned":108},"Top 5 Tips to Make More Money as a Content Creator","Content creators are one of the most desired job titles right now. Who wouldn’t want to earn a living online?","top-5-tips-to-make-more-money-as-a-content-creator","2022-01-17T17:31:51.000000Z","2026-01-17T11:30:00.000000Z","17.01.2026",{"title":19,"slug":20},{"image":202,"thumb":203},"https://cdn.quasa.io/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg",41383,1,{"title":207,"description":208,"slug":209,"created_at":210,"publish_at":211,"formatted_created_at":212,"category":213,"links":214,"view_type":178,"video_url":85,"views":217,"likes":166,"lang":88,"comments_count":87,"is_pinned":108},"8 Logo Design Tips for Small Businesses","Your logo tells the story of your business and the values you stand for.","8-logo-design-tips-for-small-businesses","2021-12-04T21:59:52.000000Z","2025-05-05T03:30:00.000000Z","05.05.2025",{"title":15,"slug":16},{"image":215,"thumb":216},"https://cdn.quasa.io/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg",40539,[219,220,221,222,223,224,225,226,227,228,229,230,231],{"title":23,"slug":24},{"title":47,"slug":48},{"title":55,"slug":56},{"title":43,"slug":44},{"title":51,"slug":52},{"title":31,"slug":32},{"title":35,"slug":36},{"title":27,"slug":28},{"title":19,"slug":20},{"title":15,"slug":16},{"title":58,"slug":63},{"title":11,"slug":12},{"title":65,"slug":66}]