web-access: Browser Automation Skill for Claude Code Agents

Claude Code ships with search and fetch. They work fine for public pages with clean HTML. The moment you need anything behind a login, inside a JS-rendered app, or across multiple sites in parallel, they hit a wall. This is not a model problem. The tools just were not designed for that. Independent developer Eze (一泽Eze) built web-access to close that gap — an Agent Skill for Claude Code (and OpenClaw) that adds real browser automation, parallel tab management, and automatic site-experience memory. It is published at eze-is/web-access under the MIT license. Language note: the skill is currently Chinese-only. There is no official English version yet. The installation prompt in this article has been translated, but the skill’s internal documentation loads in Chinese. Keep that in mind if you are working with a model that performs better on English context. What Claude Code’s built-in web tools cannot do Claude Code gives agents two web tools: search — queries Brave Search and returns summaries fetch — pulls the plain-text content of a URL OpenClaw’s web_search and web_fetch are the same pattern. ...

March 29, 2026 · 5 min · hohoda

SDD Was the Start. Harness Engineering Is the Real Game.

Last year, the AI coding conversation had a clear hero: Spec-Driven Development (SDD). This year, people are talking about harness engineering instead. That looks like a trend. It is a signal that the bottleneck moved. SDD is about making intent explicit so an agent can start in the right direction. Harness engineering is about building the environment, constraints, feedback, and governance that keep the agent on track after the 50th or 100th step. If you have ever watched an agent do impressive work for 20 minutes and then slowly degrade into a mess, you already understand why the vocabulary changed. TL;DR SDD helps agents start correctly Harness engineering keeps them correct over time The bottleneck moved from generation to verification Long-running reliability is now the real problem The SDD moment: why it caught on Early “agentic coding” had a predictable failure mode. You’d say: “Add user auth,” or “Make a dashboard,” or “Fix onboarding.” The agent would produce something that looked plausible. It might even compile. Then you’d try to use it, and realize half the work was guesswork. ...

March 26, 2026 · 8 min · hohoda

Time Is No Longer on Your Side. Space Is.

On March 9, 2026, a German indie developer named Cakez77 launched a pixel-art tower defense game called Tangy TD on Steam. He had spent four years building it alone. Within 30 hours, it generated around $30,000. Within a week, it crossed $200,000 in net revenue, with over 28,000 copies sold. During a Twitch stream, he opened his dashboard, saw the numbers, and broke down in tears, hugging his wife. “I can’t believe this many people are willing to support me.” This is often described as “overnight success.” But that framing misses what actually changed. What happened here was structure, not luck. One individual created something valuable. A global platform exposed it instantly. Thousands of people — across countries, time zones, and languages — paid for it at the same moment. For most of history, this wasn’t possible. And the reason it’s becoming common now comes down to one thing: AI is compressing time. For years, a widely accepted idea was be a friend of time — it made sense in a world where time meant accumulation and staying longer meant building deeper advantages. That world is now breaking. ...

March 20, 2026 · 8 min · hohoda

GTC 2026: The Shift from AI Software to AI Infrastructure

Most people came to GTC 2026 expecting new GPUs. What they got instead was something much bigger: AI is no longer being presented as software. It is being redefined as infrastructure. This shift shows up everywhere: from NVIDIA’s “AI factory” framing to the rise of agent-based systems like OpenClaw. If you still think of AI as a tool or a feature, you are looking at the wrong layer. What’s being built now is a new kind of computing system, not software. AI Factories Are Not a Metaphor NVIDIA’s idea of “AI factories” is easy to misunderstand. It sounds like a bigger data center, but that framing misses the point. A traditional data center stores and processes data. An AI factory produces something else entirely: intelligence, in the form of tokens, decisions, and actions. In other words: Input: data Output: tokens System: large-scale coordinated compute AI factories produce intelligence the way factories produce goods. This is a structural shift. Data centers used to be part of IT. AI factories start to look more like industrial systems. ...

March 19, 2026 · 5 min · hohoda

Will AI Kill Software? Why the SaaSpocalypse Is Wrong (And What's Actually Changing)

Apps may fade into the background. Software won’t. Wall Street has a new consensus: AI is about to kill the software industry. Software stocks are down nearly 30% since the start of the year; pundits call it the SaaSpocalypse. But the story is wrong. AI is rewriting who builds software and how we pay for it—not eliminating it. This piece looks at why the real moats (data, workflows, habits) are getting deeper, how “Software as a Service” is turning into “Service as Software,” and what that means for builders and buyers. Two 19-year-old high schoolers built an AI calorie-tracking app called Cal AI that brought in over $30 million a year; it was recently acquired by MyFitnessPal. The deal size was not disclosed, but the two clearly came out on top. On another front, Cursor, the fastest-growing AI coding company in history and less than five years old, was reported in February to have passed $2 billion in annualized revenue. Whether we talk about AI companies that build apps or the AI-powered apps already in the world, the outlook seems bright. ...

March 18, 2026 · 8 min · hohoda

Why OpenClaw Won: The Real Battle in AI Products Is the Environment, Not the Model

For the past few years, most conversations about AI products have centered on the model. Which model is better. Which benchmark is higher. Which company has the next breakthrough. But as more AI products reach real users, a different question has come into focus: What actually drives value in AI products may have less to do with model strength and more to do with the environment the product lives in. OpenClaw is a clear example. Its underlying capabilities are comparable to other agent tools, yet it quickly gained attention and discussion in user communities. That forces a sharper question: What has to be true for an AI product to create real value? Break it down and three conditions have to hold: Context: The AI understands what the user is doing. Delivery: The AI’s output can turn directly into outcomes (not just text to copy elsewhere). Collaboration: The human and the AI settle into a stable way of working together. When these three happen naturally, the AI is operating inside an effective environment. ...

March 16, 2026 · 6 min · hohoda

AGI Won't Send You a Notification

Technological revolutions rarely announce themselves. The agricultural revolution had no press release. The industrial revolution had no countdown. Even the internet only became obvious in hindsight. Artificial General Intelligence will likely arrive the same way. There will be no moment when the world collectively agrees that AGI has appeared. No headline. No global notification. Instead, there will only be a moment years later when people look back and say: That was when everything started to change. By then, the transformation will already be underway. And this time, we may have far less time to adapt. The Speed of This Revolution Technological revolutions have always accelerated. When the steam engine entered factories in the late 18th century, it began replacing manual labor. Yet Britain did not pass its first meaningful labor protection law until 1833—almost seventy years later. The Second Industrial Revolution moved faster. Electricity, steel, and chemical industries reshaped entire economies within decades. Germany transformed from an agrarian country into an industrial power in less than thirty years. The internet accelerated things again. ...

March 11, 2026 · 5 min · hohoda

The Coding Singularity Has Arrived

Something strange is happening in software. We can now ask an AI agent to implement a feature in minutes. Ship multiple builds in a single day. But submitting that build to Apple for signing still takes an hour. Code has taken off like a rocket. Everything around it is still crawling on the ground. The reason is simple: Coding has crossed a singularity. Recently a tool called OpenClaw went viral among developers for enabling agent-driven coding workflows. But if all you see is OpenClaw, you’re missing the real story. OpenClaw is not the story. It is a signal. A signal that something fundamental has changed in how software is created. Once you see that change clearly, a much deeper question appears: What happens to the world when coding stops being scarce? 1. The Most Important Change of 2026 For decades, the software industry operated under one basic assumption: Coding ability is scarce. Code had to be written line by line. Systems had to be built gradually by teams. Engineering time was the most expensive resource in the company. ...

March 10, 2026 · 7 min · hohoda

Compression Is Intelligence

Why a concept called epiplexity may explain where intelligence really comes from. Intelligence, at its core, is a compression problem. Humans cannot track every falling apple, so we invent gravity. We cannot memorize every chess position, so we develop strategy. We cannot remember every sentence we’ve ever read, so we acquire grammar. In each case, intelligence emerges from the same constraint: we cannot brute-force the world. When computation is limited, discovering structure becomes essential. A recent paper from researchers at Carnegie Mellon and NYU introduces a concept that captures this idea precisely. They call it epiplexity — the portion of information that a computationally bounded learner can actually extract. The idea helps explain several puzzles about modern AI, from AlphaZero’s superhuman chess ability to the surprising effectiveness of reasoning-based models. More importantly, it reframes a deeper question: Where does intelligence actually come from? The Static vs. Euclid Problem Consider a simple thought experiment. You have two things in front of you. One is a terabyte of television static — pure noise, every pixel random. The other is a copy of Euclid’s Elements, the geometry text that shaped two thousand years of mathematics. ...

March 9, 2026 · 6 min · hohoda

The AI Scaling Wall May Not Exist

Inside AI labs, researchers believe the most explosive phase of progress may still be ahead. For the past year, a common narrative has taken hold across the AI industry: Scaling is slowing down. Larger models are producing smaller gains. Benchmarks are improving more gradually. Some researchers have begun to argue that the explosive phase of large language models may already be behind us. But inside the labs building these systems, the story looks very different. At a recent Morgan Stanley Technology, Media & Telecom Conference, Anthropic CEO Dario Amodei dismissed the idea outright: “We do not see hitting the wall.” If anything, he suggested the opposite. The most dramatic phase of AI progress may still lie ahead — and it could arrive sooner than most people expect. If almost anyone else made that claim, it might sound like hype. But Anthropic sits at the center of the current race to build more capable AI systems. Its Claude models power a growing number of enterprise applications, and the company is widely considered one of the three or four organizations operating at the frontier of AI development. ...

March 5, 2026 · 6 min · hohoda