Why Claude 4 Opus is Unreasonably Good at Generating Make.com Scenarios

Claude 4 Opus has become absurdly good at automating workflows with Make.com, and it’s not even close. I’ve been building image generation automations with Fal.ai for months, constantly battling the same annoying problem: their queue API forces you to send a request, guess how long it’ll take with a sleep module, then fetch the result. Guess wrong and you get errors. The error handling becomes a nightmare.

Then Claude 4 Opus casually discovers a synchronous endpoint I didn’t know existed. One module, send and receive. Problem solved. This isn’t just about convenience. This is about Claude 4 Opus demonstrating capabilities that feel like they emerged from pure scale. It’s exhibiting that ‘big model smell’ where performance on niche tasks suddenly jumps to an entirely different level.

The Fal.ai Queue Problem That Plagued My Workflows

Anyone who’s worked with Fal.ai’s API knows the frustration. The standard workflow looks like this:

  1. Send image generation request to queue
  2. Add sleep module and guess timing
  3. Fetch result and pray it’s ready
  4. Handle errors when your timing is wrong
  5. Repeat until you get it right

This creates branching error paths, retry logic, and a lot of wasted time debugging timing issues. For a simple image generation task, you end up with a complex flow that’s fragile and annoying to maintain.

I’d accepted this as the cost of working with queue-based APIs. Most AI image generation services work this way because the processing is unpredictable. Some images take 30 seconds, others take 3 minutes, depending on complexity and server load.

Claude 4 Opus Finds What I Missed

During routine testing of Claude 4 Opus on automation scenarios, something remarkable happened. Without any specific prompting about API endpoints or synchronous calls, Opus discovered Fal.ai has a synchronous endpoint that handles the entire request-response cycle in one call.

I wasn’t trying to get it to solve this specific problem. I was running general automation tests, and Opus just… found it. It researched the API documentation more thoroughly than I had and identified an endpoint that eliminates the queue management entirely.

This saves massive amounts of time and complexity. Instead of a multi-step flow with error handling, you get one module that sends the request and receives the completed result. The workflow becomes:

  1. Send image generation request
  2. Receive completed image

That’s it. No timing guesses, no retry logic, no error handling for incomplete results.

Send RequestFal.ai QueueSleep TimerGuess TimeFetch ResultMaybe?OLD WAYComplex Error HandlingTiming GuessworkMultiple ModulesSynchronous CallSend + ReceiveOne ModuleCLAUDE 4 OPUS WAYNo Error HandlingNo Timing

Claude 4 Opus discovered a synchronous endpoint that eliminates the complex queue management workflow.

Beyond API Discovery: Complex Flow Generation

The synchronous endpoint discovery was impressive, but Claude 4 Opus went further. During the same testing session, it generated a sophisticated Make.com scenario with branching paths that handles the entire workflow plus error notifications.

The flow it created includes:

  • Request handling with proper parameter validation
  • Branching logic for different image types and sizes
  • Automatic retry for legitimate failures
  • Notification system for any errors that occur
  • Clean result handling and storage

This wasn’t a simple linear automation. Opus created a robust, production-ready workflow that accounts for conditions other models simply couldn’t handle. The error handling it built was more sophisticated than what I typically implement manually.

Most automation tools generate basic, happy-path scenarios. Claude 4 Opus built something that feels like it was designed by someone with real-world automation experience.

The Big Model Phenomenon

What I’m seeing with Claude 4 Opus feels like a phase transition. This isn’t incremental improvement; it’s qualitatively different performance on specific tasks.

Opus wasn’t trained specifically for Make.com scenarios or Fal.ai integrations. Yet it demonstrates deep understanding of automation patterns, API design, and workflow optimization that goes beyond what you’d expect from training data alone.

This is what I call ‘big model smell’ – capabilities that seem to emerge from scale rather than specific training. The model develops intuitions about how systems work together that manifest in surprisingly practical ways.

I’ve tested other models on similar tasks. Claude Sonnet 4 is excellent for many coding tasks, but it doesn’t consistently find these hidden endpoints or generate flows with the same level of sophistication. There’s a clear capability gap.

Testing Results: Sonnet vs Opus

I ran comparative tests between Claude Sonnet 4 and Claude 4 Opus on automation discovery tasks. The results were stark:

Claude Sonnet 4:

  • Generated functional Make.com scenarios
  • Used standard API endpoints correctly
  • Created basic error handling
  • Required guidance for complex branching

Claude 4 Opus:

  • Discovered undocumented synchronous endpoints
  • Generated sophisticated branching workflows unprompted
  • Implemented robust error handling and notifications
  • Optimized for real-world conditions

Sonnet is still excellent for most coding tasks, but Opus operates at a different level for automation and workflow design. The gap is particularly noticeable in discovery and optimization tasks where the model needs to research and synthesize information from documentation.

Practical Impact on Daily Work

This discovery fundamentally changed my Fal.ai workflows. Tasks that previously required careful timing and extensive error handling now work reliably with a single module. The time savings are substantial, but more importantly, the workflows are more maintainable.

I’ve applied this pattern to other API integrations and found similar improvements. Claude 4 Opus consistently finds more efficient approaches to automation challenges, often discovering features or patterns I’d missed.

The model’s ability to generate complex, branching workflows means I can quickly prototype sophisticated automations and then refine them. Instead of spending hours building error handling logic, I can focus on the business logic and user experience.

For anyone building AI-powered automations, Claude 4 Opus represents a significant capability upgrade. It’s not just about code generation; it’s about system design and optimization.

The model’s ability to maintain focused effort across thousands of steps in workflows is a game-changer for long-horizon tasks like engineering and research synthesis. It supports extended thinking with tool use, allowing it to alternate between reasoning and tool use to improve responses. This includes the ability to use tools like web search during tasks, which is how it likely found that hidden endpoint. Opus also shows improved memory capabilities, extracting and saving key facts from local files to maintain continuity and build knowledge over time.

The Cost Reality and Strategic Use

Claude 4 Opus is expensive. At $15/$75 per million tokens for input/output, it’s significantly more costly than alternatives. For automation design and complex workflow generation, though, the cost is justified by the time savings and quality improvements.

I use Opus for the initial automation design and discovery phase, then potentially switch to other models for routine execution. This gives me the best of both worlds: sophisticated automation design when I need it, and cost-effective execution for production workloads.

The key is understanding when the advanced capabilities matter. For simple, repetitive tasks, cheaper models work fine. For automation discovery, optimization, and complex workflow design, Opus delivers value that justifies the cost. Its availability on platforms like Amazon Bedrock, Google Cloud’s Vertex AI, and Databricks underscores its enterprise-grade readiness and scalability, making it a viable option for businesses looking for advanced AI workflow solutions despite the higher price point.

What This Means for Automation

Claude 4 Opus represents a new tier of AI capability for automation and workflow design. It’s not just generating code; it’s researching, discovering, and optimizing in ways that feel genuinely intelligent.

This has implications beyond Make.com and Fal.ai. Any complex system integration or automation project can benefit from this level of analysis and optimization. The model’s ability to discover hidden features and generate sophisticated workflows makes it a powerful tool for automation professionals.

We’re seeing the emergence of AI that can truly augment human expertise in specialized domains. Opus doesn’t just follow instructions; it contributes insights and optimizations that improve the final result.

For businesses investing in automation, Claude 4 Opus represents a significant capability upgrade. It’s not just about code generation; it’s about system design and optimization.

The model’s ability to maintain focused effort across thousands of steps in workflows is a game-changer for long-horizon tasks like engineering and research synthesis. It supports extended thinking with tool use, allowing it to alternate between reasoning and tool use to improve responses. This includes the ability to use tools like web search during tasks, which is how it likely found that hidden endpoint. Opus also shows improved memory capabilities, extracting and saving key facts from local files to maintain continuity and build knowledge over time.

The Cost Reality and Strategic Use

Claude 4 Opus is expensive. At $15/$75 per million tokens for input/output, it’s significantly more costly than alternatives. For automation design and complex workflow generation, though, the cost is justified by the time savings and quality improvements.

I use Opus for the initial automation design and discovery phase, then potentially switch to other models for routine execution. This gives me the best of both worlds: sophisticated automation design when I need it, and cost-effective execution for production workloads.

The key is understanding when the advanced capabilities matter. For simple, repetitive tasks, cheaper models work fine. For automation discovery, optimization, and complex workflow design, Opus delivers value that justifies the cost. Its availability on platforms like Amazon Bedrock, Google Cloud’s Vertex AI, and Databricks underscores its enterprise-grade readiness and scalability, making it a viable option for businesses looking for advanced AI workflow solutions despite the higher price point.

What This Means for Automation

Claude 4 Opus represents a new tier of AI capability for automation and workflow design. It’s not just generating code; it’s researching, discovering, and optimizing in ways that feel genuinely intelligent.

This has implications beyond Make.com and Fal.ai. Any complex system integration or automation project can benefit from this level of analysis and optimization. The model’s ability to discover hidden features and generate sophisticated workflows makes it a powerful tool for automation professionals.

We’re seeing the emergence of AI that can truly augment human expertise in specialized domains. Opus doesn’t just follow instructions; it contributes insights and optimizations that improve the final result.

For businesses investing in automation, Claude 4 Opus represents a significant capability upgrade. It’s not just about code generation; it’s about system design and optimization.

The model’s ability to maintain focused effort across thousands of steps in workflows is a game-changer for long-horizon tasks like engineering and research synthesis. It supports extended thinking with tool use, allowing it to alternate between reasoning and tool use to improve responses. This includes the ability to use tools like web search during tasks, which is how it likely found that hidden endpoint. Opus also shows improved memory capabilities, extracting and saving key facts from local files to maintain continuity and build knowledge over time.

Links

They're clicky!

Follow on X →Ironwood →
Adam Holter
Adam Holter

Founder of Ironwood AI. Writing about AI models, agents, and what's actually happening in the space.