Click any tag below to further narrow down your results
Links
Open Code Review is an open-source CLI tool that uses LLMs to review code diffs and full files with higher precision than general-purpose AI agents while using 9x fewer tokens. It combines deterministic engineering (file selection, rule matching, positioning) with an agent for dynamic decisions, and has been validated across 200 real pull requests from 50 open-source projects.
- Achieves significantly higher precision and F1 scores than Claude Code with the same underlying model, consuming only ~1/9 of the tokens and completing reviews faster
- Uses hard constraints (precise file selection, smart bundling, fine-grained rule matching, external positioning modules) to eliminate common AI agent failures like incomplete coverage and position drift
- Built on production data from Alibaba's internal use across two years serving tens of thousands of developers and identifying millions of defects
OpenClaw released a major overhaul built by nearly 1,000 contributors that simplifies setup, rebuilds the browser experience, and adds multiplayer collaboration features. The 50% increase in pull requests took seven weeks instead of their usual daily releases because the team rewrote both the codebase and their shipping process simultaneously.
- Installation now starts with what's already on your computer (existing API keys, local models, ChatGPT/Claude subscriptions) rather than requiring fresh setup, letting users reach their first conversation faster
- The browser app was rebuilt as a primary experience where users can set up workflows, return to ongoing work, and follow live progress instead of treating it as secondary
- Shared cloud sessions enable multiplayer workflows—teams can collaborate on tasks with full context intact, which the OpenClaw team itself used while building this release
- The update spans every part of the system: installation, messaging, memory, skills, models, automations, plugins, security, and native apps
Garry Tan introduces gstack, a toolset designed to streamline software development using AI. By simulating a team of specialized roles, it enables solo developers to ship code faster and more efficiently. The article outlines its features and how it transforms the development process.
- Garry Tan claims he shipped 600,000+ lines of code in 60 days while running Y Combinator, using this workflow
- gstack packages 15 Claude Code tools that simulate a full team (CEO, Designer, Eng Manager, Release Manager, Doc Engineer, QA) so one person can run a solo "software factory"
- The toolset is open-source and installable, giving solo developers a structured command-based workflow from planning through shipping