Finding code duplicated by AI without AI
Dupehound, a new open-source tool for detecting duplicated code in AI-generated codebases, has been released. The tool uses structural fingerprinting rather than text matching to identify duplicate fu…
Dupehound, a new open-source tool for detecting duplicated code in AI-generated codebases, has been released. The tool uses structural fingerprinting rather than text matching to identify duplicate fu…
Passwd.page launched a zero-knowledge secret-sharing tool that encrypts API keys, files, and credentials in the browser before transmission, with the decryption key stored only in the URL fragment so …
A developer named Emmanuel Pangan, a junior programmer at a university in the Philippines, argues that AI has killed the excitement and elegance of coding. He describes how AI-generated code now repla…
A developer has outlined a security framework for building a homelab dedicated to LLM inference, treating downloaded model artifacts as untrusted binaries to prevent supply chain tampering. The approa…
The team behind Tabularis, a database client, released a free browser-based platformer called Tabularis Run, built in one day using Fable 5 AI. The game features 12 levels themed around SQLite, MySQL,…
Joanium, a new open-source AI desktop application, runs locally on a user's machine and connects to multiple AI providers including Gemini, Claude, and OpenAI. The app features over 160 built-in tool …
A developer built actionsec, a zero-dependency CLI tool that scans GitHub Actions workflows for security vulnerabilities like unpinned action tags and script injection risks. The tool runs via `npx ac…
The Model Context Protocol (MCP) standardizes how AI applications connect to tools and data, but it fails to solve the problem of tool selection when systems scale to dozens or hundreds of tools. As A…
A developer created a CLI tool called "no-mistakes" that intercepts every `git push` and routes code through an automated validation pipeline before it reaches GitHub. The tool initiates an agentic re…
Ahmad Mustafa built CodePulse, a GitHub App that analyzes pull requests and tracks recurring code issues per developer over time. The app runs a two-pass AI analysis using Groq's Llama 3.3 70B model, …
Linear launched coding sessions that allow users to run agentic coding workflows directly within the platform, enabling automated pull request creation and code review through Claude Code or Codex. Th…
A developer has released an open-source Java SDK for building Model Context Protocol (MCP) servers, available on Maven Central. The SDK, which includes a Spring Boot starter, allows Java developers to…
A developer has outlined a practical method for vetting VS Code extensions before installation, emphasizing that extensions run with full access to sensitive files like `.env` and SSH keys. The proces…
GitHub Agentic Workflows, now in public preview, compiles natural-language Markdown files into executable Actions YAML, transforming prompts into durable, reviewed infrastructure. These prompts live i…
Coding agents boost engineering output but create maintenance drift, a problem called 'agent hangover.' Daemons, persistent role-scoped agents, own recurring loops to keep systems in sync.…
A supply chain attack targeting the open-source tool Understand-Anything (57,000+ GitHub stars) hid an obfuscated payload in `homepage/astro.config.mjs` via pull request #206, which executes automatic…
At CodeRabbit's app.js conference booth, developers played a speed code review game where bugs were missed under time pressure. Conversations revealed many rely on pre-installed review bots or coding …
Loop Harness, an autonomous loop engineering tool for coding agents, is now available, enabling scheduled Claude sessions to perform tasks like code review and PR creation in isolated git worktrees wi…
A critical Remote Code Execution (RCE) vulnerability in AMD hardware remains unpatched after the vendor declined to fix it, leaving users exposed to potential full system compromise. GitHub has deploy…
XAI launched the Grok Build Plugin Marketplace, a built-in catalog for its terminal coding agent that bundles skills, commands, agents, hooks, MCP servers, and LSPs into installable packages. The mark…