ELSEIF
Your brief EB
204 stories from 71 feeds 32 clusters Refreshed 7 minutes ago next pull 14:05

TOPIC

Dev tools

Editors, build systems, version control, and CI. Tooling that changes how a working day feels, measured by what it removes rather than by what it adds to the sidebar.

2TODAY
8FEEDS
4mMEDIAN
FEEDS GitHub 6 Martin Fowler 4 InfoQ 2 Docker 2 Lobsters 1 MIT Technology Review 1 Rust Blog 1 Slashdot 1

DEV TOOLS

Everything in Dev tools.

01 473 -5

Dev tools Docker

Empty sandboxes break developer experience

Why it matters — The setup tax of reinstalling tools and wiring credentials into every fresh sandbox pushes developers to skip isolation and run agents directly on the host. Kits make sandbox configuration reusable and composable, and their credential proxy pattern keeps secrets on the host while still giving the agent functional access to approved services.

1 feed
7 min
02 372 -2

Dev tools Hacker News

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

Why it matters — Engineers managing DGX Spark hardware gain a declarative, reproducible alternative to the Ubuntu-based DGX OS. The project handles the integration challenges—GPU driver discovery via nix-gl-host for CUDA applications on non-NixOS systems, a custom NVIDIA kernel for full hardware support, and a kernel config management approach that tracks only differences from NixOS defaults, cutting verbosity by roughly 82%.

1 feed
7 min
03 194 new

Dev tools Martin Fowler

The Conductor Developer

Why it matters — Engineers using AI agents report running eight to twelve agents in parallel, which demands constant context-switching and rapid evaluation of agent output rather than sustained flow states. The skills that matter most are shifting toward managing attention and energy, deciding which agent tackles which problem, and judging what deserves rework versus what can move forward.

1 feed
5 min
04 185 new

Dev tools Martin Fowler

The Orchestrator's Tax

Why it matters — Engineers building multi-agent AI workflows need to treat the orchestrator's context window as a scarce resource where every token competes for attention. Status-checking mechanisms that dump full subagent transcripts into the main thread can impose costs that dwarf the duplication overhead of running multiple agents, making deliberate delegation rules essential rather than optional.

1 feed
14 min
05 185 new

Dev tools Martin Fowler

Why I’m Writing Rachel’s Ramblings

Why it matters — Laycock occupies a vantage point where she sees patterns across many clients and teams, and her commitment to share those observations could surface insights about how AI is reshaping software development and organizational strategy sooner. The series signals a senior industry figure choosing to publish early-stage thinking, which may make emerging patterns visible to practitioners before they crystallize into conventional wisdom.

1 feed
4 min
06 185 new

Dev tools Martin Fowler

Experiences with local models for coding

Why it matters — For engineers evaluating local models, RAM is the binding constraint and quality is still hit-or-miss compared to cloud-hosted models. The gap between autocomplete and agentic coding viability is substantial—smaller models may work for completion but struggle with the tool calling that agentic use requires.

1 feed
11 min
16 135 new

Dev tools Lobsters

Accepting a messy git history

Why it matters — GitHub's release of stacked pull requests has reignited this debate, highlighting that tooling is increasingly accommodating less rigid git workflows. For engineers, this suggests that enforcing strict rebasing policies may be unsustainable without high discipline, making squash merges and accepting a messier main branch a more practical default.

1 feed
2 min
18 105 -1

Dev tools Slashdot

New GitHub, PyPI Policies Hope to Boost Supply Chain Security

Why it matters — These policies shift the balance of speed versus security, forcing a delay in dependency updates and ending the practice of appending new wheels to old releases. Engineers relying on Dependabot will see slower rollouts of non-critical updates, and Python maintainers must now issue new version bumps for compatibility changes like Python 3.14 support rather than patching old releases.

1 feed
2 min
Showing 22 of 22 0 saved