A software professional describes a growing trend where colleagues use AI to retroactively generate design documents, pull request summaries, tickets, and even personal messages after work is already done. The writer argues these AI outputs are technically detailed but lack context, perspective, and human judgment, making them exhausting and frustrating to read despite AI's usefulness for improving writing speed and quality elsewhere.
blog.colinbreck.com
· 2026-09-21
A developer flagged two recurring GitHub interface bugs: one that overcounts pull requests in the repository tab, especially after merges, even though the correct count appears elsewhere on the same page, and another affecting a pop-up window for org membership selection that fails to properly paginate, blocking access to org pages beyond the first. The user worked around the pagination issue by using JavaScript to force navigation within the pop-up, since Chrome wouldn't allow manual editing of its address bar.
chuckgreenman.com
· 2026-09-16
A new tool called Delta has entered public beta, offering a multiplayer workspace where teams write code alongside AI agents and review the results without relying on traditional pull requests. The company behind it says it has already disabled pull requests on its own repository, running all internal collaboration through Delta instead. The tool is available on macOS, Linux, Windows, and via browser, including mobile access to ongoing conversation threads.
zed.dev
· 2026-09-16
OpenClaw released its largest update yet, built by 933 contributors including 569 first-timers and comprising over 16,000 pull requests. The overhaul touches installation, messaging, memory, skills, models, automations, browser and native apps, plugins, and security, and grew out of a simpler plan to rebuild the browser app and streamline setup. The team took nearly seven weeks between releases, far longer than its usual one-to-two-day cadence, to ensure the update didn't break existing installations.
openclaw.ai
· 2026-08-31
RealDiff is an open-source tool that compares two Git revisions by actually running their tests, rather than just diffing source code, to catch behavior changes that ripple beyond the files a pull request touched. It builds a noise baseline from repeated base runs, then flags the first divergent behavior in each call tree, supporting analysis across six programming languages including .NET, Java, and Node.js. A demo shows a one-line change from an unstable to a stable sort algorithm silently altering the output of an unrelated pricing engine elsewhere in the codebase.
github.com
· 2026-08-27
CodeFloe has launched as a professionally hosted public Git forge, using the open-source Forgejo project as its underlying platform. The service provides standard forge features like repositories, issues, pull requests, releases, packages, APIs and migration tools, while adding its own integrations on top through a publicly maintained fork.
codefloe.com
· 2026-08-24