All posts Engineering
· 2 min read

What We Learned Building MAPHERBA

Connecting AI and IoT sensors for medicinal plant farmers taught us that the hardest part isn't the technology — it's earning trust.

MAPHERBA started as a straightforward brief: build a system that helps medicinal herb farmers understand their soil quality in real time.

Simple enough, until you’re actually in the field.

The technical side was the easy part

We designed a system that reads soil composition, moisture, and health indicators from IoT sensors and runs that data through an AI model trained on agricultural datasets. The output is a readable recommendation — not a raw number, but something actionable like “phosphorus is low, consider adjusting before the next planting cycle.”

Building that system took time, but it followed a clear path. Sensors → data pipeline → model → interface.

The hard part was trust

Farmers who’ve worked the same land for decades don’t immediately defer to a sensor. And they shouldn’t — a sensor that reads incorrectly is worse than no sensor at all.

So we spent as much time on calibration and validation as we did on the actual AI model. We compared outputs against physical soil tests from local labs. We brought farmers into the testing process early and watched how they used the data. We built in a feedback loop so the system could learn from corrections.

By the time we deployed, the farmers weren’t using MAPHERBA because it was technology. They were using it because it had earned their confidence.

What carried over to how we build everything

That experience changed how we approach new projects. Before any technical architecture decision, we now ask: who will use this, and what would make them trust it?

Trust doesn’t come from polished UI. It comes from consistency, accuracy, and transparency about what the system doesn’t know.

We’ve started building that into our products from day one — including explicit uncertainty signals when AI confidence is low, audit trails that let users verify decisions, and designs that put the human in control rather than in the passenger seat.

— Atjas