A curated collection of projects built by the Agentics NZ community using AI agents.
- Featured — Highlighted projects, pinned to the top of the gallery
- Built with AI Agents — Applications, tools, and projects created using AI agents
- Education — Frameworks, courses, and platforms that teach how to work with AI agents
- Tools for AI Agent Development — Primitives, libraries, and infrastructure that help build AI agents
A self-contained local AI inference platform — a reverse proxy managing llama.cpp backends with auth, scheduling, and a management dashboard, all in a single Docker image.
Description: Routes requests across multiple LLM backends behind an OpenAI-compatible API, with OIDC authentication, per-user API tokens (SHA-256 hashed), GPU memory–aware scheduling and reservations, automatic vision/projector detection for multimodal models, and TLS via manual certs or Let's Encrypt. Network isolation keeps backend containers unreachable from the host via dual Docker networks.
Stack: Rust (Axum), TypeScript / React dashboard, SQLite, Docker Compose, llama.cpp
Builder: Graham Rostron-Wood for Agentics NZ
Links:
- 🌐 Live: Sovereign Engine API Portal
- 🐙 GitHub: agenticsnz/sovereign-engine
Projects in this section are full applications, products, and prototypes built using AI agents as part of the development workflow.
A gamified object scanning app where you earn "burden" as an unpaid intern.
Description: Turn your life into a corporate simulation. Scan everyday objects to earn burden, track your progress through corporate ranks, and climb from Unpaid Intern to Contractor.
Stack: TBD
Builder: Waylon Kenning
Links:
- 🌐 Live: sadsalaryman.com
AI-powered home contents valuation for insurance.
Description: Identify, value, and catalog your home contents in minutes with AI. Snap photos of items, get instant NZ pricing with GST included, and export professional PDF inventories for insurance claims.
Stack: TBD
Builder: Waylon Kenning
Links:
- 🌐 Live: insurescan.website
IT Portfolio Planning & Visualisation.
Description: Map initiatives across time, sequence dependencies, track costs, and report on progress. A visual timeline tool for IT portfolio planning with conflict detection, critical path analysis, and budget visualisation.
Stack: React, TypeScript, Vite, Tailwind, IndexedDB (Dexie)
Builder: Waylon Kenning
Links:
- 🌐 Live: scenia.website
- 🐙 GitHub: waylonkenning/scenia
Integrated Repository for Information & Systems — a web-based architectural modeling tool.
Description: Create, manage, and version architectural entities, relationships, and diagrams in a repository-first system where entities are the source of truth and diagrams are projections. Supports Simple View, UML, ArchiMate, and sequence diagrams with an interactive knowledge graph, collections and sets, audit logging, and full keyboard accessibility (WCAG 2.2 AA).
Stack: SvelteKit, Svelte 5, @xyflow/svelte, Tailwind CSS v4, FastAPI, SQLite / Supabase (PostgreSQL), Argon2id + JWT auth
Builder: Chris Barlow
Links:
- 🌐 Live: Iris UAT
- 🐙 GitHub: cgbarlow/iris
An interactive web experience celebrating Matariki, the Māori New Year.
Description: Explore the nine stars of the Matariki cluster through an interactive navigator that pairs traditional stories and cultural significance with a guided star-finding experience. Built with respect for Māori culture and traditions.
Stack: JavaScript, HTML, CSS, Netlify
Builder: Chris Barlow
Links:
- 🌐 Live: matarikinav.netlify.app
- 🐙 GitHub: cgbarlow/matariki
Projects in this section are frameworks, methodologies, courses, and platforms that teach people how to work with AI agents — whether through structured guidance, gamified practice, or governance reference material.
A reference framework for governed execution of AI agents.
Description: Teaches how to build agentic systems where agents do bounded work while a deterministic orchestrator owns scope, policy, verification, audit, and approval. Covers the "agentic software factory" model — supervisor, planner, implementer, and reviewer roles — with concepts, architecture, build guidance, and governance reference material. Frames agent control as an architecture problem rather than a prompt problem, emphasising constrained, reconstructable, and reviewable execution over apparent autonomy.
Stack: Reference framework / methodology — concepts, architecture patterns, governance and audit guidance
Builder: Perttu Isotalo
Links:
- 🌐 Live: agentics.is
A quest-based engagement platform that reframes community participation around adventure rather than obligation.
Description: Game Masters design quests with objectives, deadlines, and difficulty levels. Community members accept quests from a Bounty Board, submit evidence to complete objectives, and earn points and skill tier progression. Built on the philosophy that "obstacles are expected" on quests, whereas goals frame struggle as failure.
Stack: Next.js 15, React 18, TypeScript, Tailwind CSS, shadcn/ui, Supabase, TanStack Query, React Hook Form, Zod, Vitest, Netlify
Builder: Chris Barlow
Links:
- 🌐 Live: guildhall.agentics.org.nz
- 🐙 GitHub: cgbarlow/guild-hall
Projects in this section are libraries, frameworks, and tooling that help creators.
Assemble a party of AI advisors with genuinely different perspectives.
Description: A plugin system for Claude Desktop and Claude Code CLI that frames collaborative problem-solving as a quest. Six animal-based agents provide distinct viewpoints while three NPC characters (Gandalf, Guardian, Dragon) offer mentorship, progress evaluation, and adversarial testing — helping surface blind spots and stress-test ideas before they matter. Built on the Six Animals framework with Markdown-based persistence for campaign state.
Stack: Claude Desktop / Claude Code plugin, Markdown persistence (.campaign/quest.md), CC-BY-SA-4.0
Builder: Chris Barlow
Links:
- 🐙 GitHub: cgbarlow/campaign-mode
A continuous AI cognition platform that lets models learn from experience and consolidate knowledge across sessions.
Description: Uses Sudoku as a research testbed to implement a learning loop where AI plays puzzles, makes mistakes, "dreams" (consolidates experiences into patterns), and improves over time — with no external hints or deterministic fallbacks. Implements the GRASP Loop (Generate → Review → Absorb → Synthesize → Persist) with three clustering algorithms: FastCluster, DeepCluster, and LLMCluster.
Stack: TypeScript, Node.js 20+, SQLite, OpenAI-compatible APIs (LM Studio, OpenAI, Anthropic, Ollama, OpenRouter)
Builder: Chris Barlow
Links:
- 🐙 GitHub: cgbarlow/machine-dream_AG
An enhanced Architecture Decision Record format for AI-assisted development teams.
Description: Addresses structural inconsistency and the conflation of decision rationale with implementation details in existing ADR practice. Provides standardised templates, dependency tracking between decisions, and governance metadata so humans and AI agents can capture and maintain architectural choices with clarity. Language-agnostic and designed to integrate with ADR tooling via options like adr new --mode=enhanced.
Stack: Markdown specification, language-agnostic templates
Builder: Chris Barlow
Links:
- 🐙 GitHub: cgbarlow/adr
The professional's alternative to "chat-and-hope" AI agents — a deterministic AI operating system for surgical implementation, testing, documentation, and audit compliance.
Description: A single-binary orchestration layer that wraps AI CLI tools (Claude Code, Codex, Gemini CLI) or any OpenAI-compatible API (Kimi, Mistral, Ollama, DeepSeek, Together AI) with deterministic infrastructure: a 5-stage blueprint pipeline (gather_context → implement → lint → test → review), task classification and routing, quality gates, checkpointing, a memory system that extracts learning patterns across runs, predictive file loading, and a Claude Code–compatible skills system. Ships with an MCP server, an embedded React/Vite web UI, and a Bubble Tea TUI. Coordinator multi-agent mode lets a frontier model decompose tasks for parallel workers.
Stack: Go (single binary), React / Vite (embedded web UI), Bubble Tea (TUI), MCP / JSON-RPC, optional BitNet for local intent classification, MIT licensed
Builder: Perttu Isotalo
Links:
- 🌐 Live: openexec.io
- 🐙 GitHub: openexec/openexec
A containerised, contract-governed memory and retrieval service for AI-native applications.
Description: MNEMOS provides a unified, domain-agnostic memory layer featuring TurboQuant 4-bit compression, forensic PostgreSQL audit ledgers, configurable semantic routing tiers, and a conditional Cross-Encoder reranking lane. It abstracts away brittle embeddings and database glue code into a robust REST API and Python SDK, built primarily as an appliance for autonomous agents requiring persistent, scalable cognition.
Stack: Python, FastAPI, Qdrant, PostgreSQL, pgvector, Docker, CUDA, BAAI/bge-base
Builder: MNEMOS Contributor
Links:
- 🐙 GitHub: ro0TuX777/MNEMOSv2
To add a project to the showcase:
- Fork this repository
- Add your entry to the appropriate section using the format below
- Submit a pull request
- Featured — Curated highlights, pinned to the top of the gallery. Reserved for projects that exemplify the community; ask a maintainer before adding here.
- Built with AI Agents — Applications, tools, and products built using AI agents.
- Education — Frameworks, methodologies, courses, and platforms that teach how to work with AI agents.
- Tools for AI Agent Development — Libraries, frameworks, and infrastructure that help build AI agents.
### Your Project Name

One-paragraph description of what it does.
**Description:** A longer description if needed.
**Stack:** Tech stack (e.g. React, Python, Claude API)
**Builder:** Your name or company
**Links:**
- 🌐 Live: https://...
- 🐙 GitHub: https://github.com/...- Max dimensions: 1200px wide
- Format: PNG or JPG
- File name:
{project-name}.pngin the/screenshotsfolder - Add the image reference right after your project title












