AIAny
AI Infra2016
Icon for item

openpilot

Upgrades supported cars with an open robotics operating system for driver assistance, combining vehicle integration, safety testing, data collection, and community development around comma.ai hardware.

Introduction

The important point is that this is not just an autonomy demo. openpilot is a long-running attempt to ship a robotics stack into real consumer vehicles with hardware, safety, compatibility, and data constraints exposed.

What Sets It Apart

It supports many car integrations and pairs driving software with comma hardware, safety code, simulation, and hardware-in-the-loop testing. The data loop from road usage and community development is central to the system.

Who Should Use It

Great fit if you study practical autonomy stacks, driver-assistance systems, or vehicle robotics code. Look elsewhere if you want a plug-and-play product with no safety responsibility or local-law concerns.

Information

  • Websitegithub.com
  • Authorscomma.ai
  • Published date2016/11/24

More Items

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.