Open source tools, experimental apps, and utilities we build to solve our own problems.
Intent Large Language Compiler
Compile human intent into deterministic software. ILLC treats your specification as the canonical source of truth, producing predictable, reproducible, and deterministic results.
Local models for fast, private, and offline-supported generation.
Massive frontier models for complex architecture, UI, and automated repair loops.
Human-in-the-loop resolution for advanced algorithmic challenges.
project "Bug Blaster" {
type: "Game"
theme: "Neon Cyberpunk"
resolution {
edge: "Llama-3-8B"
frontier: "GPT-4o"
}
mechanics {
player: "Spaceship"
enemies: ["Spider Bot", "Beetle Drone"]
}
}
A comprehensive macOS security tool designed to monitor file system changes and network traffic in real-time. It features a heuristic-based Suspicion Engine capable of detecting unauthorized "AI Agent" activity.
Detects AI Agent activity and protects sensitive files like SSH keys and AWS credentials.
Real-time packet capture, process identification, and threat detection.
Performance-optimized menu bar app with low CPU usage and detailed event logging.
β οΈ Developer Note: This application is a security tool and requires deep system access. It is not sandboxed and cannot be shipped via the Mac App Store. The installer is provided for convenience, but we strongly recommend reviewing the open source code and building it yourself if you have the expertise.
class SuspicionEngine {
func analyze(event: FileEvent) {
if event.isSensitive {
// Detect access to .env or keys
alert("High Value Target Accessed")
}
if isAIProcess(event.process) {
// Flag autonomous modification
log("AI Agent Activity Detected")
}
}
}
We are avid hikers and climbers and this weather and avalanche risk estimation tool will help you to stay safe and pick the hikes with best conditions.
Snow depth, temperature, and wind speed data for informed planning.
Proprietary "Now" and "Tomorrow" safety status indicators for hikers.
Full topographic maps with trail overlays and avalanch risk drawn on trail