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

Using Lava's MCP Gateway with Claude Code for Low-Cost Content Workflow
A user connected Lava's MCP gateway to Claude Code and accessed research tools like Exa, Serper, and Tavily without accounts or API keys, creating a social media content workflow for $0.03.

Building a Pixel-Art JRPG with Claude Code: A Developer's Workflow and Stack
A developer used Claude Code (Opus 4.6) to build Bakemachi, a pixel-art JRPG for learning Japanese with a playable demo. The stack includes Vite, React, Phaser 3, TypeScript, and Zustand, with Claude handling most of the code implementation.

Recovering Deleted Apple Music Playlists with Claude Cowork
A user recovered 75 playlists and 8,185 tracks after accidentally deleting their entire Apple Music library. Claude Cowork parsed Apple's data export files, wrote Python scripts for analysis, generated AppleScripts for restoration, and built custom HTML tools to handle missing tracks.

Using Claude Haiku as a Gatekeeper to Reduce Sonnet API Costs by 80%
A developer built a two-stage pipeline using Claude Haiku to filter out 85% of unstructured text before sending only relevant content to Claude Sonnet, reducing API costs by approximately 80% when processing thousands of comments.