Elodin Open-Sources AI Racing Harness with Real-Time Betaflight Simulation for AI Grand Prix Contestants

Elodin has released an open-source simulation harness for contestants of the AI Grand Prix. The harness matches the published competition constraints and message format, giving teams a way to prepare while waiting for the official Round 1 virtual qualifier sim. It runs against real Betaflight firmware — which Dan from Elodin notes requires at least 1000 sensor samples per second to run correctly in real time.
Key Technical Details
- Direct camera sensor generation: Instead of connecting to Unreal or a similar game engine (heavy for this use case), the harness generates camera sensor samples directly inside the simulation loop. This keeps it lightweight and easier to use.
- Built with Rust Bevy game engine: Currently the visual fidelity is basic, but using Bevy should allow quick improvements. The team expects contestants to be able to shift their implementations to the official competition sim once it lands.
- Real Betaflight integration: The harness interfaces with the actual Betaflight flight controller stack, which is the standard for racing drones. The 1000-sample-per-second requirement was discovered during development.
The harness is open source and available now. It's not fancy yet, but it serves the practical purpose of letting teams test their AI agents against realistic constraints before the official sim is released. Feedback is welcome.
📖 Read the full source: HN AI Agents
👀 See Also

Artifactr: Local-first CLI tool for managing AI coding agent artifacts
Artifactr is a free, open-source CLI tool for managing LLM artifacts like skills, commands, and agent definitions. It stores files in portable vaults with no network connections and supports automatic syncing via symlinks.

SkillsGate: Open Source Marketplace for AI Coding Agent Skills
SkillsGate is an open source marketplace that indexes 45,000+ skills for AI coding agents like Claude Code, Cursor, and Windsurf. It provides semantic search with vector embeddings and one-command installation via npx.

Agentlint: GitHub App that catches CLAUDE.md contradictions and broken pointers on every PR
Agentlint is a GitHub App that audits your full agent-rules surface (CLAUDE.md, AGENTS.md, skills, hooks) on every PR, posting inline comments for contradictions, broken paths, and unsupported harness features. Free for public repos.

TradingView MCP Server Enables Claude to Backtest Trading Strategies
A developer has released an MCP server that allows Claude to backtest six trading strategies using Yahoo Finance data without API keys. Setup involves adding one line to the claude_desktop_config.json file.