AI WROTED THESE...

MARGINLAB

RELEASED // 2024-10-15

Educational stock market platform that teaches users how to manage a portfolio using margin responsibly. Combines portfolio management, margin requirement calculators, and trade suggestions.

MARGINLAB dashboard with portfolio management and critical margin stress test panels
// Interactive:
Margin calculators and trade simulations.
svelte finance education margin-math

GO RADAR (skill)

RELEASED // 2024-09-15

AI agent skill that produces a weekly Go ecosystem radar report as a self-contained HTML file. Covers Go compiler/runtime, proposals, releases, and community articles.

// Automated:
Curated weekly reports from community signals.
GO RADAR weekly Go ecosystem technical report layout with compiler, proposals, and security panels
ai-agent go curation automation

CTI MCP

RELEASED // 2024-08-15

Cyber Threat Intelligence MCP server — provides real-time CVE and threat intelligence data from multiple sources via the Model Context Protocol.

// Architecture: SQLite (pure-Go), Transport: MCP stdio, Sources: 5 independent providers.
CTI MCP server rack dashboard with threat intelligence map and CVE data tables
mcp threat-intel go security

BLACKED

RELEASED // 2024-07-15

High-performance URL blacklist aggregator with multi-bloom filtering and scoring. Collects threat intelligence from multiple sources, decomposes every URL across 6 bloom dimensions, and answers "is this URL blocked?" in ~0.4ms.

BLACKED — structural schematic of multi-bloom URL decomposition across host, path, query, TLD, registrar, and reputation dimensions
// Performance:
Sub-millisecond bloom check latency at scale.
go performance security bloom-engine