> For the complete documentation index, see [llms.txt](https://www.saalse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.saalse.com/agitech.md).

# Agriculture Tech

From building precision and sustainable farming SaaS for over 10,000 farmers to designing AI-first digital agronomy pipelines, my focus is on solving real-world agricultural challenges.&#x20;

Whether applying computer vision to livestock or deploying LLMs for predictive farming, I specialize in turning complex field data into practical, scalable tools.

***

### Digital Agronomy & Predictive Farming

#### FinAgra (2025–Present, India & Kenya)

As Head of Tech, I'm building the technology engine for a new agriculture venture designed to put capital and modern agronomy into the hands of 1000+ rural agripreneurs in Kenya and India.

* An AI-first architecture from scratch to scale to thousands of farms.
* A data-driven digital agronomy pipelines powered by LLMs and machine learning algorithms.
* Predictive farming initiatives utilizing modern multi-agent systems to select right lands & crops.

{% hint style="warning" %}
I'm hiring technical product owners, AI & software engineers. [Contacts](/contacts.md) me if you have AgriTech experience or wish to built bits for atoms.
{% endhint %}

***

### Precision Farming & Carbon Tracking

#### MyEasyFarm & MyEasyCarbon (2017–2024, France, Italy, Brazil)

Operating as the Agritech R\&D Partner, I led an external R\&D team that successfully scaled a precision farming idea into a multi-product agritech SaaS serving over 10,000 farmers across Europe and Brazil. Over my seven-year tenure, I managed key tech hires and engineering operations for this award-winning, VC-backed startup.

#### ExactFarming (2015, Russia & CIS, Sri Lanka)

I contributed to the product design of leading precision farming SaaS to help optimize crop management, field mapping, and agronomic operations.

***

### Yield Forecasting & Field Workflows

#### Lima Labs (2025, Kenya)

Operating as a Product Design Consultant, I helped shape Lima Labs' agritech products to solve for real field workflows. By shifting away from complex mobile dashboards to visual insights displayed on central TVs, we drastically improved adoption. This practical approach helped field teams spot trends and yield shifts earlier.

***

### Computer Vision in Agriculture

#### AiTend (2020, Switzerland)

As a Solution Consultant, I helped design a computer vision system for dairy farms that utilized advanced pose estimation to detect unique cows. The pipeline continuously monitors their health states and rumination periods, turning physical farm activity into structured health data.

#### Agro Hackathon (2020, Russia)

Operating as Team Lead during a 40-hour competition, I guided a team to develop a machine learning solution utilizing Sentinel satellite imagery (analyzing NIR, SWIR1, and RED bands) to determine agricultural lands prone to waterlogging. We built a production-ready web application allowing users to select an examination area and observe visual computation results via GeoJSON exports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.saalse.com/agitech.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
