Tasks Per Day – A minimalist productivity app that works
3 points by TerrenceTian 11h ago 3 comments
Ask HN: How do I start my own cybersecurity related company?
4 points by babuloseo 1d ago 4 comments
ARES: An open-source platform for robot data ingestion, annotation, and curation
1 jphillips99 1 5/28/2025, 4:18:12 PM github.com ↗
At a high level, ARES is composed of three main components:
- Ingestion: automatically transform raw robot data into a structured format with VLMs - Annotation: annotate the rollouts with pseduo-labels for downstream tasks - Curation and Modeling: understand data distributions and select data for training or evaluation
Who and what is ARES for?
ARES is a platform for understanding robot data, targeted at robot developers and researchers. Researchers and developers suffer from two main problems: building point-solutions for specific tasks or papers and transitioning from research-scripts to production-tools. ARES aims to solve both of these problems by providing a platform for robot data understanding, enabling rapid development of new robot systems.
You can use ARES to:
- Curate and annotate ground-truth teleoperation data - Evaluate the performance of robot models - Analyze batches of robot data to improve policies
I wrote a longer blog post about ARES and why robotics researchers need to adopt scalable platforms instead of script-based point-solutions here: https://a16z.com/ares-an-open-source-platform-for-robot-data...