cindy
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
This repository contains the concrete solutions and reproducible scripts produced by the Hyra (Hunyuan Research Agent) across a range of open problems in science, mathematics, engineering, and creative design, with most results surpassing the previous best published values.
100
+6
7
0
NOASSERTION
2026-07-27
It demonstrates the capabilities of a research agent that outperforms prior state-of-the-art on multiple diverse benchmarks (AI4AI, AI4Science, and creative AI4Fun tasks), providing reproducible artifacts that allow the community to verify and build upon its results.
Companion artifacts for Hyra: Hnyuan Research Agent.
This repository collects concrete solutions that Hyra produced across a range of open problems in science, mathematics, engineering, and creative design, released alongside the Hyra launch post. Each folder holds the final solution artifact and, where relevant, the self-contained scripts that reproduce it.
📝 Launch post: hy.tencent.com/research/hyra
Each row compares the best prior published result (Prev best, from the cited system or leaderboard) against Hyra. Arrows mark the better direction (↓ lower is better, ↑ higher is better); the Hyra-winning value is in bold.
| Track | Task | Metric | Prev best | Hyra |
|---|---|---|---|---|
| AI4AI | nanochat_autoresearch | val BPB ↓ | 0.9109 e | 0.9015 |
nanogpt_speedrun | wall-clock ↓ | 77.5 s e | 76.4 s | |
sol_execbench | score ↑ | 0.754 e | 0.771 | |
| AI4Science | autocorrelation_first | C₁ ↓ | 1.502870 a | 1.502850 |
autocorrelation_second | R ↑ | 0.962694 b | 0.962901 | |
erdos_min_overlap | C₅ ↓ | 0.380868 b | 0.380859 | |
sums_diffs | C(A) ↑ | 1.14489 b | 1.21079 | |
packing_records | records broken | n/a f | 100 | |
smallest_adder | params ↓ | 36 c | 15 | |
parp1_docking | objective ↓ | −9.77 d | −10.60 | |
qubit_routing | CNOTs added ↓ | 269,037 b | 258,369 | |
sunspot_symbolic | forecast R² ↑ | 0.47 g | 0.78 |
Prev-best sources.
Research artifacts from Hyra (/ˈhaɪ.rɑː/)
Similar projects matched by category, topics, and programming language.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.