<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ROBOCO</title>
    <link>https://roboco.io/en/</link>
    <description>Recent content on ROBOCO</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 26 Jul 2026 10:00:00 +0900</lastBuildDate>
    <atom:link href="https://roboco.io/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Surprisingly, the Ralph Loop Is 9x Cheaper - The Economics of Context Caching</title>
      <link>https://roboco.io/en/posts/vibe-coding-token-experiments/</link>
      <pubDate>Sun, 26 Jul 2026 10:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-token-experiments/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;A single-session loop that just states a goal and runs until done finished the same task at one-ninth the cost of a plan-driven workflow. The secret isn&amp;rsquo;t the loop — it&amp;rsquo;s the cache.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;The Ralph loop is a simple approach. You specify only the goal and the completion criteria, then let the agent iterate autonomously in a single session until it passes the completion check. No plan document, no task decomposition, no handoff notes between sessions. At first glance it looks unplanned and inefficient.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cognitive Debt - Managing a New Kind of Debt in the Vibe Coding Era</title>
      <link>https://roboco.io/en/posts/cognitive-debt/</link>
      <pubDate>Sat, 18 Jul 2026 10:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/cognitive-debt/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;Shipping first time code is like going into debt. A little debt speeds development so long as it is paid back promptly.&amp;rdquo; — Ward Cunningham, OOPSLA &amp;lsquo;92&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Work with vibe coding long enough and a strange moment arrives. This is unmistakably my project, yet when I open the code it feels like someone else&amp;rsquo;s house. The agent designed it, the agent implemented it, and I pressed the approve button. The work got done fast. But when something breaks, I find myself saying: &amp;ldquo;Why did this happen? The AI wrote it, so I&amp;rsquo;m not really sure.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Products</title>
      <link>https://roboco.io/en/products/</link>
      <pubDate>Sat, 16 May 2026 10:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/products/</guid>
      <description>&lt;h2 id=&#34;built-by-roboco-for-the-vibe-coding-era&#34;&gt;&lt;strong&gt;Built by ROBOCO for the Vibe Coding Era&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;ROBOCO turns the insights gained from consulting and training into products of its own. All of them are open for anyone to use, and we welcome feedback and contributions.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;intent-engineering&#34;&gt;&lt;strong&gt;Intent Engineering&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;Ship intent, not code.&lt;/em&gt; — A vibe coding paradigm: record your intent clearly, and delegate the rest to AI.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;As we move from an era of writing code by hand to an era of communicating intent to AI, expressing precisely &amp;ldquo;what you&amp;rsquo;re building and why&amp;rdquo; has become the most important part of the work. Intent Engineering is a practical methodology for documenting that intent, evolving it, and sharing it with your team.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Does Karpathy&#39;s LLM Wiki Actually Work? A 72-Run Benchmark</title>
      <link>https://roboco.io/en/posts/karpathy-llm-wiki-72-run-benchmark/</link>
      <pubDate>Thu, 07 May 2026 11:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/karpathy-llm-wiki-72-run-benchmark/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;To keep agents from re-deriving everything every time, you need a compiled knowledge artifact.&amp;rdquo; — Andrej Karpathy, &lt;em&gt;LLM Wiki&lt;/em&gt; (GitHub Gist, 2026-04)&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;We measured whether Andrej Karpathy&amp;rsquo;s &lt;strong&gt;LLM Wiki pattern&lt;/strong&gt; (&amp;ldquo;don&amp;rsquo;t re-read every time; reuse knowledge compiled once&amp;rdquo;&lt;sup id=&#34;fnref1:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;) is actually a win, using an &lt;strong&gt;8-task × 3-technique × 3-repetition = 72-run&lt;/strong&gt; benchmark in a 30-repository migration workspace.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;LLM Wiki placed first on all three dimensions: tokens, time, and quality.&lt;/strong&gt; Versus Vanilla, &lt;strong&gt;54% fewer tokens and 39% less time&lt;/strong&gt; (statistically a large effect, §4), with quality equal to Vanilla and better than Graphify.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Graphify (GraphRAG) is unsuitable as a default tool.&lt;/strong&gt; Negligible token savings, the longest time, and the lowest quality.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;That said, it&amp;rsquo;s not universal.&lt;/strong&gt; Wiki wins decisively on tasks that synthesize multiple sources, but for tasks whose answer sits plainly in a single source (exhaustive grep, looking up a specific table), reading directly is faster and more accurate (§3).&lt;/li&gt;&#xA;&lt;li&gt;On receiving these results, the project&amp;rsquo;s default context-retrieval tool was switched to LLM Wiki that same evening.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Technique&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Tokens (avg)&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Time (avg)&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Quality (out of 25)&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Vanilla (direct read/grep)&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;755K&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;167s&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;15.1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;LLM Wiki&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;350K&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;101s&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;16.0&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Graphify (GraphRAG)&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;617K&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;180s&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;13.6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Below is the experimental design and detailed numbers that support this conclusion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Close Look at Ruflo: What It Means to Layer Multi-Agent Orchestration onto Claude Code</title>
      <link>https://roboco.io/en/posts/ruflo-claude-code-multi-agent-orchestration/</link>
      <pubDate>Mon, 04 May 2026 11:30:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/ruflo-claude-code-multi-agent-orchestration/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;How to design Claude Code workflows that learn from a team&amp;rsquo;s insights, not just a single project.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Use Claude Code for a month and the limits become clear. Context disappears along with the session, and breaking work apart and putting it back together is ultimately a human job. The bigger problem surfaces the moment you have multiple projects and multiple developers. The testing strategy learned on project A, the refactoring pattern discovered by developer B, the architectural judgment validated in repository C — none of it flows well between them. &lt;code&gt;ruvnet/ruflo&lt;/code&gt; (formerly Claude Flow) targets exactly this gap. As of May 4, 2026, it has 39.4k stars and 4.5k forks on GitHub, with v3.6.27 as the latest release.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; Ruflo aims to be an orchestration layer on top of Claude Code that adds roughly 100 specialized agents, HNSW vector memory, a plugin system, and Zero-Trust federation. This post lays out what Ruflo actually solves and what it does not, particularly from the standpoint of &lt;strong&gt;how to organically reuse the insights that multiple projects and multiple developers acquire&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Serverless Autoresearch: A Record of Making an ML Experiment Pipeline Serverless Through Vibe Coding</title>
      <link>https://roboco.io/en/posts/serverless-autoresearch-vibe-coding/</link>
      <pubDate>Sun, 29 Mar 2026 16:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/serverless-autoresearch-vibe-coding/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The real value of vibe coding is not only in writing code fast. It is in designing a way of operating that lets you repeat expensive experiments more cheaply and more quickly.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Most people first associate vibe coding with web app prototyping or CRUD automation. But ROBOCO&amp;rsquo;s &lt;a href=&#34;https://github.com/roboco-io/serverless-autoresearch&#34;&gt;&lt;code&gt;serverless-autoresearch&lt;/code&gt;&lt;/a&gt; repository widens that frame considerably. Instead of the &amp;ldquo;tie up a single H100 for several hours&amp;rdquo; approach that Andrej Karpathy&amp;rsquo;s &lt;code&gt;autoresearch&lt;/code&gt; presupposes, this project builds a structure that runs parallel experiments in short, explosive bursts on AWS SageMaker Spot.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw&#39;s Five-Layer Gatekeeping: Quality Control in the Age of AI Agents</title>
      <link>https://roboco.io/en/posts/openclaw-gatekeeping-architecture/</link>
      <pubDate>Fri, 27 Mar 2026 00:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/openclaw-gatekeeping-architecture/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Thousands of PRs pouring into a 310K-star project, plus parallel commits from eight AI agents. The secret to keeping quality from collapsing amid that chaos is five layers of automated gatekeeping.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;In an earlier post I analyzed &lt;a href=&#34;https://roboco.io/en/posts/openclaw-agents-md-productivity-secrets/&#34;&gt;the productivity principles embedded in OpenClaw&amp;rsquo;s AGENTS.md&lt;/a&gt;. The heart of that piece was &amp;ldquo;writing the rules down.&amp;rdquo; But writing rules and &lt;strong&gt;enforcing&lt;/strong&gt; them are entirely different problems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Line Between Repository Rules and Personal Taste in the Vibe Coding Era</title>
      <link>https://roboco.io/en/posts/vibe-coding-rules-vs-taste/</link>
      <pubDate>Thu, 26 Mar 2026 17:26:21 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-rules-vs-taste/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The job of AGENTS.md is not to clone your developers. It is to pin down only the boundaries where accidents must be prevented.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Teams that adopt vibe coding soon run into a similar question. Once you start putting an &lt;code&gt;AGENTS.md&lt;/code&gt; or &lt;code&gt;CLAUDE.md&lt;/code&gt; in every repository to tell AI agents the rules, it becomes murky how far you should pin things down as shared rules and where you should leave things to individual taste. Draw that line wrong and two problems appear at once: the safety rules that absolutely must hold get loose, while choices that are really just preferences become needlessly rigid.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Organizational Design for Adopting Vibe Coding</title>
      <link>https://roboco.io/en/posts/organizational-design-for-vibe-coding/</link>
      <pubDate>Fri, 20 Mar 2026 21:23:40 +0900</pubDate>
      <guid>https://roboco.io/en/posts/organizational-design-for-vibe-coding/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Whether vibe coding succeeds or fails comes down to organizational design: whether the team can verify and ship AI-generated changes in a repeatable, safe way.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Many organizations understand vibe coding as little more than &amp;ldquo;a way for developers to produce code faster.&amp;rdquo; So the adoption conversation usually starts with tooling. But what actually decides success or failure in the field is organizational structure, not the tool or the model&amp;rsquo;s performance.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Token Management Strategy for Vibe Coding</title>
      <link>https://roboco.io/en/posts/vibe-coding-token-management-strategy/</link>
      <pubDate>Thu, 19 Mar 2026 09:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-token-management-strategy/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Running out of tokens is rarely a model performance problem. It is usually a problem with how you operate your context.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Use a vibe coding tool like Claude Code, Codex, or Gemini long enough and the same symptoms start showing up. Responses slow down, constraints you already agreed on get forgotten, and the model starts touching files that have nothing to do with the task. We usually describe this as &amp;ldquo;running out of tokens,&amp;rdquo; but what is actually happening is closer to &lt;strong&gt;context pollution&lt;/strong&gt;, or context rot.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw: Nine Best Practices from the World&#39;s Largest Vibe Coding Project</title>
      <link>https://roboco.io/en/posts/openclaw-vibe-coding-best-practices/</link>
      <pubDate>Sat, 14 Mar 2026 10:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/openclaw-vibe-coding-best-practices/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;I used to lead a team. I had a lot of software engineers under me. Even then, I had to accept that they would not write code exactly the way I wanted it written.&amp;rdquo; – Peter Steinberger&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;OpenClaw is the most-starred software repository on GitHub (310K+ stars) and the definitive case study in large-scale AI-assisted &amp;ldquo;vibe coding.&amp;rdquo;&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; Built by Austrian developer Peter Steinberger using three to eight parallel AI agent instances,&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; the project demonstrates that a single developer can orchestrate a 300K+ LOC TypeScript monorepo, more than 20 messaging integrations, and native apps for three platforms — while barely reading most of the code.&lt;sup id=&#34;fnref1:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Everything Claude Code vs Oh My ClaudeCode: A Comparison for Team and Enterprise Adoption</title>
      <link>https://roboco.io/en/posts/everything-claude-code-vs-oh-my-claude-code/</link>
      <pubDate>Tue, 27 Jan 2026 09:30:31 +0900</pubDate>
      <guid>https://roboco.io/en/posts/everything-claude-code-vs-oh-my-claude-code/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Everything Claude Code (ECC) hands developers a rich set of tools and guidelines. Its approach is to improve the output by making you follow optimal development habits and patterns. Oh My ClaudeCode (OMC), by contrast, automatically orchestrates multiple agents without any complicated setup. It focuses on getting results fast.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure class=&#34;author-image&#34;&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;I covered each of these in two earlier posts, &lt;a href=&#34;https://roboco.io/en/posts/everything-claude-code-distilled/&#34;&gt;Everything Claude Code Distilled&lt;/a&gt; and &lt;a href=&#34;https://roboco.io/en/posts/oh-my-claudecode-distilled/&#34;&gt;Oh My ClaudeCode Distilled&lt;/a&gt;. In this post I compare the two tools currently generating the most buzz in the vibe coding community, to help you choose between them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Best Production-Grade, Cost-Effective Vibe Coding Tool from an Enterprise and Heavy-User Perspective (as of January 2026)</title>
      <link>https://roboco.io/en/posts/best-production-vibe-coding-tool-jan2026/</link>
      <pubDate>Sun, 25 Jan 2026 11:45:52 +0900</pubDate>
      <guid>https://roboco.io/en/posts/best-production-vibe-coding-tool-jan2026/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This piece was written &lt;strong&gt;as of January 2026&lt;/strong&gt;. Pricing, usage limits, context windows, and plan structures change extremely fast, so I recommend reading it for the &amp;ldquo;principles and structure&amp;rdquo; rather than the specifics.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Vibe coding tools are entering the phase where &amp;ldquo;whatever you use, it more or less works.&amp;rdquo; So for enterprise users and heavy users, the question naturally shifts. It is no longer &amp;ldquo;which tool is the smartest,&amp;rdquo; but &lt;strong&gt;which tool you can use every day in production without hitting a bottleneck, at a cost that still makes sense&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Oh My Claude Code - The Plugin That Turns Claude Code Into a &#39;Team&#39;</title>
      <link>https://roboco.io/en/posts/oh-my-claudecode-distilled/</link>
      <pubDate>Wed, 21 Jan 2026 22:03:59 +0900</pubDate>
      <guid>https://roboco.io/en/posts/oh-my-claudecode-distilled/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;“Don’t learn Claude Code. Just use OMC.” – &lt;em&gt;oh-my-claudecode&lt;/em&gt; README&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;oh-my-claudecode (OMC) is a plugin that layers &amp;ldquo;multi-agent orchestration&amp;rdquo; on top of Claude Code.&lt;sup id=&#34;fnref1:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; Its goal is to &lt;strong&gt;automatically activate the behaviors you need — planning, parallelization, persistent execution, research, design sensibility — using your natural-language request as the cue&lt;/strong&gt;, so you never have to learn concepts like subagents, skills, and hooks one at a time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Everything Claude Code: A Hackathon Winner&#39;s Recipe for an AI Dev Team</title>
      <link>https://roboco.io/en/posts/everything-claude-code-distilled/</link>
      <pubDate>Tue, 20 Jan 2026 09:30:07 +0900</pubDate>
      <guid>https://roboco.io/en/posts/everything-claude-code-distilled/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;If you want to bring AI onto the team, you have to design the process before the tools.&amp;rdquo; – Affaan Mustafa, winner of the Anthropic x Forum Ventures hackathon&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Everything Claude Code is a collection of configurations that turns the Claude Code CLI into a &lt;strong&gt;virtual development team environment&lt;/strong&gt;. A hackathon winner spent ten months refining these recipes while building an actual startup product, then gathered them all into one public repository; apply them and you can summon Claude as a &amp;ldquo;senior engineer + QA + architect.&amp;rdquo;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; The repository is open for anyone to inspect on GitHub.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vibe Coding and Security: True or False</title>
      <link>https://roboco.io/en/posts/vibecoding-security/</link>
      <pubDate>Tue, 30 Dec 2025 10:01:21 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibecoding-security/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;These days, saying &amp;ldquo;I code with AI&amp;rdquo; is no longer special. It is already the new normal. Coding works — that is now a given — and today&amp;rsquo;s AI tools do far more than that in a business.&lt;/p&gt;&#xA;&lt;p&gt;Even so, many companies hesitate at the adoption stage. The reason is always the same: security. Today I want to sort through the security concerns surrounding AI coding agents from an enterprise perspective — in particular Claude Code, the most widely chosen tool for production-level vibe coding — separating what is true from what is false.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Guide to Enterprise AI Adoption</title>
      <link>https://roboco.io/en/posts/ai-adoption-guide/</link>
      <pubDate>Fri, 26 Dec 2025 09:16:27 +0900</pubDate>
      <guid>https://roboco.io/en/posts/ai-adoption-guide/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The essence of AI adoption is not bolting on a new tool. It is changing the very way an organization creates customer value, faster and more accurately.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Meetings about adopting AI tend to start from the same question. &amp;ldquo;Our competitors are already using it, so when should we start?&amp;rdquo; Tool comparisons, license budgets, and training schedules follow soon after. That much is easy. The genuinely hard part comes next. It&amp;rsquo;s common for the way people work not to change fundamentally even after months, or for only a fraction of the organization to use it before it fizzles out. At some point AI stops being an &amp;ldquo;innovation project&amp;rdquo; and becomes &amp;ldquo;one more subscription fee.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>LLM Prompting: Persona Assignment vs. Metacognition</title>
      <link>https://roboco.io/en/posts/persona-vs-metacognition/</link>
      <pubDate>Thu, 27 Nov 2025 07:57:49 +0900</pubDate>
      <guid>https://roboco.io/en/posts/persona-vs-metacognition/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;On walking the tightrope between confidence and caution&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;What is the difference between telling a model &amp;ldquo;answer like a senior engineer&amp;rdquo; and telling it &amp;ldquo;first think about what you are, then answer&amp;rdquo;? On the surface they look similar, but internally two completely different mechanisms are at work. This post examines the mathematical difference between the two approaches and what it means in practice.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Claude Code Deep Dive: How Is Claude Code Actually Built?</title>
      <link>https://roboco.io/en/posts/claude-code-deep-dive/</link>
      <pubDate>Tue, 25 Nov 2025 10:05:54 +0900</pubDate>
      <guid>https://roboco.io/en/posts/claude-code-deep-dive/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The world of meticulous prompt engineering hidden behind the &amp;ldquo;it just handles it for you&amp;rdquo; experience&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Developers trying Claude Code for the first time often wonder, &amp;ldquo;How does it understand the context this well?&amp;rdquo; Claude Code doesn&amp;rsquo;t behave like a simple coding assistant; it acts like a colleague who has been on the project for a long time. The secret lies in &lt;strong&gt;a sophisticated system architecture in which more than 40 prompt fragments are assembled dynamically&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Tidy First Methodology: Interpreting and Applying Kent Beck&#39;s Augmented Coding</title>
      <link>https://roboco.io/en/posts/tidy-first-methodology/</link>
      <pubDate>Sun, 27 Jul 2025 06:29:39 +0900</pubDate>
      <guid>https://roboco.io/en/posts/tidy-first-methodology/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Lately I&amp;rsquo;ve been using Claude Code as my main working tool. The reason Claude Code performs so well is that it doesn&amp;rsquo;t execute a task immediately — it plans the work as a whole, systematically, then breaks it into small, clearly defined steps and carries them out one at a time.&lt;/p&gt;&#xA;&lt;p&gt;Today I&amp;rsquo;d like to introduce one more useful methodology on top of that: the approach called &amp;ldquo;Augmented Coding,&amp;rdquo; proposed by Kent Beck — famous as the originator of TDD (Test Driven Development) — on his blog. Seeing that he, too, is obsessed with coining new terms, it looks like he&amp;rsquo;s in a hurry to grab a piece of the vibe coding wave. That said, since this approach is grounded in the content of a book Kent Beck wrote previously — &lt;a href=&#34;https://www.hanbit.co.kr/store/books/look.php?p_code=B1474193984&#34;&gt;Tidy First? by Kent Beck&lt;/a&gt; — I&amp;rsquo;ve decided, on my own authority, to call it the &amp;ldquo;Tidy First methodology.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vibe Coding or Engineering Maturity: Which Comes First?</title>
      <link>https://roboco.io/en/posts/vibe-coding-vs-engineering-maturity/</link>
      <pubDate>Fri, 11 Jul 2025 14:46:42 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-vs-engineering-maturity/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;A lot of developers think of vibe coding as nothing more than &amp;ldquo;a way to generate code automatically.&amp;rdquo; Give the tool an instruction, wait a moment, and beautiful code pops out. Reality is not that simple. In an environment with no automated tests, no solid design, and not even a functioning review process, vibe coding just churns out garbage code faster.&lt;/p&gt;&#xA;&lt;p&gt;This is not a tooling problem. It is an engineering maturity problem. Software engineering maturity and vibe coding complement each other, and only in an environment with high engineering maturity can vibe coding show what it is really capable of.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hiring Strategy for the Vibe Coding Era</title>
      <link>https://roboco.io/en/posts/vibe-coding-hiring-strategy/</link>
      <pubDate>Sun, 06 Jul 2025 19:04:33 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-hiring-strategy/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;The era of vibe coding is well and truly upon us. A world where AI writes the code and handles most of the day-to-day work has become reality. According to a blog post from Final Round AI, an AI-powered interview assistance platform — &lt;a href=&#34;https://www.finalroundai.com/blog/ai-tech-layoffs-mid-2025&#34;&gt;Halfway Through 2025, AI Has Already Replaced 94,000 Tech Workers&lt;/a&gt; — the headline says it all: roughly 94,000 people lost their jobs to AI in the first half of 2025 alone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agentic Coding Recommendations, Explained</title>
      <link>https://roboco.io/en/posts/agentic-coding-recommendations-explained/</link>
      <pubDate>Tue, 17 Jun 2025 13:38:18 +0900</pubDate>
      <guid>https://roboco.io/en/posts/agentic-coding-recommendations-explained/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This post is based on Armin Ronacher&amp;rsquo;s blog article &lt;a href=&#34;https://lucumr.pocoo.org/2025/6/12/agentic-coding/&#34;&gt;&amp;ldquo;Agentic Coding Recommendations&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;foreword&#34;&gt;Foreword&lt;/h2&gt;&#xA;&lt;p&gt;A few days ago I came across Armin Ronacher&amp;rsquo;s blog post &lt;a href=&#34;https://lucumr.pocoo.org/2025/6/12/agentic-coding/&#34;&gt;&amp;ldquo;Agentic Coding Recommendations&amp;rdquo;&lt;/a&gt; on the developer community &lt;a href=&#34;https://news.hada.io/topic?id=21435&#34;&gt;Geek News&lt;/a&gt;, and it left quite an impression on me. Armin is best known as the creator of the Flask web framework, and his insights on vibe coding line up closely with the direction Roboco is heading. In this post I want to unpack the core ideas in Armin&amp;rsquo;s article in an accessible way, for people just getting started with vibe coding through tools like Claude Code, Cursor, and Windsurf.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drawing Architecture Diagrams with AI</title>
      <link>https://roboco.io/en/posts/how-to-draw-diagram/</link>
      <pubDate>Sat, 14 Jun 2025 12:35:06 +0900</pubDate>
      <guid>https://roboco.io/en/posts/how-to-draw-diagram/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;When people do vibe coding, they often assume the code alone is enough. Reality says otherwise. Code without documentation is like setting off on a trip without a map. If nobody knows where the destination is or what the route looks like, nobody will come along. Documentation matters especially in vibe coding because code isn&amp;rsquo;t merely there to run — it exists to convey your ideas and design intent accurately to other people. Documentation smooths collaboration, clarifies where a project is headed, and ultimately forms the foundation of a sustainable development environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Review Strategy for Vibe Coding</title>
      <link>https://roboco.io/en/posts/vibe-coding-review-strategy/</link>
      <pubDate>Sat, 07 Jun 2025 12:21:04 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-review-strategy/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;It is true that adopting vibe coding automates several areas of development and raises productivity. But review is something people have to do, because people are the ones accountable for the outcome — and so the bottleneck ends up moving to review (document review, plan review, code review, and so on). Today I want to talk about review.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Vibe coding speeds up generation, but if code, document, and plan reviews stay the same, the bottleneck simply shifts to the review stage.&lt;/li&gt;&#xA;&lt;li&gt;To raise review quality, make approval accountability explicit, and use checklists and risk flags so that reviewers judge actively rather than passively.&lt;/li&gt;&#xA;&lt;li&gt;The more automation grows, the more deliberately human review has to be designed — you need a structure that attaches meaning and accountability even to small actions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s start with code review.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vibe Coding and the XY Problem</title>
      <link>https://roboco.io/en/posts/vibe-coding-and-xyproblem/</link>
      <pubDate>Fri, 06 Jun 2025 09:56:25 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-and-xyproblem/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Have you ever heard of the XY Problem? Put simply, it&amp;rsquo;s the phenomenon of leaving the real problem (X) untouched while fixating on a solution (Y) you&amp;rsquo;ve arbitrarily assumed. Here&amp;rsquo;s an example. Your car won&amp;rsquo;t start, and without properly checking anything, you jump to the conclusion that it&amp;rsquo;s the battery and ask, &amp;ldquo;How do I hook up the jumper cables?&amp;rdquo; The real problem is that the car won&amp;rsquo;t start, and while you have no idea whether it&amp;rsquo;s the battery, whether you&amp;rsquo;re out of fuel, or whether it&amp;rsquo;s the electrical system, you&amp;rsquo;re floundering around clinging to Y (connecting jumper cables).&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Strengths and Weaknesses of Vibe Coding</title>
      <link>https://roboco.io/en/posts/vibe-coding-strengths-and-weaknesses/</link>
      <pubDate>Mon, 02 Jun 2025 10:40:26 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-strengths-and-weaknesses/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;As I noted in my earlier &lt;a href=&#34;https://roboco.io/en/posts/vibe-coding-productivity/&#34;&gt;post on the productivity of vibe coding&lt;/a&gt;, that productivity hinges on two factors. The first is human productivity — the developer&amp;rsquo;s ability to solve problems and analyze them. The second is the productivity of the tools and processes that complement and amplify that ability. Productivity here does not mean simply writing code fast. It covers the whole range of competence involved in making a plan, analyzing a problem, and finding a solution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI, Become My Teammate!</title>
      <link>https://roboco.io/en/posts/ai-be-my-nakama/</link>
      <pubDate>Sun, 25 May 2025 07:30:47 +0900</pubDate>
      <guid>https://roboco.io/en/posts/ai-be-my-nakama/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;On May 23, Anthropic released Claude 4 — just three months after Claude 3.7 went public. OpenAI&amp;rsquo;s release cycle is getting shorter too. And it isn&amp;rsquo;t only the models that are speeding up. So where does all this extraordinary productivity come from?&lt;/p&gt;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Vibe coding can be understood as a productivity amplifier that lets small teams deliver outsized results.&lt;/li&gt;&#xA;&lt;li&gt;Treat AI purely as a threat and you end up dragged along by change; make it a teammate and it expands what developers and organizations can do.&lt;/li&gt;&#xA;&lt;li&gt;For companies, vibe coding is shifting from an optional experiment to something closer to a survival strategy.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/SmallTeamsAreTheFuture.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Cursor.ai, which recently stunned the industry, reached $100 million in annual recurring revenue (ARR) in just 21 months with a team of 20, and is now valued at $9 billion (roughly ₩13 trillion). Bolt.new and Lovable, each with a team of 15, posted $20 million and $10 million in ARR respectively in only two months. Midjourney, famous for its image generation AI, hit $200 million in ARR in two years with just 10 people. Mercor (30 people), ElevenLabs (50 people), and Aragon.ai (9 people) are putting up similar numbers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Vibe Coding Productivity Equation</title>
      <link>https://roboco.io/en/posts/vibe-coding-productivity/</link>
      <pubDate>Wed, 21 May 2025 08:56:24 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-productivity/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;I often get this question from developers: &amp;ldquo;This is how I develop — does that count as vibe coding?&amp;rdquo; It leaves me rather baffled. Why are Koreans in particular so fond of measuring themselves against a standard, almost like religious fundamentalists? What matters is not whether you are doing vibe coding correctly, but &lt;strong&gt;how much vibe coding actually improves your productivity&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;There is another question I hear often: &amp;ldquo;Can you really do vibe coding without knowing any programming at all?&amp;rdquo; That is exactly what I want to talk about today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Vibe Coding Maturity Scale</title>
      <link>https://roboco.io/en/posts/vibe-coding-scale/</link>
      <pubDate>Fri, 16 May 2025 09:06:12 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-scale/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;These days there is a sharp increase in developers posting about their vibe coding experiences on developer social media and community sites, talking about how convenient and enjoyable coding alongside AI is. But when you actually look at what they describe, the level of experience packed under the single term &amp;ldquo;vibe coding&amp;rdquo; varies enormously. Some are amazed by simple autocomplete; others have gone all the way to designing and operating an entire service together with AI. From here on, I will lay out a maturity scale for vibe coding based on my own criteria.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cline Is Getting Serious</title>
      <link>https://roboco.io/en/posts/cline3.15-released/</link>
      <pubDate>Thu, 15 May 2025 08:08:46 +0900</pubDate>
      <guid>https://roboco.io/en/posts/cline3.15-released/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cline is carving out a bigger place in the vibe coding tool market on the strength of being open source, supporting BYOM, and holding up on large projects.&lt;/li&gt;&#xA;&lt;li&gt;The headline of version 3.15 is that diff-based editing and AST-based analysis make work on big files and big codebases far more efficient.&lt;/li&gt;&#xA;&lt;li&gt;Plan/Act modes and broad model support let developers tune cost, reliability, and control all at once.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;why-is-cline-back-in-the-spotlight&#34;&gt;&lt;strong&gt;Why Is Cline Back in the Spotlight?&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The AI development tool market is a free-for-all, with new tools pouring out every month. Amid the fierce competition between well-known contenders such as GitHub Copilot, Cursor, Windsurf, Claude Code, and Amazon Q Developer, &lt;a href=&#34;https://github.com/cline/cline&#34;&gt;Cline&lt;/a&gt; has been steadily growing its presence. Cline actually drew attention by taking a distinctly different path from other vibe coding tools. Being open source, it is not a tool people pick simply because it is free. Cline holds up robustly even on complex, large-scale projects. It is also one of the few vibe coding tools that supports BYOM (Bring Your Own Model), which matters in environments where data security and sovereignty constrain what tools can be used. Leading with these strengths, Cline quickly joined the ranks of mainstream vibe coding tools.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Art of Vibe Coding</title>
      <link>https://roboco.io/en/posts/the-art-of-vibe-coding/</link>
      <pubDate>Sun, 04 May 2025 11:59:09 -0700</pubDate>
      <guid>https://roboco.io/en/posts/the-art-of-vibe-coding/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Have you ever heard the term vibe coding? It didn&amp;rsquo;t start out as a compliment. It was used with a hint of sarcasm to describe developers who wrote code relying only on intuition and feel, often ignoring rigorous structure or rules. Interestingly, though, it has recently come to be associated with generating code through prompts alone using artificial intelligence (AI) — large language models (LLMs) in particular. Of course, you can write perfectly exemplary, maintainable code even when using an LLM. And if you get code that works well on the first try, without a cycle of trial and error, that means vibe coding did its job — and that you genuinely understand what AI-driven development is about.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GPT-4.1 Released, Built for Software Development</title>
      <link>https://roboco.io/en/posts/gpt4.1-released/</link>
      <pubDate>Tue, 15 Apr 2025 07:22:08 +0900</pubDate>
      <guid>https://roboco.io/en/posts/gpt4.1-released/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The GPT-4.1 family is a developer-focused lineup built around coding, instruction following, and long-context handling.&lt;/li&gt;&#xA;&lt;li&gt;GPT-4.1 Mini and Nano are presented as solid options for work that needs fast responses and cost efficiency.&lt;/li&gt;&#xA;&lt;li&gt;From a vibe coding perspective, the key point is that Windsurf&amp;rsquo;s free-usage event lets you try the models out without any financial commitment.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;introduction---openai-releases-gpt-41-built-for-software-development&#34;&gt;Introduction - OpenAI Releases GPT-4.1, Built for Software Development&lt;/h2&gt;&#xA;&lt;p&gt;In the early hours of April 15, 2025 (KST), OpenAI announced GPT-4.1, a new product family for developers. The family consists of GPT-4.1, GPT-4.1 Mini, and GPT-4.1 Nano, the smallest, fastest, and cheapest model of the three. These models improve on GPT-4.0 and can handle long contexts of up to 1 million tokens.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What Google&#39;s Prompt Engineering Whitepaper Says About Vibe Coding</title>
      <link>https://roboco.io/en/posts/google-prompt-engineering-whitepaper/</link>
      <pubDate>Sun, 13 Apr 2025 08:32:57 +0900</pubDate>
      <guid>https://roboco.io/en/posts/google-prompt-engineering-whitepaper/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The code prompting section of Google&amp;rsquo;s prompt engineering whitepaper is a great starting point for using vibe coding at a professional level.&lt;/li&gt;&#xA;&lt;li&gt;Prompting for writing, explaining, translating, and debugging/reviewing code maps directly onto the vibe coding structure, where humans define the problem and AI carries it out.&lt;/li&gt;&#xA;&lt;li&gt;To get good results, spell out your output requirements, give positive instructions, and keep experimenting with and documenting reusable prompts.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;introduction---prompt-engineering-and-vibe-coding&#34;&gt;Introduction - Prompt Engineering and Vibe Coding&lt;/h2&gt;&#xA;&lt;p&gt;Whenever I pick up a new technology or need to get up to speed on a topic, the first thing I read is the whitepaper published by the vendor behind it. Most technical whitepapers are free, and they pack in a lot of information, which saves me time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Traits a Developer Needs in the Vibe Coding Era</title>
      <link>https://roboco.io/en/posts/vibecoding-best-programmers/</link>
      <pubDate>Fri, 11 Apr 2025 12:21:17 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibecoding-best-programmers/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Even in the vibe coding era, what the best developers need at their core are fundamentals like curiosity, quality standards, and communication.&lt;/li&gt;&#xA;&lt;li&gt;The more AI takes over implementation, the further a developer&amp;rsquo;s role shifts toward problem definition, evaluation, and accountable decision-making.&lt;/li&gt;&#xA;&lt;li&gt;Agency matters more than intelligence, and an execution-first mindset like the Amazon Leadership Principles becomes the benchmark for collaborating with AI.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;introduction-the-traits-of-the-best-developers&#34;&gt;Introduction: The Traits of the Best Developers&lt;/h2&gt;&#xA;&lt;p&gt;Not long ago I came across a blog post on &lt;a href=&#34;https://news.hada.io/topic?id=20244&#34;&gt;GeekNews&lt;/a&gt; by Matthias Endler, an open source maintainer and Rust consultant: &lt;a href=&#34;https://endler.dev/2025/best-programmers/&#34;&gt;&amp;ldquo;The Best Programmers I Know&amp;rdquo;&lt;/a&gt;. In it he lays out the traits the best developers he has worked with have in common.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Does English Work Better Than Korean for Vibe Coding?</title>
      <link>https://roboco.io/en/posts/vibecoding-lang-choice/</link>
      <pubDate>Fri, 04 Apr 2025 08:12:04 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibecoding-lang-choice/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;There is one question people commonly wonder about when it comes to vibe coding, that is, developing with a large language model (LLM) like GPT: &amp;ldquo;Is there a difference in the quality of the work when I talk to the model in Korean versus English?&amp;rdquo; To give the conclusion first, in my experience and by the way LLMs work, the language itself does not change the quality of the work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Is MCP Really Necessary for Vibe Coding? (feat. CLI)</title>
      <link>https://roboco.io/en/posts/is-mcp-necessary-for-vibecoding/</link>
      <pubDate>Tue, 01 Apr 2025 10:28:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/is-mcp-necessary-for-vibecoding/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;Look around the developer community these days and you will run into plenty of talk about MCP, the Model Context Protocol. The argument goes that if we want AI to work more intelligently and more flexibly, we need an interface like MCP. And honestly, I have been watching this technical trend with real interest. Part of me looks forward to where it goes, and part of me wonders: does MCP actually have to be there right now?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vibe Coding: Truth or Myth</title>
      <link>https://roboco.io/en/posts/vibe-coding-truth/</link>
      <pubDate>Thu, 27 Mar 2025 10:18:33 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-truth/</guid>
      <description>&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;I got into programming in 1986 on an Apple II — more precisely, on a &amp;ldquo;Cheonggyecheon No. 2,&amp;rdquo; a machine built from Apple OEM stock siphoned off and sold on the gray market. I have worked as a professional programmer since 1995, which means I have been coding for close to thirty years now. Over that long stretch I have lived through countless shifts in software development trends, but none as jolting as the arrival of vibe coding. Since December of last year I have been doing actual production development with vibe coding. Looking at social media lately, there seems to be a great deal of both worry and expectation around it. Drawing on my own experience, I want to talk about this new phenomenon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Vibe Coding Manual: A Template for AI-Assisted Development</title>
      <link>https://roboco.io/en/posts/vibe-coding-manual/</link>
      <pubDate>Tue, 11 Mar 2025 06:52:53 +0900</pubDate>
      <guid>https://roboco.io/en/posts/vibe-coding-manual/</guid>
      <description>&lt;p&gt;(Version 1.0 – March 2025)&lt;/p&gt;&#xA;&lt;p&gt;This post is a translation of the &lt;a href=&#34;https://www.reddit.com/r/ChatGPTCoding/comments/1j5l4xw/vibe_coding_manual/&#34;&gt;Vibe Coding Manual&lt;/a&gt; posted on Reddit.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Vibe Coding is a development approach that combines specification, rules, and oversight to build projects together with AI.&lt;/li&gt;&#xA;&lt;li&gt;The key to a rules file is clearly separating coding style, tech stack, workflow, and communication expectations.&lt;/li&gt;&#xA;&lt;li&gt;It applies to everything from small scripts to large applications, but you have to keep managing the AI&amp;rsquo;s scope creep and context loss.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;introduction-core-concepts-of-vibe-coding-and-ai&#34;&gt;Introduction: Core Concepts of Vibe Coding and AI&lt;/h2&gt;&#xA;&lt;h3 id=&#34;what-is-vibe-coding-and-what-is-it-built-on&#34;&gt;What Is Vibe Coding, and What Is It Built On?&lt;/h3&gt;&#xA;&lt;p&gt;Vibe Coding is a collaborative software development approach in which a human uses AI models (e.g., Claude 3.7, GPT-4o) to efficiently build functional projects. Introduced in &amp;ldquo;&lt;a href=&#34;https://www.youtube.com/watch?v=YWwS911iLhg&#34;&gt;Vibe Coding Tutorial and Best Practices&lt;/a&gt;,&amp;rdquo; which Matthew Berman published on his YouTube channel, the concept rests on three core pillars:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Solutions</title>
      <link>https://roboco.io/en/solutions/</link>
      <pubDate>Mon, 17 Feb 2025 20:08:42 +0900</pubDate>
      <guid>https://roboco.io/en/solutions/</guid>
      <description>&lt;h2 id=&#34;roboco-partners-with-you-to-integrate-ai-across-your-business&#34;&gt;&lt;strong&gt;ROBOCO Partners With You to Integrate AI Across Your Business&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;AI doesn&amp;rsquo;t replace people — it amplifies their capabilities tenfold. ROBOCO delivers comprehensive consulting, training, and software development so your company can capture that amplification effect directly.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;ai-bootcamp--getting-started&#34;&gt;&lt;strong&gt;AI Bootcamp — Getting Started&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;For companies just beginning to adopt AI. We train your core team to use AI to boost productivity across the board, and to build and operate software on their own.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introducing ROBOCO (Robot Co-worker)</title>
      <link>https://roboco.io/en/posts/introduce/</link>
      <pubDate>Mon, 17 Feb 2025 11:47:08 +0900</pubDate>
      <guid>https://roboco.io/en/posts/introduce/</guid>
      <description>&lt;h3 id=&#34;shall-we-turn-innovation-into-reality-together&#34;&gt;&lt;strong&gt;Shall We Turn Innovation Into Reality Together?&lt;/strong&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&amp;ldquo;We want to adopt AI and cloud at our company too — but where do we even start?&amp;rdquo;&#xA;Plenty of companies talk about &lt;strong&gt;digital transformation&lt;/strong&gt;, yet once it comes time to actually execute, they run into complex technical barriers, in-house infrastructure limits, and gaps in their team&amp;rsquo;s skills. &lt;strong&gt;AI and cloud&lt;/strong&gt; keep growing in importance, but without a proper roadmap and real expertise, turning them into results is genuinely hard.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact Us</title>
      <link>https://roboco.io/en/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://roboco.io/en/contact/</guid>
      <description>If you have any questions for ROBOCO, please feel free to reach out anytime</description>
    </item>
    <item>
      <title>ROBOCO Is Here to Help</title>
      <link>https://roboco.io/en/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://roboco.io/en/about/</guid>
      <description>AI doesn&amp;rsquo;t replace people. It amplifies your team&amp;rsquo;s capabilities tenfold.</description>
    </item>
  </channel>
</rss>
