Competition repo for NM i AI 2026 (Norwegian AI Championship). Three challenges, 69 hours.
Tripletex AI Accounting Agent — 1st place, ~104 points.
AI agent that receives accounting task prompts in 7 languages and executes them via the Tripletex REST API. 30 task types across 3 tiers. FastAPI server with Claude Opus 4.6 and progressive skill disclosure.
Object Detection — YOLO ensemble + ConvNeXt classifier.
Two-stage inference: YOLOv8 ensemble with WBF fusion and TTA for detection, timm ConvNeXt classifier on crops for classification. Python.
A* Island — Pathfinding optimization.
Grid-based pathfinding with terrain costs, oracle predictions, and regime priors. Rust.
MIT