26 open-source projects.

Every repository is both a research contribution and a usable tool — MIT or GPL-3.0 licensed for the community.

26 Projects
5 Domains
8 Languages
100% Open Source
LLM Cognition & Prompt Theory
memorg Python

Research into persistent agent memory architectures. Structured, queryable memory systems for long-running LLM agents.

MIT memory code
mpl Rust

Contracts, quality measurement, and audit trails for AI agent communication — between MCP, A2A, and your application.

MIT ★ 1 agent-protocol code
mullama Python

Investigating unified local LLM serving. A drop-in Ollama replacement exploring model management and inference unification.

MIT llama.cpp code
blogus Python

Studying prompt lifecycle management. Extracts prompts from codebases and versions them as first-class dependencies.

MIT ★ 1 prompts code
direktor Python

Exploring multi-modal generation pipelines. Text-to-video synthesis combining LLM scripting with generative media models.

MIT generative-ai code
l0l1 Python

Studying AI-assisted data analysis with formal validation. An SQL co-pilot that learns query patterns while preserving privacy.

MIT sql code
perishable TypeScript

Investigating ephemeral credential models for AI APIs. Scoped, time-limited token proxies for secure LLM access.

MIT security code
promptel JavaScript

Exploring declarative prompt specification as a formal language. Write once, run anywhere — treating prompts as portable, typed artefacts.

MIT ★ 1 prompts code
route-switch Go

Research into cost-quality optimisation for LLM routing. Implements MIPROv2-based automatic prompt tuning and model selection.

MIT MIPROv2 code
Safe & Verifiable Computing
gpuemu Rust

Catch silently-wrong CUDA/Triton kernels before they ship — a GPU-less correctness oracle that finds the bugs a single-shape torch.allclose check misses.

MIT gpu code
memista Rust

Research into lightweight vector similarity search. SQLite-backed approximate nearest neighbour retrieval in pure Rust.

GPL-3.0 ★ 2 vector-db code
tessera Python

Open-source privacy protocol for authenticated, metadata-private messaging — Schnorr zero-knowledge proofs, per-recipient blinded pseudonyms, and (ε,δ)-differentially-private cover traffic. No central authority.

MIT privacy code
zviz Zig

Research into minimal-overhead sandboxing for untrusted code execution. Lightweight container isolation in pure Zig.

MIT ★ 1 sandboxing code
embedcache Rust

Studying caching strategies for high-dimensional vector computations. Eliminates redundant embedding recomputation at scale.

GPL-3.0 caching code
liath Lua

Exploring programmable database architectures with embedded scripting. Lua-native data storage for AI workflow prototyping.

GPL-3.0 database code
liath-rs Rust

Liath reimplemented in Rust with RocksDB. Studying performance characteristics of pluggable storage engines with Lua query interfaces.

GPL-3.0 RocksDB code
numaperf Rust

Investigating topology-aware scheduling for latency-critical workloads. NUMA-first memory allocation and thread placement in Rust.

MIT NUMA code
polymathy Rust

Investigating the transformation of keyword search into semantic answer generation. Async chunking and embedding pipelines in Rust.

GPL-3.0 search code
Formal Optimisation & Decision Science
savanty Python

Bridging natural language and constraint satisfaction. Describe optimisation problems in English, receive mathematically guaranteed solutions via formal solvers.

MIT solver code
sigc Rust

Research into compiling quantitative trading signals from visual specifications. From alpha hypothesis to verified executable in minutes.

MIT ★ 2 🍴 2 quant code
compere Python

Studying efficient ranking under sparse feedback. Multi-armed bandit algorithms for achieving better orderings with fewer pairwise comparisons.

MIT MAB code
Edge Intelligence & On-Device AI
llamafu Dart

Investigating on-device LLM inference limits. Running full language models on mobile hardware via Flutter with zero cloud dependency.

MIT Flutter code
anouk JavaScript

Studying LLM integration patterns for browser extensions. A framework for rapid development of AI-augmented web experiences.

MIT browser-extension code
slorg JavaScript

Research into deliberative search interfaces. A SvelteKit engine that reasons about query intent before retrieving results.

MIT SvelteKit code
ukkin Dart

Exploring mobile-first agent architectures. On-device AI agents that browse, observe, and automate tasks autonomously.

MIT ★ 1 Flutter code
Robotics & Autonomous Systems
waremax Rust

High-fidelity discrete-event simulation for warehouse robotics — RMFS, AMRs, task allocation, and reinforcement-learning benchmarks in Rust.

MIT robotics code