Tag
DeepSeek has open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding models.
An analysis of why running more than three parallel agents in Claude Code hits a bottleneck, revealing a duty-cycle problem where the developer becomes the primary latency source, and the 'join' process of merging parallel outputs is the biggest time cost.
A developer reports that using Qwen3.6-27B for vibe coding introduced subtle bugs in their codebase and asks the community for best practices to reduce errors when working with the model.
LiveDocs is an open-source, self-hosted chat box that answers documentation queries using both structured docs and the actual codebase, citing exact file locations to prevent stale or missing answers.
This paper introduces RL4F, an offline reinforcement learning benchmark for plasma control in nuclear fusion, providing closed-loop evaluation environments and baseline comparisons across four profile tracking tasks using real tokamak data from DIII-D. The codebase and datasets are open-sourced to foster further research.
A user praises a command or tool called /improve-codebase-architecture, describing it as a rarely seen wonderful skill.
MashuPack converts codebases into a single clean file for use with Claude and ChatGPT, streamlining AI-assisted code review.
Sheing Ng built Grok-Wiki, a native desktop app powered by Grok CLI that turns any code repository into a searchable wiki, enabling users to generate documentation, ask questions, and explore codebases locally.
Mintlify released mintlify.wiki, an auto-doc generator that keeps docs in lock-step with code, joining similar tools like DeepWiki and CodeWiki.