DEV Community

Induwara Ashinsana
Induwara Ashinsana

Posted on • Originally published at induwara.lk

Only 16% Trust AI: What That Gap Means for SL Builders

Public trust in AI is far lower than the hype cycle suggests, and that gap is now the single most useful piece of market data a small builder can act on. A new Pew Research study, reported by TechCrunch, found that only 16% of Americans think AI will have a positive impact on society. Wall Street is pouring money in. The people who would actually use these products are not convinced.

I build small tools for a living, mostly for a Sri Lankan audience, and I read that number as opportunity, not doom. When the loudest investors and the actual users disagree this hard, the builders who close the trust gap win. Here's how I'm thinking about it.


📊 The number that should reframe your roadmap

The headline is blunt: 16% positive. That is not "people are nervous about the future." That is a clear majority who expect AI to make things worse or who see no upside at all. The TechCrunch write-up frames it as a split between Wall Street optimism and everyday skepticism, and that framing is the part worth sitting with.

Group Sentiment toward AI
Wall Street / investors Strongly bullish
Everyday Americans (Pew) Only 16% expect a positive impact

Key takeaway: If you are building AI features, your default user is a skeptic, not an enthusiast. Design for the person who needs convincing, not the person already sold.

I won't pretend Sri Lankan attitudes map one-to-one onto a US survey. They don't, and Pew didn't measure us. But the underlying mechanic travels: trust in a new technology lags its capability, and the lag is widest when the technology is sold with the most hype.


🔍 Why the skeptics are often right

A lot of AI skepticism gets dismissed as ignorance. I think that's lazy. Most people who distrust AI have hit one of three real problems:

  1. It made something up. Confident, fluent, wrong. If your tool hallucinates once on a question the user already knew the answer to, you've lost them on every answer they can't check.
  2. It took their data. "Where does my text go? Who trains on it?" is a fair question, and most products answer it badly or not at all.
  3. It was sold dishonestly. Demos that work in the keynote and break in real use teach people to discount the next claim.

None of those are irrational. They are accurate reads of bad products. So the fix isn't better marketing. It's building the thing that earns the 84% back.

The skeptic is not your enemy. The skeptic is your free QA team, telling you exactly which failure modes to engineer out before launch.


🛠️ How a small builder earns trust on a budget

You don't need a brand campaign. You need defaults that respect the user. This is where small, independent builders actually have an edge over the big platforms, because we can make promises and keep them without a board meeting.

  • Show your work. If a tool gives a number, show the formula and cite the source. Every calculator on this site carries a LAST_VERIFIED date and a link to the official source for exactly this reason.
  • Process on the client where you can. A surprising amount of "AI" work (text stats, formatting, detection) runs fine in the browser. If the data never leaves the device, the privacy question answers itself.
  • Stay free and stay quiet. No signup wall, no popup, no ad pixel watching the session. Friction is a trust tax.
  • Let people verify. Make the output checkable. A summary next to the original. A translation with the source visible. Trust grows when users can catch you being right.

If you want to feel the difference, our free AI tools run on free-tier inference and, where possible, do the work without storing your input. That's not a feature list. It's a position: you can use AI without handing your data to anyone.


💡 The Sri Lanka and free-tier angle

Here's why this matters more for us than for a funded US startup. We don't have a marketing budget to paper over a weak product. Our entire pitch is that the tool works, costs nothing, and doesn't abuse the user. That pitch happens to be the exact thing a skeptical public is asking for.

What hype-driven AI sells What a skeptic actually wants
"It will change everything" "Did it get this one right?"
Locked behind a subscription Free, no card, no signup
Vague on data handling Clear: what's stored, what isn't
Auto-magic black box Shows its method, cites sources

For a student in Galle or a two-person team in Colombo, the constraint is also the strategy. Building on free tiers and open-source models forces you to keep the product lean and the promises honest, because you can't afford to fake it. The 16% number tells me that honesty is now a competitive advantage, not a compliance checkbox.

Key takeaway: A skeptical market rewards the boring virtues — accuracy, privacy, no lock-in. Small builders can ship all three faster than big platforms can approve a press release.


🚀 What this means for you

The Pew study reads like bad news for AI. For a careful builder, it's a brief. The market has told you what it distrusts. Build the opposite.

  • Lead with accuracy, not capability. One reliably correct answer beats ten impressive guesses.
  • Make privacy a default, not a setting. Process locally, store nothing, say so plainly.
  • Cite everything. Sources and dates turn a black box into a tool people can audit.
  • Skip the hype words. The people you want to reach have heard "revolutionary" too many times to believe it.

I'm not building for the 16% who already trust AI. They'll use anything. I'm building for the other 84%, the ones who'll switch the moment something proves it deserves them. That's a much bigger market, and right now most of the industry is ignoring it.

Top comments (0)