Yesterday, we were discussing when we could actually let AI agents auto-merge and publish code.

My take - probably not so soon.

1 min read LinkedIn
Yesterday, we were discussing when we could actually let AI agents auto-merge and publish code.

My take - probably not so soon.

These screenshots are exactly why. It is the output from Claude Code when I asked it to add a feature.

Before you think it is a prompt and workflow issue, let me tell you that I have a comprehensive workflow that spawns 9 subagents to review code based on 9 best practices. Two of the subagents review React Native and UX/UI.

Yet, it still keeps making these mistakes:

  1. UI does not respect screen safe area - the navigation bar overlaps with the status bar.

  2. Layout misalignment issue.

LLM output right now is like a slot machine. Most spins land fine. But about 10% to 20%, it fails at the simplest layout.

The code compiles. The app runs. But visually, it is off.

For web apps, there is a test harness. You can now let Claude Code see your browser UI through extensions. It spots visual issues and self-corrects. This helps a lot.

But for mobile apps? I still haven’t come across a way to let Claude Code see the screen.

And that I think is the real bottleneck in AI coding now. I spent more than 50% of my time doing manual UI testing.

AI can write code that compiles. But right now, it can’t tell if the screen looks right.

Until an AI agent can see its own work the way a developer does, we probably still need a human UI tester.

Enjoyed this? Subscribe for more.

Practical insights on AI, growth, and independent learning. No spam.

More in AI Agents

Building AI agent skills is the most important thing you can learn right now. There are 4 levels of skill complexity.

Building AI agent skills is the most important thing you can learn right now. There are 4 levels of skill complexity.

If you use an AI agent out of the box, you are running the same model as everyone else. It gives you average output. It does not know your work, your standar...

AI Agents
R.I.P. CMS. How AI agents like OpenClaw could replace CMS.

R.I.P. CMS. How AI agents like OpenClaw could replace CMS.

Thanks to Claw Singapore and Lionel Sim for the invitation. Great to be on stage with 💎 Amanda Lau Shernin, Namira Noviar, Finnley Hui Yu, Lee, Alan Yuen, M...

AI Agents
Why you should get AI to replace you

Why you should get AI to replace you

The CEO knows this is the main friction to AI adoption in his company. The sharing addresses this question. This article is the written version of that shari...

AI Agents
From ChatGPT to Claude Code: A Non-Techie’s Introduction to the Raw Power of AI by a Techie

From ChatGPT to Claude Code: A Non-Techie’s Introduction to the Raw Power of AI by a Techie

Not because I don't like sharing. But because the only tool I use for 99% of my AI needs is Claude Code. And while I think it is not hard to learn, I'm never...

Vibe CodingAI AgentsIndependent LearningAI Automation
Hot Take: Vibe Coding Won't Replace Software Engineers

Hot Take: Vibe Coding Won't Replace Software Engineers

Here, I share my journey from a strong believer to a skeptic.

Vibe CodingAI AgentsTech & StartupAI Strategy
Your AI agent will get prompt injected sooner or later, because it is easier than most people thought.

Your AI agent will get prompt injected sooner or later, because it is easier than most people thought.

Most people think prompt injection needs a carefully crafted adversarial prompt by an experienced hacker. It does not. Someone who understands how LLMs work ...

AI SecurityAI AgentsAI Strategy