← Reddit

Letting Claude create full Make Automations

Reddit · Useful_Flounder_1026 · May 5, 2026
A user inquired whether Claude can create complete Make Scenarios, noting that while Claude successfully generates modules, it struggles with concrete modifications such as configuring Notion modules despite having access to Notion. The user additionally asked for recommendations on appropriate forums for asking technical questions as a first-time online poster.

Detailed Analysis

A Reddit user posting to r/ClaudeAI raises a practical question about the limits of Claude's ability to assist in constructing end-to-end automation workflows within Make (formerly Integromat), a popular no-code/low-code automation platform. The user reports that while Claude demonstrates a solid grasp of the overall scenario architecture and can successfully generate individual modules, it struggles with the granular configuration of specific integrations — in this case, the Notion module — despite the model having been granted access to the user's Notion workspace. The post reflects a hands-on attempt to use Claude not just as an advisor or code-generator, but as an active participant in building production-ready automation pipelines.

The core technical friction described here is a well-documented gap between high-level reasoning and low-level tool-specific configuration. Claude can understand the logical structure of an automation — triggers, actions, data mappings — but the precise field schemas, API quirks, and dynamic property structures of third-party platforms like Notion often require real-time introspection of live data that a language model cannot always reliably perform. Notion in particular is known for its flexible, user-defined database schemas, meaning that field names, property types, and page structures vary drastically between workspaces. Even with access granted, translating that access into correctly parameterized module configurations inside Make's visual interface is a non-trivial task that blends API knowledge with live environmental state.

This challenge reflects a broader pattern in AI-assisted automation: the "last mile" problem. General-purpose AI models perform well when tasks involve broadly documented, stable interfaces, but degrade in reliability when configuration depends on idiosyncratic, user-specific data structures. Make's own module ecosystem, while extensive, also evolves frequently, meaning Claude's training data may lag behind current UI layouts and field options. Users attempting to fully delegate automation construction to an LLM are effectively testing the boundary between AI as a reasoning engine and AI as a reliable software engineering agent — a boundary that remains actively contested in the field.

The secondary question in the post — asking where to seek technical help online for the first time — speaks to a growing population of non-traditional technical users entering the AI tooling space. Communities like r/ClaudeAI, r/MakeCommunity, and r/nocode serve as primary support forums, while platforms like the Make Community Forum and Notion's own developer community offer more targeted, product-specific assistance. The emergence of these questions on general AI subreddits rather than dedicated automation forums underscores how Claude and similar LLMs are acting as entry points into technical domains for users who might not otherwise engage with developer-facing documentation or communities.

The post ultimately illustrates the state of AI-assisted workflow automation in mid-2025: powerful enough to scaffold complex multi-step scenarios and accelerate prototyping, but not yet reliable enough to fully own the configuration of heterogeneous, user-specific integrations without meaningful human review and correction. Closing this gap will likely require tighter tool-use frameworks, persistent memory of user workspace schemas, and more structured feedback loops between the AI agent and the live configuration environment — capabilities that are actively being developed across the AI agent ecosystem.

Read original article →