Built by Agenturnal

Open source tools, experimental apps, and utilities we build to solve our own problems.

AI Infrastructure

ILLC

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.

🌐 Edge Resolution

Local models for fast, private, and offline-supported generation.

πŸš€ Frontier Resolution

Massive frontier models for complex architecture, UI, and automated repair loops.

🧠 Expert Resolution

Human-in-the-loop resolution for advanced algorithmic challenges.

BugBlaster.illc
project "Bug Blaster" {
  type: "Game"
  theme: "Neon Cyberpunk"

  resolution {
    edge: "Llama-3-8B"
    frontier: "GPT-4o"
  }

  mechanics {
    player: "Spaceship"
    enemies: ["Spider Bot", "Beetle Drone"]
  }
}
Security Tool

ModernMonitor

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.

πŸ›‘οΈ Suspicion Engine

Detects AI Agent activity and protects sensitive files like SSH keys and AWS credentials.

🌐 Network Monitor

Real-time packet capture, process identification, and threat detection.

πŸ–₯️ Native macOS

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.

SuspicionEngine.swift
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")
        }
    }
}
Hobby Project

GreenPeaks

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.

πŸ”οΈ Live Alpine Metrics

Snow depth, temperature, and wind speed data for informed planning.

⚠️ Risk Estimation

Proprietary "Now" and "Tomorrow" safety status indicators for hikers.

πŸ—ΊοΈ Interactive Maps

Full topographic maps with trail overlays and avalanch risk drawn on trail