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

Council: A Structured Dialogue Framework for Claude
Council — A Crucible is a structured dialogue framework that runs inside a single Claude context window, using persona framing to produce four distinct modes of engagement: rigorous interrogation, generative action, lived experience, and unformed intuition.

Manifest Adds MiniMax Token Plans with M2.7 Model Support
Manifest, an open source routing layer for OpenClaw, now supports MiniMax token plans starting at $10/month. The new MiniMax M2.7 model is specifically built for OpenClaw workflows and achieves 62.7 on MM-ClawBench and 56.2 on SWE-Bench Pro.

AIsbf 0.9.8 adds caching, routing improvements, and expanded AI service support
AIsbf 0.9.8 is an API proxy/router that exposes an OpenAI-compatible interface to multiple AI services. This release adds Redis, SQLite, MySQL, and file-based caching, improved semantic routing, and full OAuth2 support for Claude.ai, Amazon Kiro-cli, OpenAI Codex, and Kilo.ai subscribers.

TeamOut AI Agent for Company Retreat Planning
TeamOut has launched an AI agent that plans company events through conversation, handling venue sourcing, vendor coordination, flight cost estimation, itinerary building, and project management. The system uses multiple LLMs and specialized tools to manage planning as a stateful coordination problem.