I kept leaving my terminal.
A developer built a CLI tool called 'shortcuts' that displays keyboard shortcuts, commands, and notes from a plain-text Markdown file directly in the terminal. The tool aims to reduce context switchin…
A developer built a CLI tool called 'shortcuts' that displays keyboard shortcuts, commands, and notes from a plain-text Markdown file directly in the terminal. The tool aims to reduce context switchin…
GitHub CEO Thomas Dohmke argues that version control must evolve to support AI agents as primary code producers, proposing that session logs be stored alongside code in repositories to capture intent …
A new attack exploits Git's support for symlinks to trick AI coding assistants into writing an attacker's SSH key into a victim's authorized_keys file. The technique, which involves committing a malic…
A developer shared their favorite zsh/bash shortcuts, including functions and aliases for Git operations, file management, and image conversion. The shortcuts, many AI-generated, aim to save time on f…
Linus Torvalds said at Open Source Summit India 2026 that he no longer considers himself a programmer but a development lead, relying on Git and email for kernel maintenance. He noted that AI tools ar…
A developer created Causari, a local CLI tool that records AI agent actions as causal events to track intent and provenance behind code changes. Unlike Git, which tracks what changed, Causari answers …
Ito CTO Evan released Moo, an open-source tool that versions machine states alongside Git repos, enabling isolated microVM environments for each branch or agent attempt. The tool uses copy-on-write di…
A development team is merging 60 AI-generated pull requests per person per week, leading to an unrecognizable codebase with mounting technical debt, duplicated code, and fragile architectures, accordi…
The integrated development environment (IDE) is being replaced by agentic development environments (ADEs) as AI-powered coding agents take over code writing. Developers now manage multiple agents work…
ProductSpec, an open standard for documenting software intent before implementation, has been released. It provides a portable Markdown format for product decisions that precede tickets, engineering p…
A developer created a Kilo CLI command called 'release-note' that automates the generation of structured changelog entries from staged and unstaged Git changes. The tool scans modified files, prompts …
Baerly-storage, a document database that runs per request without a dedicated server, was released on Hacker News. The database lives in an S3/R2 bucket and executes entirely within an HTTP request ha…
A developer demonstrates how to run AI code review locally using Ollama and models like Mistral 7B or Llama 2 13B, avoiding cloud dependencies and privacy concerns. The approach integrates with Git ho…
A developer compares OpenCode and Claude Code for running AI models against codebases, favoring OpenCode for its open-source nature, git-native flow, and hybrid cost control, while acknowledging Claud…
Matthew created a production-ready PowerShell prompt that supports PS 5.1 and PS 7+ with segments for Git, Python venv, Conda, Node, .NET SDK, exit code, jobs, admin, Kubernetes, Azure/AWS/GCP, depth,…
A developer argues that Git is more essential than ever in the age of AI-generated code. The developer explains that Git commits provide safe rollback points for AI changes, diffs are crucial for veri…
Anysphere released Cursor 3 on April 2, 2026, rebuilding the IDE around parallel agents isolated by Git worktrees. The shift from a linear assistant to asynchronous delegation introduces cognitive and…
NVIDIA Research introduced HORIZON, a hands-free agent framework for hardware design that treats RTL development as repository-level code evolution, achieving 100% completion across every evaluated be…
A developer released simpleagentchat, a single C# file enabling inter-agent collaboration via a shared chat, role instructions, and goal tracking within a Git repository. The tool requires no hosted s…
A developer consolidated their entire life—journaling, self-analysis, investing, hobbies, and parenting—into a single Git repository designed to be read by AI agents via Claude Code. The repository us…