<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ai-Agents on Tech Blog</title>
    <link>https://blog-8ye.pages.dev/en/categories/ai-agents/</link>
    <description>Recent content in Ai-Agents on Tech Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 Plus</copyright>
    <lastBuildDate>Fri, 03 Apr 2026 12:00:00 +0900</lastBuildDate><atom:link href="https://blog-8ye.pages.dev/en/categories/ai-agents/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>gstack Complete Guide Part 4: Development Philosophy for the AI Age</title>
      <link>https://blog-8ye.pages.dev/en/posts/gstack-part4-philosophy/</link>
      <pubDate>Fri, 03 Apr 2026 12:00:00 +0900</pubDate>
      
      <guid>https://blog-8ye.pages.dev/en/posts/gstack-part4-philosophy/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;&amp;ldquo;600K Lines in 60 Days&amp;rdquo; — Garry Tan&amp;rsquo;s Challenge&#xA;    &lt;div id=&#34;600k-lines-in-60-days--garry-tans-challenge&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#600k-lines-in-60-days--garry-tans-challenge&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;In early 2026, Y Combinator president Garry Tan shared something remarkable: while running YC full-time, he wrote over 600,000 lines of production code in just 60 days. This wasn&amp;rsquo;t a boast. It was a testimony to what gstack — the tool and the philosophy behind it — makes possible.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>gstack Complete Guide Part 3: Real Browser Automation and Multi-Agent Parallel Execution</title>
      <link>https://blog-8ye.pages.dev/en/posts/gstack-part3-browser-multiagent/</link>
      <pubDate>Fri, 03 Apr 2026 11:00:00 +0900</pubDate>
      
      <guid>https://blog-8ye.pages.dev/en/posts/gstack-part3-browser-multiagent/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;AI Takes the Wheel — The Limits of Traditional Browser Automation&#xA;    &lt;div id=&#34;ai-takes-the-wheel--the-limits-of-traditional-browser-automation&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#ai-takes-the-wheel--the-limits-of-traditional-browser-automation&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The era of AI agents freely browsing the web, clicking buttons, and submitting forms has arrived. But implementation reveals surprising obstacles. CSS selectors built on Selenium or Puppeteer break when frameworks change. XPath is fragile against DOM restructuring. And in modern web apps with strict CSP (Content Security Policy), even script injection is blocked.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>gstack Complete Guide Part 2: Installation to Your First Sprint Workflow</title>
      <link>https://blog-8ye.pages.dev/en/posts/gstack-part2-installation-workflow/</link>
      <pubDate>Fri, 03 Apr 2026 10:00:00 +0900</pubDate>
      
      <guid>https://blog-8ye.pages.dev/en/posts/gstack-part2-installation-workflow/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;Introduction: Imagine the Sprint First&#xA;    &lt;div id=&#34;introduction-imagine-the-sprint-first&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#introduction-imagine-the-sprint-first&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;It&amp;rsquo;s two in the morning. You&amp;rsquo;re holding onto an idea that won&amp;rsquo;t leave your head. &amp;ldquo;Should I build this?&amp;rdquo; Immediately the familiar exhaustion sets in — requirements gathering, architecture design, writing code, review, testing, deployment. Days of work if you&amp;rsquo;re alone.&lt;/p&gt;&#xA;&lt;p&gt;After installing gstack, that picture changes. You refine the idea into a product vision with &lt;code&gt;/office-hours&lt;/code&gt;, build a TDD plan with &lt;code&gt;/plan-eng-review&lt;/code&gt;, let Claude Code generate the implementation, and then &lt;code&gt;/review&lt;/code&gt; catches bugs like a staff engineer would. &lt;code&gt;/qa&lt;/code&gt; validates the UI in a real Chromium browser, &lt;code&gt;/ship&lt;/code&gt; creates a PR with a full coverage audit, and &lt;code&gt;/land-and-deploy&lt;/code&gt; takes the code to production and confirms health checks pass.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>gstack Complete Guide Part 1: What Is Garry Tan&#39;s AI Software Factory?</title>
      <link>https://blog-8ye.pages.dev/en/posts/gstack-part1-introduction/</link>
      <pubDate>Fri, 03 Apr 2026 09:00:00 +0900</pubDate>
      
      <guid>https://blog-8ye.pages.dev/en/posts/gstack-part1-introduction/</guid>
      <description>&lt;p&gt;In early 2026, a quiet but powerful wave swept through Silicon Valley. Garry Tan, President and CEO of Y Combinator, released an open-source project that crossed 62,600 GitHub stars within weeks. It&amp;rsquo;s called &lt;strong&gt;gstack&lt;/strong&gt;. When word got out that he had personally used it to write 600,000 lines of code in 60 days — alone — the developer community was stunned.&lt;/p&gt;&#xA;&lt;p&gt;This four-part series dives deep into what gstack is, how it works, and how you can apply it to your own development workflow. Part 1 focuses on understanding gstack&amp;rsquo;s origins and core architecture.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Harness Engineering Complete Guide — From CI/CD to Cloud Cost Management</title>
      <link>https://blog-8ye.pages.dev/en/posts/harness-engineering-for-developers/</link>
      <pubDate>Fri, 27 Mar 2026 18:00:00 +0900</pubDate>
      
      <guid>https://blog-8ye.pages.dev/en/posts/harness-engineering-for-developers/</guid>
      <description>&lt;p&gt;As engineering teams grow, software delivery pipelines become increasingly complex. Plugin hell in Jenkins, manually managed environment variables, inconsistent deployment procedures across teams, and no clear visibility into where cloud costs are leaking. &lt;strong&gt;Harness&lt;/strong&gt; was built to solve these problems structurally.&lt;/p&gt;&#xA;&lt;p&gt;Harness is not just another CI/CD tool. It is a &lt;strong&gt;unified software delivery platform&lt;/strong&gt; that provides CI, CD, GitOps, Feature Flags, Cloud Cost Management, and Security Testing Orchestration under a single roof. This guide covers Harness from its core architecture through real-world operational tips, written from a developer&amp;rsquo;s perspective.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
