Taste Won't Save You: Vibecoders, AI Learning Traps, and OpenToonz's Open Source Legacy
Published on 20.05.2026
"Taste Is All You Need" Is a Cope for Vibecoders
TLDR: Daria Volkova pushes back on the popular claim that aesthetic taste is the primary differentiator for AI-era builders, arguing that distribution and attention are the actual engines of commercial success — taste is necessary but not remotely sufficient.
Summary:
There's a phrase making the rounds in AI-adjacent creator circles: "taste is all you need." The argument goes that since AI handles execution, the only remaining moat is knowing what good looks like. It's a flattering narrative, especially for people who have strong opinions about design, copywriting, or product feel. Volkova isn't buying it, and her argument is sharper than the usual pushback.
She invokes a deliberately provocative comparison: Labubu toys, Guess bags, Donald Trump. These are products and figures that command enormous market value while being, by most aesthetic frameworks, objectively bad taste. The market rewards them anyway, and the reason isn't taste — it's distribution, attention, and the specific mechanics of how certain things become culturally sticky. A side project with impeccable taste and zero distribution has twelve users. A deliberately trashy product with a massive distribution engine has millions. The uncomfortable conclusion is that taste operates downstream of attention, not upstream of it.
This matters for how developers and builders think about building with AI. The vibe-coding era makes it easier than ever to ship something that looks polished and feels considered. But shipping is the easy part now. Getting the thing in front of people who care about it, and making them care enough to return and recommend it, is the actual hard work — and that has nothing to do with whether the UI has good corner radius values or the copy uses the right register. Volkova is pointing at a specific kind of self-deception that's common among technical people who discover they have design instincts: confusing the necessary condition for the sufficient one.
The argument has limits. Taste does matter for retention once you have attention, and in saturated markets with many technically similar products, aesthetic quality can be the deciding factor at the margin. But those are refinements, not rebuttals. The core point stands: if your entire theory of building is that your discernment will carry you, you're missing the majority of the work.
Key takeaways:
- Taste is necessary but not sufficient in the AI era — distribution and attention are the actual competitive variables
- The market routinely rewards products with poor taste and strong distribution over tasteful products with weak reach
- Vibecoders risk confusing aesthetic quality with market success, which leads to polished products with no users
Why do I care: I think this is primarily a product and go-to-market story, but developers building their own tools or side projects should hear it clearly. The engineering mindset tends to optimize for quality of the thing being built. The lesson here is that the channel through which your thing reaches people matters as much as the thing itself, probably more at early stages. That's a mental model shift worth making before you spend six months perfecting a product that three people know about.
"Taste is all you need" is a cope for vibecoders
You're Using AI to Learn Faster. That's Exactly Why You're Not Learning
TLDR: Using AI to skip the struggle of learning feels efficient but produces shallow understanding — the article argues for deliberate AI use after genuine effort, not as a shortcut around it.
Summary:
There's a real tension at the heart of AI-assisted development education that most people haven't named clearly. AI tools are extraordinarily good at unblocking you when you're stuck. They explain concepts, generate working examples, and debug errors in seconds. The problem is that being stuck, confused, and struggling through a problem is exactly the mechanism through which durable understanding forms. When you eliminate the struggle, you also eliminate a significant portion of the learning.
Idorenyin Williams makes this case from firsthand experience as both a developer and a mentor. The pattern he describes is familiar to anyone who's taught: a learner encounters a problem, reaches for AI assistance immediately, gets an answer that works, moves on, and finds a week later that they have no idea how to solve a similar problem from scratch. The AI didn't teach them anything — it completed a task for them, and task completion and learning are not the same thing.
The distinction Williams draws between using AI before struggle versus after struggle is the useful one. If you've spent genuine time trying to understand something, failed, made guesses, formed hypotheses, and then turn to AI to check your thinking or get past a specific blocker, you come away with something that sticks. The AI output becomes scaffolding for understanding you were already building. If you go to AI first, you get an answer that has no architecture to attach to, and it just doesn't stay. The cognitive science behind this is well established — we call it desirable difficulty — but it runs directly against the productivity incentives most developers are working under.
What makes this article worth reading is that it doesn't conclude with "therefore avoid AI." It concludes with a more nuanced position: use AI as a Socratic partner, use it to check your reasoning, use it after you've gotten stuck rather than before. That's a sustainable practice that preserves learning while still benefiting from the efficiency gains. The challenge is that this requires deliberate discipline in an environment where every tool is optimized to remove friction.
Key takeaways:
- AI used as a first resort bypasses the productive struggle that forms durable technical understanding
- Using AI after genuine effort — to check reasoning or unblock specific problems — preserves learning while still providing efficiency gains
- Mentors and team leads should watch for developers who can ship AI-assisted code but cannot explain what it does
Why do I care: This is a mentorship and team culture issue as much as a personal learning one. As someone who cares about developer growth, the pattern Williams describes is one I've seen accelerate since AI tools became mainstream. The fix isn't restricting tool access — it's being intentional about when you reach for help and cultivating the patience to sit with confusion long enough to learn from it. That's a habit, and habits require conscious effort to build.
You're Using AI to Learn Faster. That's Exactly Why You're Not Learning
OpenToonz Does What Adobe Animate Can't: Power a Studio Ghibli Film
TLDR: OpenToonz is a free, BSD-3-licensed animation tool that has powered every Studio Ghibli film since The Secret World of Arrietty, including the Oscar-winning The Boy and the Heron — and it's been open source since 2016.
Summary:
Studio Ghibli is one of the most technically demanding animation studios in the world, known for hand-crafted details that take teams years to produce. The tools they use to achieve that quality are, perhaps surprisingly, open source. OpenToonz has been at the center of Ghibli's production pipeline for over a decade, and in 2016 Dwango released it publicly under a BSD-3 license — meaning anyone can use it, modify it, and build on it without paying for it.
The comparison with Adobe Animate in the headline is pointed. Adobe Animate is the dominant commercial tool in the animation space, with a large ecosystem of tutorials, plugins, and professional support. But for the specific kind of frame-by-frame, scene-based production work that Ghibli does, OpenToonz has capabilities that Animate simply doesn't match. It handles ink-and-paint workflows, supports vector and raster drawing simultaneously, and has a scene planning system that scales to feature-length production — none of which are things you'd typically associate with a free, community-maintained tool.
The article traces the history of the software from its origins at Digital Video in Italy, through its adoption by Ghibli, to its open source release and current maintenance status. The Boy and the Heron, which won the Academy Award for Best Animated Feature in 2024, was produced with it. That's not a minor footnote — it's evidence that open source software can be genuinely best-in-class for professional creative work, not just a free alternative that professionals tolerate.
What's interesting from a software perspective is the community that has grown around the release. Because the source is available, developers have built plugins, contributed patches, and extended the tool in ways that a commercial product's roadmap would never have prioritized. The Ghibli films made with it are effectively the best possible portfolio for an open source project, and that reputation continues to attract contributors.
Key takeaways:
- OpenToonz has powered every Studio Ghibli film since Arrietty (2010), including the Oscar-winning The Boy and the Heron
- It was open sourced under BSD-3 in 2016 by Dwango, making it free for anyone to use commercially or modify
- For frame-by-frame, scene-based production work, it has capabilities that Adobe Animate doesn't provide
- The open source release created a contributor community that continues extending the tool beyond what any commercial roadmap would prioritize
Why do I care: This is primarily a story for animators and creative technologists, but it has a lesson that resonates across the software world. The best-in-class tool for one of the most demanding animation studios on earth is open source and free. That should recalibrate anyone's assumptions about the capability ceiling of community-driven software. For developers interested in the intersection of creative tools and open source sustainability, this is a genuinely interesting case study.
OpenToonz Does What Adobe Animate Can't: Power a Studio Ghibli Film