<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Ruby Wardhani on Medium]]></title>
        <description><![CDATA[Stories by Ruby Wardhani on Medium]]></description>
        <link>https://medium.com/@rubywardhani?source=rss-f7f48d4e3e0f------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*dOGj9VoMn1JKW0Y_BR_fOg.jpeg</url>
            <title>Stories by Ruby Wardhani on Medium</title>
            <link>https://medium.com/@rubywardhani?source=rss-f7f48d4e3e0f------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Mon, 25 May 2026 04:30:26 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@rubywardhani/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Indonesia Has the Highest AI Usage Rate in the World]]></title>
            <link>https://medium.com/@rubywardhani/indonesia-has-the-highest-ai-usage-rate-in-the-world-65bf7fa2510c?source=rss-f7f48d4e3e0f------2</link>
            <guid isPermaLink="false">https://medium.com/p/65bf7fa2510c</guid>
            <category><![CDATA[artificial-intelligence]]></category>
            <dc:creator><![CDATA[Ruby Wardhani]]></dc:creator>
            <pubDate>Fri, 15 May 2026 14:21:37 GMT</pubDate>
            <atom:updated>2026-05-15T14:50:09.748Z</atom:updated>
            <content:encoded><![CDATA[<h3>Indonesia Has the Highest AI Usage Rate in the World. Here’s Why That Makes Deployment Harder, Not Easier</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*b0xwEVIopMxh3_1N" /><figcaption>Photo by <a href="https://unsplash.com/@pinjasaur?utm_source=medium&amp;utm_medium=referral">Paul Esch-Laurent</a> on <a href="https://unsplash.com?utm_source=medium&amp;utm_medium=referral">Unsplash</a></figcaption></figure><p>The BCG number stopped me mid-scroll.</p><p>92% Indonesia ranked first globally, not the US and not the UK, for worker GenAI usage rate. I was in the middle of a pretty bad week at work when I saw it, and I remember thinking: <em>someone is going to use this number to make a really confident pitch deck, and it’s going to miss the point entirely.</em></p><p>Maybe that someone was past me.</p><p>A bit of context: I run Pionedge, a digital product studio in Indonesia. We build things. AI has been central to what we ship for a while now. So when I talk about deploying AI in this market, I’m not talking about strategy decks or hypotheticals. I’m talking about the specific sensation of watching a production model fail because a real user from Malang typed the way people in Malang actually type.</p><p>That experience will recalibrate your relationship with adoption statistics pretty quickly.</p><p>Here’s the thing about 92%.</p><p>It’s true. I’m not arguing with the data. But “using AI” in Indonesia covers an enormous range of behaviors from a solopreneur using ChatGPT to draft a caption for their Tokopedia store to an enterprise team running LLM-powered document processing at scale. Both count. They are not the same problem.</p><p>The gap between those two things is where products live or die.</p><p>When we first shipped one of our AI features, our internal testing looked great. The model handled queries well. Response quality was solid. We were quietly proud of it.</p><p>Then real users showed up.</p><p>The first week of production data looked nothing like our test data. Not a little different, completely different. Because in our testing, users knew they were being evaluated. So they typed carefully. Full sentences. Clear intent.</p><p>Real users typed like they were texting a friend, which in Indonesia means some combination of Bahasa Indonesia, Javanese, abbreviations from years of WhatsApp habits, and whatever English tech vocabulary they’d absorbed from YouTube. Not because they’re unsophisticated, because that’s how people communicate when they’re not performing for anyone.</p><p>Something like: “<em>kak ini bisa gak dipake buat usaha aku, soalnya aku suka lupa2 sama pengeluaran”</em></p><p>Our model, trained on cleaner inputs, had no idea what to do with that. The intent is completely obvious to any human. To the model, it was noise.</p><p>We had to rebuild the data collection process. Longer than I want to say. And the lesson wasn’t technical; it was about assumptions. We’d built a system optimized for the version of our users we imagined, not the ones who actually showed up.</p><p>The second thing that surprised me was about trust, and it took me longer to notice because it was quieter.</p><p>There’s an assumption most AI products are built on: users will naturally understand that AI can be wrong. That they’ll verify things that matter. That the “AI disclaimer” in the footer does some actual work.</p><p>In some contexts, maybe.</p><p>In ours, particularly with users outside Tier 1 cities, we kept seeing something that made us uncomfortable. People treated AI outputs as final. Not because they were gullible. Because that’s a completely reasonable response to years of being told that AI is a sophisticated, powerful technology. If the computer says it, why would you second-guess it?</p><p>We ended up adding what we called internally a “humility layer.” When confidence was low, we didn’t just flag it with some small UI indicator nobody reads. We said it, in plain Bahasa Indonesia, in the middle of the response: <em>“Saya kurang yakin dengan ini, sebaiknya dicek dulu.”</em></p><p>It made the product feel less confident, which was exactly the point. The product <em>was</em> less confident, and pretending otherwise wasn’t helping anyone.</p><p>The third thing is less interesting to talk about, but probably the most impactful in practice: infrastructure.</p><p>Outside major cities, mobile data is how people get online. Speeds vary. Data isn’t cheap. Users have spent years developing strong instincts for which apps are “worth it”, and a heavy, slow AI product doesn’t get a long runway to prove itself before it gets deleted.</p><p>We had to make architectural decisions I hadn’t really thought about before. What happens to the UX when the connection drops mid-session? How much can we cache without hurting output quality? What does response time look like on a slower connection in a second or third-tier city, not in our office?</p><p>None of those questions is in the AI product playbooks I’d been reading. Because those playbooks were mostly written for environments where broadband is assumed and latency is a minor consideration, not a core constraint.</p><p>Which meant we were figuring it out as we went. That’s fine. That’s a building. But it’s worth noting: if you’re building AI products for emerging markets, you’re often doing original work, not just implementation.</p><p>I don’t think Indonesia is a special case.</p><p>I think it’s a preview.</p><p>Linguistic diversity, trust environments that don’t match Western AI design assumptions, infrastructure that makes bandwidth a real constraint, this is most of the world. The AI conversation just hasn’t caught up yet because the conversation is still mostly shaped by people building in San Francisco and London.</p><p>That’s going to change. The question is whether the people building for these markets are taken seriously as contributors to how AI development is thought about or just treated as edge cases to be handled later.</p><p>Based on what I’ve seen, there’s genuinely important and underexplored work happening in these contexts. The problems are real, the constraints are real, and the solutions aren’t going to come from just porting over what worked somewhere else.</p><p>I don’t have clean answers to most of this. I’m still figuring out how you evaluate model performance across linguistic contexts that don’t have standardized benchmarks, how you design for trust calibration in markets with different AI literacy patterns, and how you build data pipelines that reflect real-world language without compromising privacy.</p><p>These are the questions I keep coming back to, probably for a while.</p><p>If you’re working on similar things — building, researching, thinking about this — I’d like to hear what you’re seeing.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=65bf7fa2510c" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>