Open Models Need Open Workbenches: Why the Next AI Breakthrough Is Visual, Not Just Bigger
Hatched by Ante Gojsalić
Jun 21, 2026
9 min read
3 views
84%
The Strange Truth About Progress in AI
What if the biggest leap in artificial intelligence is not another leap in scale, but a leap in legibility?
For years, the dominant story in AI has been simple: make models bigger, feed them more data, and wait for capability to emerge. That story produced remarkable results. Yet there is another story hiding in plain sight. As language models become more powerful, the bottleneck shifts away from raw intelligence and toward something more human: the ability to design, inspect, and iterate on behavior. A model that cannot be understood, shaped, or trusted is not truly usable at scale, no matter how impressive its benchmark scores are.
This is where two seemingly different ideas meet. One says that frontier performance can be achieved with publicly available data and open release. The other says that building with language models should feel like dragging parts onto a canvas, connecting prompts, chains, agents, and outputs until the system becomes visible. Put together, they point to a deeper shift: AI is moving from a discipline of hidden computation to a discipline of composable, inspectable systems.
That shift matters because the next era of AI will not be won only by those who train the largest models. It will be won by those who can make intelligence buildable.
Bigger Models Are Not the Whole Story
The early logic of modern AI seemed almost industrial. If a model gets better with more parameters, then the winning strategy is obvious: scale relentlessly. And in one sense, that logic worked. Bigger models did outperform smaller ones, often dramatically.
But scale alone creates a new problem: it makes capability feel magical and therefore fragile. If a system works because of mysterious interactions buried in trillions of tokens and billions of weights, then every improvement becomes hard to explain, reproduce, or safely extend. The result is a strange contradiction: we ask these systems to be reliable, while building them in ways that are often opaque even to their creators.
The more powerful the model, the more valuable it becomes to ask: What exactly is happening inside the system when it works? Not just whether it works, but how it is assembled, where it fails, and what tradeoffs shape its behavior.
That question changes the meaning of progress. A breakthrough is no longer only a larger checkpoint. It is a system that can be understood as a composition of parts. This matters for researchers, but it matters even more for builders. Real software is not just code that runs. It is code that can be modified, routed, swapped, tested, and owned.
A language model that cannot be composed is like a powerful engine welded inside a sealed box. Impressive, yes. Useful for broad experimentation, perhaps. But not yet a platform for everyday engineering.
The Hidden Bottleneck Is Design, Not Intelligence
Once models become strong enough, the central challenge changes. You stop asking, “Can this model do anything useful?” and start asking, “Can I make this model do the right thing repeatedly, for my use case, under my constraints?”
That is a design problem.
Consider two ways of building a chatbot for customer support. In the first approach, you write a long prompt and hope for the best. You tweak wording, rerun tests, and guess whether the model’s output changed because of the instruction, the examples, or sheer randomness. In the second approach, you separate the system into visible pieces: a prompt template, a model node, a retrieval step, a memory component, an evaluator, and maybe a fallback path if confidence is low. Suddenly the application is no longer an incantation. It is a workflow.
This is the deeper insight hidden inside graphical LLM development tools: they make AI behave less like a mysterious oracle and more like an engineering artifact. That matters because complexity becomes manageable only when it becomes inspectable.
Opacity is expensive. Visibility is leverage.
This is why visual composition matters so much. A canvas is not merely a prettier interface. It is a cognitive technology. It turns abstract model behavior into something you can reason about spatially. You can see where context enters, where transformations occur, where branching logic lives, and where failures might accumulate. In the same way that diagrams help architects and circuit boards help engineers, graphical workflows help AI builders think in systems rather than prompts.
And once you think in systems, you stop asking for a better trick. You start asking for a better architecture.
Open Models and Visual Builders Solve the Same Problem
At first glance, a large open model and a drag-and-drop workflow tool belong to different worlds. One is about training; the other is about orchestration. One lives in the research layer, the other in the product layer.
But they are answering the same fundamental question: How do we make intelligence accessible without making it mystical?
Open models address the supply side of that question. If strong models can be trained on public data and released openly, then the raw capability of AI does not have to remain trapped behind proprietary walls. That changes who gets to experiment, who gets to replicate results, and who gets to innovate on top of them. Openness turns frontier capability into a shared substrate.
Visual workflow builders address the demand side. They reduce the friction of turning that substrate into actual applications. A user no longer needs to handcraft every integration in code. They can assemble a system from recognizable components: prompt, model, chain, agent, memory, tools. This lowers the cost of exploration and dramatically speeds up iteration.
Together, these two moves create a compounding effect:
- Open models lower the barrier to advanced capability.
- Visual composition lowers the barrier to advanced application design.
- The combination lowers the barrier to entire ecosystems of experimentation.
That is not just convenience. It is a shift in the distribution of innovation. When models are open and workflows are visible, more people can participate in shaping what AI becomes. The frontier stops being a single laboratory and starts becoming a shared workshop.
To see why that matters, imagine the difference between owning a power plant and owning a socket. A power plant is impressive, but it centralizes control. A socket is boring, but it enables creativity everywhere. Open models and graphical builders together turn AI from a centralized spectacle into a distributed infrastructure.
The New Unit of Value Is the Workflow
In the early days, the unit of value in AI was the model itself. The more capable the model, the better. But that is no longer enough. Once a base model reaches high competence, the decisive advantage often comes from how it is connected to other components.
This is the key transition: from model-centric thinking to workflow-centric thinking.
A workflow is not merely a sequence of steps. It is a theory of behavior. It encodes what the system should do first, what should happen if a step fails, where human judgment enters, and how context gets preserved or discarded. Two applications can use the same model and produce radically different experiences because one workflow is thoughtfully designed and the other is improvised.
Think of a restaurant kitchen. The ingredients matter, but the real difference between a chaotic kitchen and a great one is the workflow: prep stations, timing, quality checks, plating, backup plans, and communication paths. A master chef is not simply someone who knows fine ingredients. A master chef knows how to orchestrate them under pressure.
AI is reaching the same stage. The question is no longer only, “Which model should I use?” It is, “What is the smallest, most reliable workflow that produces the behavior I need?” That question is deeply practical, but it is also philosophical. It assumes that intelligence is not a monolith. It is assembled behavior.
This is why visual tools are more than onboarding aids for beginners. They are a way to make system design visible enough that experts can optimize it. When a workflow is represented as a graph, you can spot unnecessary complexity, identify brittle dependencies, and test alternate paths. In other words, you can do architecture.
A Better Mental Model: AI as Circuitry, Not Magic
The most useful mental model here is to treat modern AI applications as circuitry.
A circuit does three things well. First, it makes pathways visible. Second, it makes substitutions possible. Third, it makes failure diagnosable. If a light does not turn on, you inspect the chain of connections. You do not simply stare at the bulb and hope for insight.
Language model applications should be built the same way. Prompts are inputs. Chains are paths. Agents are decision points. Tools are external capabilities. Memory is a storage layer. Evaluators are quality controls. Once you think in these terms, the application stops being one giant prompt and becomes a system of accountable parts.
This mindset has practical consequences:
- You can isolate whether a failure comes from the model, the prompt, the retrieval layer, or the control logic.
- You can replace one component without rewriting the whole app.
- You can test hypotheses visually, which accelerates learning.
- You can communicate design intent to teammates without requiring them to mentally execute code.
There is also a cultural consequence. When AI is treated like magic, only a small priesthood can work effectively with it. When AI is treated like circuitry, more people can participate in its design. Product managers, domain experts, researchers, and operators can all collaborate around the same visible artifact.
That is one reason open models and visual builders belong in the same conversation. They both reduce dependence on hidden expertise. They transform AI from a black box into a negotiable object.
The most important AI systems of the future may not be the ones that know the most, but the ones that can be assembled, audited, and improved by many hands.
Key Takeaways
-
Stop treating the model as the product. The real product is often the workflow around the model: prompts, routing, tools, memory, and fallback logic.
-
Prefer visible systems over mysterious ones. If you cannot inspect how your AI application behaves, you will struggle to improve or trust it.
-
Design for composition, not just capability. A smaller open model combined with a clear workflow can outperform a more powerful but poorly structured system.
-
Use visual tooling as a thinking tool, not just a UI. Diagrams help reveal dependencies, failure points, and opportunities to simplify.
-
Treat openness as an innovation multiplier. Open models and accessible builders expand who can build, test, and refine AI systems.
The Future Belongs to Those Who Can See the Machine
The deepest lesson here is not that open models are good or that visual builders are convenient. It is that power without visibility creates dependence, while power with visibility creates agency.
In the next phase of AI, the winners will not simply be those with the most capable models. They will be those who can turn intelligence into an understandable craft. They will know how to make systems that are open enough to improve, structured enough to trust, and visible enough to evolve.
That is a profound reframe. The frontier is no longer just about building smarter machines. It is about building machines we can build with.
Once you see that, the question changes. You stop asking whether AI can think. You start asking whether we can finally design intelligence in the open, one component at a time, with enough clarity that many people can shape its future.
That may be the real breakthrough.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣