LLMs hugging the CVE system to death
A GitHub account published 55 security advisories for SQLite, 54 of which were fabricated and one contained a real bug, according to a JFrog audit. The NIST National Vulnerability Database (NVD) regis…
A GitHub account published 55 security advisories for SQLite, 54 of which were fabricated and one contained a real bug, according to a JFrog audit. The NIST National Vulnerability Database (NVD) regis…
A new Claude Skill called vc-teardown, available for download from GitHub, stress-tests startup ideas by researching incumbents, attacking the idea with investor-style objections, and rebuilding it in…
Microsoft CEO Satya Nadella used the company's 2026Q4 earnings call and his social media accounts to showcase a Power BI dashboard he built with Microsoft's Copilot AI from a Morgan Stanley analyst's …
Alibaba Group Holding Ltd.'s AI model, Qwen, autonomously coded for 16 consecutive days, with every commit publicly available on GitHub, according to a report by The New Stack. The AI, developed by Al…
GitHub has released a new feature allowing users to trigger Copilot cloud agent automations with issue or pull request comments, enabling tasks such as generating documentation, investigating errors, …
Kimi K3, an AI coding model from Moonshot AI, built a playable first-person 3D browser game from a single prompt, but the game had bugs that only surfaced during human play, such as a drone clipping t…
Hacker News user 'hcker.news' announced an update to their AI-filtering front-end for Hacker News, which removes AI-related stories using keyword filtering, an agent review, and manual curation. The t…
Swiftlet, a Swift + Metal runtime for Qwen3-Next and Qwen3.5/3.6 MoE hybrid models, runs an 80B Qwen in 4.3 GB of RAM on a Mac and a 35B on an iPhone 17 in about 2.5 GB of RAM at about 1 token per sec…
Louis Bouchard, an AI educator, released a rebuilt public roadmap on GitHub called Start AI Engineering, designed for learning AI engineering in 2026. The roadmap includes free videos, books, document…
Rudder, a new Apache-2.0 licensed plugin for Codex and Claude Code, aims to help developers regain ownership of AI-generated code by forcing agents to rewrite unit tests based solely on user intent, t…
Simon Willison, a prominent developer and blogger, argues that large language models (LLMs) like Claude and Codex have made open-source software more practical by reducing the friction of compiling an…
A developer has released HeyAgent, an open-source autonomous AI agent designed for computer control and workflow automation. The agent plans, executes, and validates outcomes to reduce false task comp…
A developer on dev.to questions how to judge content quality when AI is involved, noting that many projects are AI-assisted or vibe-coded to impress recruiters, but candidates often fail to explain th…
Jcode, an open-source AI coding agent from GitHub user 1jehuang, can be installed on Nix/NixOS via its official Nix build, but users must manually download, verify, and place the binary because pure N…
A developer behind the Repospec service explains why its cache layer has no TTL, opting to store spec files directly in PostgreSQL for search rather than using a traditional cache like Redis. The deci…
JFrog's security research team found that 54 of 55 SQLite advisories filed as critical CVEs were fabricated by an AI language model, including CVE-2026-51302, which was withdrawn four days after publi…
GitHub has released gh-stack, a GitHub CLI extension that automates stacked pull requests by managing branches, rebasing, and PR base branches. The tool, installable via `gh extension install github/g…
Argot, a Rust-based AI guardrail that uses a repository's AST patterns to detect foreign code changes, reports 97.3% recall on foreign patterns and 0.25% false positive rate on real edits, checking a …
Cecuro launched Ozone, an AI security engineer that reviews every GitHub pull request in an isolated sandbox, with the first $100 of reviews free. The tool, built on the same multi-agent engine as Cec…
A developer built a Hook Agent for a multi-agent AI system that generates LinkedIn posts, which produces five structured hook variations from a content brief. The agent uses a system prompt to enforce…