Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Google Cuts Power Needs for AI Queries 33x in One Year

    Software commands 40% of cybersecurity budgets as gen AI attacks execute in milliseconds

    How Sakana AI’s new evolutionary algorithm builds powerful AI models without expensive retraining

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Blue-collar jobs are gaining popularity as AI threatens office work

      August 17, 2025

      Man who asked ChatGPT about cutting out salt from his diet was hospitalized with hallucinations

      August 15, 2025

      What happens when chatbots shape your reality? Concerns are growing online

      August 14, 2025

      Scientists want to prevent AI from going rogue by teaching it to be bad first

      August 8, 2025

      AI models may be accidentally (and secretly) learning each other’s bad behaviors

      July 30, 2025
    • Business

      Why Certified VMware Pros Are Driving the Future of IT

      August 24, 2025

      Murky Panda hackers exploit cloud trust to hack downstream customers

      August 23, 2025

      The rise of sovereign clouds: no data portability, no party

      August 20, 2025

      Israel is reportedly storing millions of Palestinian phone calls on Microsoft servers

      August 6, 2025

      AI site Perplexity uses “stealth tactics” to flout no-crawl edicts, Cloudflare says

      August 5, 2025
    • Crypto

      Former Indian Politician Convicted in Bitcoin Extortion Case

      August 30, 2025

      Top 3 Real World Asset (RWA) Altcoins to Watch in September

      August 30, 2025

      Ethereum Dip May Be Temporary with $1 Billion Whale Buys and Slower Profit Taking

      August 30, 2025

      Everything We Know So Far About the Bitcoin Thriller “Killing Satoshi”

      August 30, 2025

      Why HBAR’s Bearish Sentiment Might Be Its Trigger for a Price Rebound

      August 30, 2025
    • Technology

      Google Cuts Power Needs for AI Queries 33x in One Year

      August 30, 2025

      Software commands 40% of cybersecurity budgets as gen AI attacks execute in milliseconds

      August 30, 2025

      How Sakana AI’s new evolutionary algorithm builds powerful AI models without expensive retraining

      August 30, 2025

      How Intuit killed the chatbot crutch – and built an agentic AI playbook you can copy

      August 30, 2025

      OpenAI–Anthropic cross-tests expose jailbreak and misuse risks — what enterprises must add to GPT-5 evaluations

      August 30, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»Hard-won vibe coding insights: Mailchimp’s 40% speed gain came with governance price
    Technology

    Hard-won vibe coding insights: Mailchimp’s 40% speed gain came with governance price

    TechAiVerseBy TechAiVerseAugust 1, 2025No Comments7 Mins Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Hard-won vibe coding insights: Mailchimp’s 40% speed gain came with governance price
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    BMI Calculator – Check your Body Mass Index for free!

    Hard-won vibe coding insights: Mailchimp’s 40% speed gain came with governance price

    Intuit Mailchimp provides email marketing and automation capabilities. It’s part of the larger Intuit organization, which has been on a steady journey with gen AI over the last several years, rolling out its own GenOS and agentic AI capabilities across its business units.

    While the company has its own AI capabilities, Mailchimp has found a need in some cases to use vibe coding tools. It all started, as many things do, with trying to hit a very tight timeline.

    Mailchimp needed to demonstrate a complex customer workflow to stakeholders immediately. Traditional design tools like Figma couldn’t deliver the working prototype they needed. Some Mailchimp engineers had already been quietly experimenting with AI coding tools. When the deadline pressure hit, they decided to test these tools on a real business challenge.


    The AI Impact Series Returns to San Francisco – August 5

    The next phase of AI is here – are you ready? Join leaders from Block, GSK, and SAP for an exclusive look at how autonomous agents are reshaping enterprise workflows – from real-time decision-making to end-to-end automation.

    Secure your spot now – space is limited: https://bit.ly/3GuuPLF


    “We actually had a very interesting situation where we needed to prototype some stuff for our stakeholders, almost on an immediate basis, it was a pretty complex workflow that we needed to prototype,” Shivang Shah, Chief Architect at Intuit Mailchimp told VentureBeat. 

    The Mailchimp engineers used vibe coding tools and were surprised by the results.

    “Something like this would probably take us days to do,” Shah said. ” We were able to kind of do it in a couple of hours, which was very, very interesting.

    That prototype session sparked Mailchimp’s broader adoption of AI coding tools. Now, using those tools, the company has achieved development speeds up to 40% faster while learning critical lessons about governance, tool selection and human expertise that other enterprises can immediately apply.

    The evolution from Q&A to ‘do it for me’

    Mailchimp’s journey reflects a broader shift in how developers interact with AI. Initially, engineers used conversational AI tools for basic guidance and algorithm suggestions.

    “I think even before vibe coding became a thing, a lot of engineers were already leveraging the existing, conversational AI tools to actually do some form of – hey, is this the right algorithm for the thing that I’m trying to solve for?” Shah noted.

    The paradigm fundamentally changed with modern AI vibe coding tools. Instead of simple questions and answers, the use of the tools became more about actually doing some of the coding work. 

    This shift from consultation to delegation represents the core value proposition that enterprises are grappling with today.

    Mailchimp deliberately adopted multiple AI coding platforms instead of standardizing on one. The company uses Cursor, Windsurf, Augment, Qodo and GitHub Copilot based on a key insight about specialization.

    “What we realized is, depending on the life cycle of your software development, different tools give you different benefits or different expertise, almost like having an engineer working with you,” Shah said.

    This approach mirrors how enterprises deploy different specialized tools for different development phases. Companies avoid forcing a one-size-fits-all solution that may excel in some areas while underperforming in others.

    The strategy emerged from practical testing rather than theoretical planning. Mailchimp discovered through usage that different tools excelled at different tasks within their development workflow.

    Governance frameworks prevent AI coding chaos

    Mailchimp’s most critical vibe coding lesson centers on governance. The company implemented both policy-based and process-embedded guardrails that other enterprises can adapt.

    The policy framework includes responsible AI reviews for any AI-based deployment that touches customer data. Process-embedded controls ensure human oversight remains central. AI may conduct initial code reviews, but human approval is still required before any code is deployed to production.

    “There’s always going to be a human in the loop,” Shah emphasized. “There’s always going to be a person who will have to refine it, we’ll have to gut check it, make sure it’s actually solving the right problem.”

    This dual-layer approach addresses a common concern among enterprises. Companies want AI productivity benefits while maintaining code quality and security standards.

    Context limitations require strategic prompting

    Mailchimp discovered that AI coding tools face a significant limitation. The tools understand general programming patterns but lack specific knowledge of the business domain.

    “AI has learned from the industry standards as much as possible, but at the same time, it might not fit in the existing user journeys that we have as a product,” Shah noted.

    This insight led to a critical realization. Successful AI coding requires engineers to provide increasingly specific context through carefully crafted prompts based on their technical and business knowledge.

    “You still need to understand the technologies, the business, the domain, and the system architecture, aspects of things at the end of the day, AI helps amplify what you know and what you could do with it,” Shah explained.

    The practical implication for enterprises: teams need training on both the tools and on how to communicate business context to AI systems effectively.

    Prototype-to-production gap remains significant

    AI coding tools excel at rapid prototyping, but Mailchimp learned that prototypes don’t automatically become production-ready code. Integration complexity, security requirements and system architecture considerations still require significant human expertise.

    “Just because we have a prototype in place, we should not jump to a conclusion that this can be done in  X amount of time,” Shah cautioned. “Prototype does not equate to take the prototype to production.”

    This lesson helps enterprises set realistic expectations about the impact of AI coding tools on development timelines. The tools significantly help with prototyping and initial development, but they’re not a magic solution for the entire software development lifecycle.

    Strategic focus shift toward higher-value work

    The most transformative impact wasn’t just speed. The tools enabled engineers to focus on higher-value activities. Mailchimp engineers now spend more time on system design, architecture and customer workflow integration rather than repetitive coding tasks.

    “It helps us spend more time on system design and architecture,” Shah explained. “Then really, how do we integrate all the workflows together for our customers and less on the mundane tasks.”

    This shift suggests that enterprises should measure AI coding success beyond productivity metrics. Companies should track the strategic value of work that human developers can now prioritize.

    The bottom line for enterprises

    For enterprises looking to lead in AI-enhanced development, Mailchimp’s experience demonstrates a crucial principle. Success requires treating AI coding tools as sophisticated assistants that amplify human expertise rather than replace it.

    Organizations that master this balance will gain sustainable competitive advantages. They’ll achieve the right mix of technical capability with human oversight, speed with governance and productivity with quality.

    For enterprises looking to adopt AI coding tools later in the cycle, Mailchimp’s journey from crisis-driven experimentation to systematic deployment provides a proven blueprint. The key insight remains consistent: AI augments human developers, but human expertise and oversight remain essential for production success.

    Daily insights on business use cases with VB Daily

    If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.

    Read our Privacy Policy

    Thanks for subscribing. Check out more VB newsletters here.

    An error occured.

    BMI Calculator – Check your Body Mass Index for free!

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleAmazon DocumentDB Serverless database looks to accelerate agentic AI, cut costs
    Next Article Deep Cogito goes big, releasing 4 new open source hybrid reasoning models with self-improving ‘intuition’
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    Google Cuts Power Needs for AI Queries 33x in One Year

    August 30, 2025

    Software commands 40% of cybersecurity budgets as gen AI attacks execute in milliseconds

    August 30, 2025

    How Sakana AI’s new evolutionary algorithm builds powerful AI models without expensive retraining

    August 30, 2025
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025166 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202548 Views

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202530 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202528 Views
    Don't Miss
    Technology August 30, 2025

    Google Cuts Power Needs for AI Queries 33x in One Year

    Google Cuts Power Needs for AI Queries 33x in One Year Key Takeaways Energy Consumption…

    Software commands 40% of cybersecurity budgets as gen AI attacks execute in milliseconds

    How Sakana AI’s new evolutionary algorithm builds powerful AI models without expensive retraining

    How Intuit killed the chatbot crutch – and built an agentic AI playbook you can copy

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Google Cuts Power Needs for AI Queries 33x in One Year

    August 30, 20252 Views

    Software commands 40% of cybersecurity budgets as gen AI attacks execute in milliseconds

    August 30, 20252 Views

    How Sakana AI’s new evolutionary algorithm builds powerful AI models without expensive retraining

    August 30, 20252 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.