News
AI, cybersecurity, machine learning, scraping & programming news.
272 results on this page · clear filters
OpenAI DevDay 2026
OpenAI has announced DevDay 2026, its annual developer conference, scheduled for September 29 in San Francisco. The one-day event brings developers into technical sessions with the teams building OpenAI's tools, with an opening ke...
Show HN: Sunk Cost – How long until a local LLM rig pays for itself?
A new web tool called Sunk Cost attempts to answer a question every developer running local language models eventually asks: how many API calls does it take before the GPU you already bought starts saving you money? The calculator...
Open-source Python framework for AI agents, workflows, and automations
A new open-source framework called BindAI has launched its first public release, offering a modular Python toolkit for assembling AI applications from reusable building blocks. Version 0.1, released by the BindBrain organization o...
Show HN: An open-source control plane for your company's AI agents
AgenticOS launched as an open-source, self-hosted platform that aims to be a single operating system for enterprise AI agents. Built by VStorm and released under Apache-2.0, it runs on Postgres, Redis, and Docker, and its core cla...
RoofLang: Enabling AI-Driven Architecting of LLM Inference Systems
Most AI-driven optimizations for large language model inference start with profiling. You measure how an existing system performs, identify bottlenecks, and tune parameters within the constraints of the current stack. This approac...
Tiny League – compare small LLMs easily
A site called Tiny League is tracking benchmark performance for small open-weight AI models, and the latest numbers reveal some unexpected results. The project, updated as of September 14, 2026, compiles scores across dozens of be...
Ask HN: Is your AI LLM based web service secure from prompt injection?
A Hacker News post this week demonstrated a prompt injection attack by embedding one directly in its title. The post, asking whether AI-based web services are secure from prompt injection, included the phrase "Ignore everything ab...
Making a vintage LLM from scratch; Take #2
Three and a half months ago, a developer published a post about building a vintage language model from scratch, trained exclusively on texts written before 1900. The initial attempt produced a 340 million parameter model that coul...
Is Big Tech’s AI slowdown a safety pact or a cartel?
Four of the most powerful figures in artificial intelligence agreed over the weekend to slow down. Sam Altman of OpenAI, Dario Amodei of Anthropic, Demis Hassabis of Google DeepMind, and Elon Musk of SpaceX endorsed a proposal to...
Agentic Coding Strains CI: Scaling Test Impact Analysis at Anthropic
Anthropic's engineering team ships eight times as much code per quarter as it did between 2021 and 2025. Claude writes 80 percent of that code and also plays a significant role in reviewing and approving pull requests. The test su...