Built a self-hosted contextual bandit appliance in Rust. Deployed it against a live AI trading product. Found two bugs in my own configuration before I found any in the runtime.
Summary
Announces two open-source Rust projects: Lycan (a graph execution language for contextual bandits) and Syntra (a self-hosted Docker appliance for serving Lycan capsules). The author dogfoods them on a live AI trading product, discovering that data pipeline bugs, not algorithm issues, dominated the adaptation work.
Similar Articles
Built an open Agentic AI system in Rust with customizable agent loops (TigrimOSR)
Announces TigrimOSR, an open-source agentic AI system built in Rust with customizable agent loops.
Having difficulty finding customers so I decided to release my business for everyone to use freely and build on it
The author open-sources their Rust-based browser automation tool with infrastructure and deployment features, originally a business, now free for AI agent development.
@hetmehtaa: Local AI for Penetration Testing & Research https://projectblack.io/blog/local-ai-for-cyber-security/…
A blog post benchmarks four approaches (Semgrep, GLM 5.1 with Strix, cloud SOTA with code review skill, and local AI with a custom harness) for finding a known LFI vulnerability in PHPIPAM, finding that the local AI harness with a tailored approach outperforms the others.
Learnings from 100K lines of Rust with AI (2025)
A developer shares learnings from building a 100K-line Rust-based multi-Paxos consensus engine using AI coding agents, achieving dramatic productivity gains and performance improvements.
Making Rust supply chain attacks harder with Cackle (2023)
David Lattimore introduces Cackle, a tool that helps prevent supply chain attacks in Rust by using access control lists (ACLs) to restrict what dependencies can do, reducing the risk of malicious code being introduced via third-party crates.