The top of the list is still the decision-model cluster, now with two ways to own it. NandhaKishorM/laya answers a typed choice, a score or a yes/no flag about any text in one 33-millisecond forward pass, generating nothing that could be misread. jaredpalmer/kev publishes the open-weights recipe, three Qwen3.5-based sizes you can train yourself that answer choice, yes/no and rating questions with probabilities in a single request. mizorewww/laya-mlx skips training entirely and ports the engine to Apple’s MLX runtime, where a short typed question lands in about 13 milliseconds with zero output tokens. Tune the behavior with kev; just want the fastest local answer, start with laya-mlx.

The middle of the list is an argument about what an agent runtime should guarantee. unreallabsai/unreal-agent answers with durability: every input carries a caller-supplied ID and is deduplicated, sessions are append-only histories that can be forked, and tool calls become serializable operations executed asynchronously, so a retry is safe by construction. google/ax answers with operability, declaring the task, repos, MCP servers and network allowlist in one YAML file and launching the agent into a sandbox you can SSH into. deepseek-ai/deepseek-harness takes the modular route, treating everything as a replaceable plugin behind a web interface, though it is still a developer preview.

Around them: CopilotKit/openmuse wraps an agent in a self-hosted personal app for iOS, Android and web, with a persistent browser, an optional Linux terminal and inline approvals, plus a Take control button that opens the agent’s own browser session when you want to drive. browser-use/jev-ultrafast stays minimal, picking each click and typed word in one model call, with a README demo that finds a Zürich to London flight in about seven seconds. hypit-ai/hypit gives a coding agent a language for video, rebuilding a reference clip into a full workflow of footage, captions and B-roll. And jev-chat/jev-chat-jarvis remains on the phone, reading the on-screen chat and drafting ranked replies it never sends for you.