Auctus AI delivers across four technical streams. Most engagements draw on two or three of them in combination, scoped to the brief.
01
Computer vision
Crop disease detection, weed and pest identification, plant-health monitoring, and stand-count estimation from drone, satellite, and phone-camera imagery. Trained on labelled field data the firm collects in-country.
Frameworks: PyTorch, TensorFlow, Hugging Face Vision. Open-source backbone models (YOLO, ResNet, ViT) fine-tuned on agricultural datasets.
02
Tabular ML & forecasting
Yield prediction, input-cost optimisation, price and commodity forecasting, post-harvest loss modelling, irrigation scheduling. Combines on-farm sensor data, three to five seasons of historical records, climate inputs, and market data.
Methods: Gradient-boosted trees (XGBoost, LightGBM), time-series models (Prophet, classical ARIMA, deep learning where data depth supports it), and explainable ML (SHAP) so the operations team can read why the model said what it said.
03
NLP & LLM workflows
AI-assisted compliance documentation, regulatory surveillance, audit-prep automation, and bilingual extension content. Built on retrieval-augmented generation (RAG) over the GlobalG.A.P. v6 standard, EU MRL database, EU–SADC EPA texts, and SPS protocols.
Stack: OpenAI, Anthropic Claude, and open-source models via Hugging Face (Llama, Mistral). LangChain / LlamaIndex for retrieval pipelines. Fine-tuned on agricultural domain language where the use case warrants it.
04
Agentic systems
Multi-step decision-support agents for agronomic Q&A, spray-window recommendation, compliance walkthroughs, and market-intelligence briefings. Agents reason over the firm's knowledge base and the client's operational data, with human-in-the-loop validation built in.
Architecture: Tool-using agents with structured outputs, supervised by a senior agronomist on every recommendation that touches a regulatory or commercial decision.