OpenAI releases a Windows version of Codex coding app
Around one month after launching Codex for Mac, OpenAI brings Codex to Windows with a new suite of IDEs supported.
Around one month after launching Codex for Mac, OpenAI brings Codex to Windows with a new suite of IDEs supported.
OpenAI is launching a Codex app, a desktop experience for managing the company’s AI coding tools, as competitive pressure to deploy autonomous AI agents heats up. The desktop app is designed to be ...
Controversy over OpenAI's agreement to provide AI to the Pentagon has swamped news about Codex's rapid adoption ...
The post OpenAI’s Codex Security: An AI Agent That Hunts Down Vulnerabilities appeared first on Android Headlines.
OpenAI is rolling out Codex Security, an AI-powered application security agent that finds, validates and proposes fixes for ...
Well, as the title says, it seems that everyone is looking to build something AI related. I guess it’s the AI bubble. While AI is great in many industries, in language learning and exchange we believe humans are the core. Especially when wanting to achieve fluency. Talking to natives cannot be replaced by anything unless there is a very sophisticated AI that looks entirely like a human, acts like one, has the culture, and everything comes into place, which I believe is still too far away.All I s
I built LLM OneStop Code—an AI coding agent for VS Code that works like Claude Code or Cursor, but with one key difference: pure pay-as-you-go pricing. No monthly subscription required.The problem with existing tools: - Cursor: $20/month for Pro (even if you barely use it) - GitHub Copilot: $10/month minimum - Claude Code: Rate-limited by API usage tier + monthly capsLLM OneStop Code charges only for what you use—billed in credits at cost + 5%. If you code 2 hours this month and 40 the
I ran into something interesting recently while using Claude AI to review some of my code.During the day the responses were *fast*. I could paste a file, ask for suggestions, iterate quickly, and the workflow felt smooth.But when I tried doing the same thing later in the evening — around *9 PM and after* — the experience changed a lot.Responses suddenly took *much longer*. Sometimes it would sit there “thinking” for quite a while before returning the review.At first I assumed it was something
Show HN: PDR AI – Open-source startup accelerator engine for non-technical chaos (marketing, PRDs, onboarding)A couple weeks ago I shared PDR AI as an open-source tool for startup doc mess[](https://news.ycombinator.com/item?id=47258661). Since then I've doubled down on the core vision: it's not just another RAG chat—it's an AI-powered accelerator engine that helps technical founders skip the non-technical pitfalls and move faster.As a solo technical founder, I wast
LLM agents retry tool calls constantly.Retries can happen because of: - model loops - HTTP timeouts - queue retries - orchestration restartsIf the tool triggers something irreversible you can end up with duplicate side effects:retry → duplicate payment retry → duplicate email retry → duplicate ticket retry → duplicate tradeSafeAgent is a small Python guard that sits between the agent decision and the side effect.Pattern:agent decision → deterministic request_id generated → execution gu
I've been talking to founders building AI agents across fintech, devtools, and productivity – and almost none of them have any real security layer. Their agents read emails, call APIs, execute code, and write to databases with essentially no guardrails beyond "we trust the LLM."So I built AgentArmor: an open-source framework that wraps any agentic architecture with 8 independent security layers, each targeting a distinct attack surface in the agent's data flow.The 8 laye
We built GitAgent because we kept seeing the same problem: every agent framework defines agents differently, and switching frameworks means rewriting everything.GitAgent is a spec that defines an AI agent as files in a git repo.Three core files — agent.yaml (config), SOUL.md (personality/instructions), and SKILL.md (capabilities) — and you get a portable agent definition that exports to Claude Code, OpenAI Agents SDK, CrewAI, Google ADK, LangChain, and others.What you get for free by being
Hey HN, I built this because I kept opening Instagram to reply to a DM and resurfacing 30–40 minutes later deep in Reels. The problem wasn't willpower, it was that Instagram puts the addictive stuff between you and the useful stuff.Mindful Instagram replaces the Instagram home page with a quiet overlay: an inspirational quote, your DM notifications (fetched from Instagram's own API), a daily open counter, and a 1-minute breathing exercise. Messages, Create, and Profile are always acces
Hi HN,I’m a solo dev who got tired of the "documentation hell", either spending hours writing docs that immediately become outdated, or having no docs at all. I wanted a tool that treats documentation generation as a standard build step, so I built Docgen.Docgen is a lightweight AI CLI tool written in C++ that automates docs-as-code. It sits in your repo (via a .docgen folder and a Docfile) and generates Markdown files next to your source.A few technical details on how it works under t
Just Released Toolpack SDK — a completely Open-Source unified TypeScript SDK for AI developmentIf you've worked with multiple LLM providers, you know the pain: each has different APIs, different tool formats, different quirks.Toolpack SDK gives you a single interface across OpenAI, Anthropic, Gemini, and Ollama.It comes with 77 built-in tools for file ops, git, databases, web scraping, code analysis, and shell commands. You can also create and integrate your own custom tools.The workflow en
I kept running into the same problem building AI agents: once they're running, I have no idea what they're actually doing. Traditional monitoring shows me HTTP 200. It can't tell me the output was wrong, that the agent leaked a user's email address, or that a single tool call in the chain is burning through tokens.So I built Iris. It's an open-source MCP server — not an SDK, not a proxy. Any MCP-compatible agent (Claude Desktop, Cursor, or anything built with the MCP SDK
Hey HN,I've been building Kraken for the past month — an open source autonomous dev agent that runs entirely in your terminal.The architecture is a three-process system: a Rust scheduler (cron + file watchers), a Go LLM gateway (supports OpenAI, Anthropic and OpenRouter), and a TypeScript/React TUI built with OpenTUI. All three communicate over ConnectRPC on localhost.A few things I wanted to get right from the start:- Model-agnostic: uses a custom XML-based tool-calling protocol i
President Trump will issue an executive order to remove Anthropic's AI technology from agencies across the executive branch, sources familiar with the matter tell CBS News.
Microsoft threw its support behind Anthropic and advocated for a temporary restraining order to the Pentagon's supply chain risk designation.
Anthropic launches the Anthropic Institute to study AI’s impact on jobs, governance, and security as the company warns rapid advances could reshape society.