← Back to Arandu Investor & Partner Overview · EN

Arandu Technical Specification

Current Specification

This overview is intended for investors and strategic partners. It describes capabilities, architecture in functional terms, and governance posture—without disclosing proprietary algorithms, prompt internals, or implementation recipes.

1) System Purpose and Scope

Arandu is a WhatsApp-first agricultural intelligence platform, engineered in Switzerland for reliability and clarity. The product translates Earth observation and environmental signals into concise, grower-actionable guidance—delivered where farmers already work: mobile messaging.

2) Runtime and Deployment Architecture

2.1 Architecture at a Glance (Functional Stack)

Layer Capability Partner-relevant note
Messaging Official WhatsApp Business connectivity Optimized for short, actionable replies; supports rich media where appropriate.
API & ingress High-concurrency web framework Typed validation and deterministic routing at the boundary.
Compute Serverless container orchestration Horizontal elasticity; no reliance on sticky server state for correctness.
Async processing Managed asynchronous task queue Keeps conversational paths responsive under load.
Persistence Distributed NoSQL document store Authoritative session and field identity; engineered for concurrent users.
Geospatial Managed planetary-scale raster compute Server-side reduction and fusion—minimal client round-trips.
Imagery Copernicus-class optical and complementary radar Optical for canopy signals; radar where atmosphere or season limits optical reliability.
AI State-of-the-art LLM ensemble (managed cloud AI) Structured outputs and guardrails; not unconstrained free-form prose.
Availability Stateless tiers scale out; durable state lives only in the persistence layer.
Resilience Upstream dependencies are invoked with retry and controlled degradation where appropriate.
Responsiveness Long-running work is never inlined into the critical user-acknowledgement path.
Observability Production telemetry supports health, latency, and incident response—without exposing internals.

3) Geospatial and Environmental Data Stack

Aggregation and statistics are computed server-side; the product avoids chatty client-driven fetch patterns that would harm users on constrained networks.

3.1 Agronomic Signal Pipeline (Value-Focused)

Arandu’s differentiation is not a single index—it is the end-to-end fusion, calibration, and interpretation of signals into grower language. The pipeline produces compact, field-level summaries and optional sub-field views; exact weighting, thresholds, and fusion recipes are proprietary.

4) Analytical Modules (Public Capability Surface)

4.1 High-Level Flow: Report Generation

flowchart LR
    user[Grower on WhatsApp] --> intent[Express analysis intent]
    intent --> trust[Ensure request integrity and uniqueness]
    trust --> orchestrate[Orchestrate field analysis]
    orchestrate --> signals[Derive field-level agronomic signals]
    signals --> render[Structured advisory rendering]
    render --> deliver[Deliver text guidance]
    deliver --> enrich[Optional field visualization]
                

4.2 High-Level Flow: Field Registration

flowchart LR
    grower[Grower] --> anchor[Anchor field location]
    anchor --> session[Establish trusted session]
    session --> extent[Define field extent]
    extent --> record[Record field identity]
    record --> confirm[Confirm registration]
    confirm --> enable[Enable analysis and monitoring]
                

5) AI Interpretation Layer

6) Outlier and Change Detection (High-Level)

Arandu emphasizes signal quality over novelty: separating seasonal noise from patterns that merit a grower’s attention.

7) Data Governance and Storage Characteristics

Arandu applies a Swiss-precision mindset to data handling: minimal surface area, durable records where needed, and disciplined growth.

8) Reliability and Observability

9) Known Constraints and Non-Goals

10) Integration Surface (High-Level)

11) Data Security, Trust and Legal Notice

Data Security & Trust Statement
Arandu Technologies GmbH

At Arandu, we treat agricultural data with the same precision as the crops it represents. The platform is built on enterprise-grade cloud infrastructure so insights remain accessible while custody stays disciplined.

11.1 How We Protect Your Information

11.2 Intellectual Property and Legal Notice

The Arandu system architecture—including its proprietary fusion of geospatial analytics, robust statistical treatment, and LLM-based agronomic interpretation—is the exclusive property of Arandu Technologies GmbH.

© 2026 Arandu Technologies GmbH. All rights reserved.

Reproduction, distribution, or reverse engineering of the Arandu technical framework, logic flows, or proprietary prompt structures without express written consent is strictly prohibited.

12) Versioning and Change Management

This page reflects the externally shareable technical posture of Arandu. Material changes to architecture, analytical surface, or governance are reflected here in step with product releases.