3 links tagged with all of: open-source + developer-tools
Click any tag below to further narrow down your results
Links
This is a tool that extends ChatGPT to run on your actual desktop, read and edit files, execute tests, and split work across multiple AI workers that maintain context between tasks. It's a Chrome extension paired with a local app that gives ChatGPT real capabilities beyond conversation.
- ChatGPT can now access your filesystem, run terminal commands, keep processes open, and see results in real-time instead of just talking about what it would do
- You can spawn multiple workers to handle independent jobs in parallel, and they retain context so the next task picks up where the previous one left off
- You can interrupt and correct long-running tasks mid-execution, and save/resume entire sessions with full worker history using Compact & Resume
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 massive 2.0 update built by 933 contributors over nearly two months, completely overhauling installation, the browser app, and core infrastructure. The update lets people start with existing AI subscriptions and models, then grow their automation workflows from simple tasks to complex multiplayer collaborations.
- The release contains 16,000 pull requests (50% of all PRs ever merged) and touched every part of the platform because simplifying installation forced a complete foundation rebuild
- Installation now uses what's already on your computer—existing ChatGPT/Claude subscriptions, API keys, local models—cutting setup time so you can start having conversations immediately
- OpenClaw introduced shared cloud sessions that turn automation into a multiplayer experience, letting teams collaborate on tasks with full context intact