OpenClaw user struggles with AI agent automation after successful Claude Code pipeline

Claude Code success vs. OpenClaw agent frustration
A user on r/openclaw shared their experience trying to automate image recreation using nanobanana for their marketing agency clients. They achieved a working pipeline with Claude Code in just one hour by talking with the model, providing API keys, and having it launch multiple tests, use multiple tools to extract backgrounds, and refine template prompts through visual analysis of images.
The user then attempted to teach this process to an AI agent within their OpenClaw setup, running on Gemini 3.1 Pro. The agent exhibited several problems:
- Bad reasoning capabilities
- Slow response times
- Incorrect outputs
- Failure to achieve the same results as Claude Code after nearly a day of attempts
The user suspects the model choice might be the issue, specifically mentioning that "using gem3.1 pro thru vertex is the problem." They're considering two potential solutions: giving their Claude Code to the agent so it could perform the task as quickly as they did, or switching to another model entirely.
The case highlights a common challenge in AI automation workflows: successful results with one model don't always transfer smoothly to agent-based implementations, particularly when different underlying models are involved.
📖 Read the full source: r/openclaw
👀 See Also

Non-technical founder builds production marketplace with Claude Code
A non-technical founder used Claude Code in the terminal to build a two-sided marketplace with Next.js, TypeScript, Supabase, Tailwind, and Vercel deployment, including full authentication, RLS, and database migrations.

Postmortem: Governance System for AI Coding Projects with Claude
A developer shared a postmortem on a 2-week Claude Code project that produced 23k lines of code and 2,629 tests for approximately $100, emphasizing that the governance system was more important than the prompts. The framework is open source.

Testing Claude Sonnet with a Strategy Board Game: Rule Adherence Challenges
A developer tested Claude Sonnet by playing OFMOS® Essential, a patented strategy board game about product portfolio management, using a structured prompt system with rules, board representation, and turn management. The model understood rules and tracked scores but frequently made illegal moves due to lack of constrained move generation.

Using Claude Code to Build a Drupal Site with Custom Twig Templates
A developer used Claude Code to create a Drupal website with custom Twig templates and raw HTML, bypassing traditional Drupal theming. They employed ddev for local development and specific commands to configure content types, views, and taxonomies.