dev-tools

Tag

Cards List
#dev-tools

@augmentcode: https://x.com/augmentcode/status/2066601905598742969

X AI KOLs Timeline · 2026-06-15 Cached

Augment's Cosmos platform enables AI agents to handle the full software development lifecycle, dramatically reducing code review time from hours to minutes by automating routine checks and focusing humans on design decisions.

0 favorites 0 likes
#dev-tools

@cxjwin: Found a very practical website collecting various ready-made Agent Loop templates. Core idea: stop manually prompting all the time; design the loop so the agent runs the task on its own. It includes Test Until Green, Fix CI Until G…

X AI KOLs Timeline · 2026-06-14

Shared a practical website that collects ready-made Agent Loop templates. The core idea is to let the AI agent automatically complete tasks. It includes common loops like Test Until Green, and is suitable for use with Claude Code and Cursor.

0 favorites 0 likes
#dev-tools

@dabit3: Autonomous Engineering Pipelines are incredibly powerful, but how do you actually build one? The hard parts aren't the …

X AI KOLs Following · 2026-06-12

A guide on building autonomous engineering pipelines, covering integration with services like Slack and GitHub, and highlighting Devin's built-in capabilities for rapid setup.

0 favorites 0 likes
#dev-tools

@ClaudeDevs: Claude Managed Agents can operate in a sandbox you control, on your own infrastructure or with any provider you choose.…

X AI KOLs Timeline · 2026-06-12 Cached

Claude Managed Agents can now operate in a user-controlled sandbox on your own infrastructure, with new integration guides for Blaxel AI, e2b, Google Cloud, Namespace Labs, and Superserve AI.

0 favorites 0 likes
#dev-tools

Nix Flakes and their Guix Equivalents

Lobsters Hottest · 2026-06-12 Cached

A detailed comparison between Nix Flakes and their equivalents in the Guix package management system, covering dependency declarations, pinning, purity, outputs, development environments, and system configuration.

0 favorites 0 likes
#dev-tools

DevCleaner

Product Hunt · 2026-06-11

DevCleaner is a tool that helps reclaim gigabytes of storage space by cleaning up files from development tools and AI applications.

0 favorites 0 likes
#dev-tools

@FeitengLi: Boris Cherny (Claude Code founder and lead) @bcherny and Cat Wu (Claude Code product lead) review Claude Code's first year: one year ago the general version launched, the first demo sent to Slack only got two emojis…

X AI KOLs Timeline · 2026-06-10 Cached

Boris Cherny and Cat Wu of Claude Code recount the first year of the product, highlighting the shift from humans talking to agents to humans talking to loops that drive agents, and how routine agents now handle code review and bug fixes autonomously.

0 favorites 0 likes
#dev-tools

Upcoming breaking changes for NPM v12

Hacker News Top · 2026-06-09 Cached

npm v12 introduces security-related breaking changes to npm install that disable automatic execution of scripts, git dependencies, and remote URL dependencies by default. Users can prepare by upgrading to npm 11.16.0+ and reviewing warnings to explicitly opt into trusted behaviors.

0 favorites 0 likes
#dev-tools

@dabit3: ACP is amazing. Build with every agent from a single pane of glass: Codex Claude OpenCode Devin Gemini plus ~40 other a…

X AI KOLs Following · 2026-06-09 Cached

ACP provides a unified interface to access multiple AI agents including Codex, Claude, OpenCode, Devin, and Gemini, along with ~40 others, from a single app.

0 favorites 0 likes
#dev-tools

@ericzakariasson: here are 3 loops you can run in cursor 1. Flaky-test exterminator /loop run my test suite 20 times, collect every inter…

X AI KOLs Following · 2026-06-08 Cached

Describes a loop command in Cursor to automatically fix flaky tests by running the test suite multiple times, collecting intermittent failures, and fixing or quarantining them until five consecutive green runs.

0 favorites 0 likes
#dev-tools

In Defense of YAML

Lobsters Hottest · 2026-06-08 Cached

A blog post from Posit defends YAML against the prevailing consensus that TOML is superior, tracing the history of configuration formats and arguing that YAML's specification and tooling have evolved to address past criticisms.

0 favorites 0 likes
#dev-tools

@PrajwalTomar_: Vibe coders are getting sued for security mistakes most don't even know they're making. Exposed Stripe keys. Open Supab…

X AI KOLs Timeline · 2026-06-07

Lovable has shipped a new security scanner that runs before every deploy, catching misconfigurations, missing RLS policies, and cloud gaps, with automatic fixes and deep scan capabilities.

0 favorites 0 likes
#dev-tools

The Guix Nix Abomination: Leveraging Guix derivations in Nix

Lobsters Hottest · 2026-06-07 Cached

A technical exploration showing how Nix can build a Guix derivation, highlighting the shared underlying 'Input Output Machine' architecture and the possibility of cross-ecosystem interoperability.

0 favorites 0 likes
#dev-tools

@trevin: We just hit 20K stars for the Compound Engineering repo! https://github.com/EveryInc/compound-engineering-plugin…

X AI KOLs Timeline · 2026-06-06 Cached

Announcing that the Compound Engineering plugin repository has reached 20,000 stars on GitHub. It provides AI agents and skills to make each unit of engineering work easier, focusing on planning and review to avoid technical debt.

0 favorites 0 likes
#dev-tools

@ClementDelangue: Token costs are why there will be no saas apocalypse / good dev tools are cached intelligence for agents! The popular t…

X AI KOLs Following · 2026-06-05 Cached

Hugging Face's hf CLI is shown to be far more token-efficient and successful for AI agents than hand-rolling raw API calls, with benchmarks showing up to 6x fewer tokens and 94% vs 84% task success, demonstrating that good abstractions are cached intelligence for agents.

0 favorites 0 likes
#dev-tools

Boxes.dev

Product Hunt · 2026-06-04

Boxes.dev allows you to run Claude Code and Codex in your own cloud environment.

0 favorites 0 likes
#dev-tools

How are people preserving the debugging path between coding agent runs?

Reddit r/AI_Agents · 2026-06-03

A discussion about preserving the debugging path between coding agent runs, referencing the Visr tool that keeps trajectory alongside diffs, and asking how others handle this.

0 favorites 0 likes
#dev-tools

oh-my-grok: Productivity plugin for the new Grok Build CLI (Ralph loops, skill gates, todo continuation)

Reddit r/AI_Agents · 2026-06-03

oh-my-grok is a lightweight productivity plugin for the Grok Build CLI, adding skill gates, Ralph/Ultrawork loops, todo continuation, and handoff summaries. It is an open-source, early-stage tool that fills the plugin gap.

0 favorites 0 likes
#dev-tools

@windsurf: Introducing Devin Desktop: the next generation of Windsurf Manage fleets of local and cloud agents from one surface Sup…

X AI KOLs Following · 2026-06-02 Cached

Cognition introduces Devin Desktop, a unified interface for managing fleets of local and cloud AI agents, with support for any ACP-compatible agent and an integrated IDE.

0 favorites 0 likes
#dev-tools

The SLAX Scripting Language: An Alternate Syntax for XSLT

Hacker News Top · 2026-05-30 Cached

SLAX is an alternate syntax for XSLT that uses a C/Perl-like syntax to improve readability and maintainability. The libslax open-source implementation parses and executes SLAX files.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback