miuuyy/Astra-Ares
Adaptive reasoning effort for GPT-6 Astra during Codex tasks, powered by Jev to reduce token usage.
About the project
Experimental reference tool that dynamically selects reasoning effort for GPT-6 Astra via Jev during Codex tasks to reduce token usage. Requires building a patched Codex CLI from source.
Useful for
- Build the patched Codex CLI from source to experiment with adaptive reasoning effort
- Check local installation and configuration with the ares doctor command
- Integrate adaptive reasoning effort selection into your own agent systems
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 120 stars so far today, about 139 expected by the end of the day.
- The repository is 0 days old and already has 118 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #177.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 118
- Today
- 120 · ≈ 139 by evening
- Forks
- 2
- Issues and pull requests
- 2
- Watchers
- 1
- Language
- JavaScript
- License
- MIT
- Created
- September 22, 2026
- Last push
- September 22, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 22, 2026Top new repositories this week: #172
More in this category
-
9.2
google/ax
A declarative orchestrator for running autonomous AI agent workloads in a cluster, using a Kubernetes-like model with Task, Workspace, Gateway, and Model manifests. It sandboxes agents, pre-wires their environment, and…
-
9.2
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
8.4
zai-org/ZCode
Z.ai's coding agent workbench: an Electron desktop app, browser UI and terminal Agent CLI. The repo contains the client, backend, shared UI and the agent CLI/runtime sources.
-
8.3
browser-use/jev-ultrafast
A browser agent with a dynamic, indexed action space: given one natural-language goal it picks an operation (CLICK, TYPE_TEXT, SELECT, etc.) and an element, using a small LLM to generate text only for typing.
-
8.1
jev-chat/jev-chat-jarvis
Android app that reads the on-screen chat via AccessibilityService, judges the other side's intent with the Jev model, and shows 3 ranked reply drafts in a translucent overlay. Replies are filled into the input box but…
-
7.4
unreallabsai/unreal-agent
Async-first agent harness in Go: sessions with persisted forkable history, input deduplication, an LLM-turn coordinator, and asynchronous operation execution via swappable components.