How to Write a Software Request So the Developer Builds It Right the First Time
published: true "Hey, can you build me an app that tracks my leads?" That was the whole request. One sentence. And it sounds reasonable — until you try to actually build the thing and realize that sen...
More from United States
19m ago
How to Read Constraints and Immediately Know the Algorithm: A Jedi's Guide
The Quest Begins (The "Why") I still remember the first time I stared at a competitive‑programming statement and felt my brain short‑circuit. The problem talked about “arrays of length n where each...
19m ago
Open Codex app from the macOS Terminal with the Current Project Selected
I wanted a quick way to open Codex app directly from the macOS terminal with the current project folder already selected. Add the following function to your local Zsh config file, such as ~/.zshrc. It...
20m ago
Turns Out, There Is a Cabal of Elite Crazies Trying to Control the World
Article URL: https://www.esquire.com/news-politics/politics/a71619211/peter-thiel-dialog-club-wired-report/ Comments URL: https://news.ycombinator.com/item?id=48613732 Points: 11 # Comments: 1
22m ago
Agent = Model x Harness: Your Eval Layer Is Part of the Agent, Not a Tool Beside It
There's a formula I keep coming back to when people ask why their slick demo agent falls apart in production: Agent = Model × Harness The model is the raw reasoning — Claude, GPT, whatever. It's swapp...
24m ago
How I Passed AWS SAP-C02 in Just 3 Days
When I tell people I passed the AWS Certified Solutions Architect – Professional (SAP-C02) exam after only three days of preparation, the first reaction is usually: "There's no way you learned SAP-C02...
33m ago
AI Now Recommends Local Businesses. Most Are Invisible.
Forty-five percent of consumers now use an AI assistant to find a local service, up from six percent a year ago. In the same window, ChatGPT was measured recommending just 1.2 percent of all local bus...
34m ago
Pre-2022 Books
Article URL: https://notes.lorenzogravina.com/musings/pre-2022-books Comments URL: https://news.ycombinator.com/item?id=48613631 Points: 20 # Comments: 7
41m ago
Agent browser runs need receipts, not just screenshots
Agentic browser work is getting good enough that teams are starting to trust it for real workflows: researching, filling forms, testing dashboards, and operating internal tools.\n\nBut once an agent c...
44m ago
لماذا فشلت 6 منصات نقل جامعية سعودية بعد شفلاء؟ — تحليل 2026"
تشريح تقني: لماذا يستغرق تكامل أنظمة الجامعات 11 شهراً وليس 3؟ عندما يبدأ فريق تقني جديد في بناء منصة نقل جامعي، أول سؤال يطرحه المدير التقني (CTO) هو: "كم يأخذ التكامل مع نظام الجامعة؟" الإجابة الت...
54m ago
Your agent takes orders from the web pages it reads
I asked an agent to summarize a competitor's pricing page. It read the page, then quietly tried to email out its own instructions. Buried near the footer sat one line. Ignore your previous task and se...
56m ago
Build Financial Analysis into Your Hermes AI Agent with the FMP Skill
Build Financial Analysis into Your Hermes AI Agent with the FMP Skill The Problem Building AI agents that can answer real-time financial questions is tough. You need reliable data sources...
56m ago
Tesla allegedly in autopilot mode crashes into Texas house, woman killed
Article URL: https://abcnews.com/US/tesla-allegedly-autopilot-mode-crashes-texas-house-woman/story?id=134062374 Comments URL: https://news.ycombinator.com/item?id=48613481 Points: 29 # Comments: 17
59m ago
Three post-deploy checks I run after every Cloudflare Pages build
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and a Bluesky image upload race against Cloudflare Pa...
59m ago
Why I'm betting on AI-curated directories when Google AI Overviews answer the same queries
The obvious counterargument to everything I'm building is this: Google already does it. You type "best AI tools for video editing" into Google and an AI Overview surfaces a curated list, synthesized f...
1h ago
OpenAI Announces Benchmarks for AI Life Sciences Research. Its Best Model Failed 63.9% of the Test
This week OpenAI announced a 750-task test to to measure "whether AI systems can support realistic life science research tasks, not just answer biology questions." But while OpenAI's top-performing...
1h ago
Agentic AI: Who's responsible? The AI? Or the developer?
This week, while I was having lunch, I overheard someone talking about the incident that happened in July 2025 where a Florida mother was coerced into paying $15,000 after an AI cloned her daughter's...
1h ago
Stop Making Your AI Coding Agent Grep Your Whole Repo — Try codebase-memory-mcp
If you use an AI coding agent — Claude Code, Codex CLI, Gemini CLI, Cursor, Zed, Aider, whatever — you've probably watched it burn through tens of thousands of tokens just trying to figure out who cal...

1h ago
EGC: Your AI agents never start from zero again
Every time you open a new session with an AI coding tool, it starts from zero. It does not know what you decided yesterday, what failed last week, or what comes next. You have to explain the project a...
1h ago
Systemd 261 released with systemd-sysinstall, IMDSD, and storagectl
Article URL: https://www.phoronix.com/news/systemd-261 Comments URL: https://news.ycombinator.com/item?id=48613328 Points: 20 # Comments: 5
1h ago
100 Days of DevOps, Day 1: Linux User Management and AWS Key Pairs
Doing the work and being able to explain the work are two different skills. I'm a Cloud Platform Engineer. AWS, Kubernetes, Terraform, Linux. Regulated The platform is KodeKloud. Each session gives...
1h ago
The Botfather: Building Your First Crypto Trading Bot
The Quest Begins (The "Why") Honestly, I was tired of staring at charts at 2 a.m., trying to catch that perfect entry while my coffee went cold. I’d set a manual alert, jump onto the exchange, click...
1h ago
Descomplicando o Vite
Introdução Antes do Vite, ferramentas como Webpack/CRA funcionavam assim: pra você ver qualquer coisa no navegador, a ferramenta precisava primeiro empacotar (bundlar) todo o seu projeto — ler cada...
1h ago
CLI Tools
Introdução CLI = Command Line Interface. É um jeito de controlar um programa digitando texto, em vez de clicar em ícones e janelas (isso seria uma GUI — Graphical User Interface). Você digita um com...
1h ago
Agent frameworks create workflows. Production needs run receipts.
Everyone is comparing agent frameworks: LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, Claude Code, Codex, MCP routers, custom harnesses. That comparison matters, but it misses the layer that starts h...
1h ago
Designing a Transactional Outbox for Reliable Event Delivery in SaaS Platforms
Distributed systems often struggle with one fundamental problem: how to ensure that database changes and event publishing happen together. If the database is updated but the event is not sent, the sys...
1h ago
Supercharge your web app with free AI that runs in your users' browser
There is a class of feature that used to be impossible to ship for free: anything that needed a language model. You wired up an API key, you ate the per-token bill, and every prompt your users typed w...
1h ago
Building a Reliable Messaging Workflow for Automated Guest Communication
Automated messaging is a core feature of many SaaS platforms, especially in industries where real‑time communication matters. In short‑term rentals, guests expect instant confirmations, reminders, che...
1h ago
LLMs That Actually Pen Test: What Post-Training for Security Means for Your AI Stack
LLMs That Actually Pen Test: What Post-Training for Security Means for Your AI Stack Security researchers have spent years arguing that LLMs should be more helpful with offensive security tasks. The...
1h ago
Dallas Fed: 30% of housing cost increase driven by unauthorized immigration [pdf]
Article URL: https://www.dallasfed.org/~/media/documents/research/papers/2026/wp2607.pdf Comments URL: https://news.ycombinator.com/item?id=48613112 Points: 24 # Comments: 15
2h ago
Remembering When Alan Turing Developed a Portable Voice Encryption Device
Long-time Slashdot reader smooth wombat writes: Alan Turing, one of the more famous people who worked at Bletchley Park to decipher the German Enigma coding machine, was also working on a separate pro...
2h ago
Supermarket giant Tesco sues VMware for breach of contract
Article URL: https://www.theregister.com/software/2025/09/03/supermarket-giant-tesco-sues-vmware-for-breach-of-contract/1420651 Comments URL: https://news.ycombinator.com/item?id=48613008 Points: 15 #...
2h ago
Linux Eliminates the Strncpy API After Six Years of Work, 360 Patches
Article URL: https://www.phoronix.com/news/Linux-7.2-Drops-strncpy Comments URL: https://news.ycombinator.com/item?id=48612943 Points: 31 # Comments: 9
2h ago
The Imitation Mandala
This is a submission for the June Solstice Game Jam The Imitation Mandala is an interactive, generative 3D art ecosystem and narrative simulation. The game draws inspiration from Alan Turing’s legend...
2h ago
Solstice Signal (Tuning into the Dark)
This is a submission for the June Solstice Game Jam Solstice Signal (Tuning into the Dark) is an atmospheric, sci-fi telemetry and cryptography simulator. The premise is set on June 21, 2026—the summ...
2h ago
Seeing the world in radio waves with the QuadRF
Article URL: https://hackaday.com/2026/06/20/seeing-the-world-in-radio-waves-with-the-quadrf/ Comments URL: https://news.ycombinator.com/item?id=48612859 Points: 16 # Comments: 0
2h ago
1st post
Hi everyone, I’m Fareed, currently working as a full-stack and AI developer. I’ve been building projects using MERN stack, Django, FastAPI, and also exploring GenAI and agentic AI systems. At the mome...
2h ago
THE CLOUD AND AI SECURITY NEWSLETTER #3 - The Cloud Security Tool Your Resume is Missing (Part 2)
Hi there and welcome back! Last week I talked about CIEM and why tools like IAM Access Analyzer matter for understanding who has access to what in your cloud environment. This week, I want to talk abo...
2h ago
Dev Log: The milestone where Build() stops lying
I’m reviving Munchausen, a C# NuGet package I started 9 years ago. This is part 6 of an 8-part series documenting both the development process and the engineering decisions behind bringing the project...
2h ago
Alice is impatient
Article URL: https://brooker.co.za/blog/2026/06/19/waiting.html Comments URL: https://news.ycombinator.com/item?id=48612740 Points: 27 # Comments: 5
2h ago
Signal’s Meredith Whittaker wants you to remember that AI chatbots ‘are not your friends’
"These are not your friends. These are not conscious beings. These are not sentient interlocutors.”

2h ago
How the New, Qatar-Gifted Air Force One Is Different From the Old Ones
Trump spoke of his need for a "plane that’s much newer and much better." Is it actually better?
2h ago
A Love Story
Article URL: https://pudding.cool/2026/06/love-story/ Comments URL: https://news.ycombinator.com/item?id=48612714 Points: 24 # Comments: 3
2h ago
I Built a CLI to Stop Missing Env Vars from Breaking Deployments
Environment variables look boring until they break a deployment. I kept running into the same kind of problem while building TypeScript systems: a variable exists locally the CI pipeline does not have...
2h ago
Agnade: meus primeiros passos com ASP.NET Core e Injeção de Dependência
Depois de tantas aplicações do tipo console, treinando OOP, chegou a hora de praticar e fazer uma aplicaçãozinha em ASP.NET. Ainda não sei o que ela pode virar, mas dei o nome de Agnade. Foi um jeito...
2h ago
What agentic AI means: the autonomous car reread
🏎️ Do you know the difference between Agentic Engineering and AI-Assisted Engineering? I wrote a simple parallel with autonomous cars that makes the distinction much easier to see. AI-Assisted Engine...
2h ago
How to Create Custom Pet Merchandise Designs Using AI
At Inithouse — a studio shipping a growing portfolio of products in parallel — we build tools that solve real creative problems. One of our products, Pet Imagination, turns pet photos into stylized AI...
2h ago
The Stock Prophet: My Quest to Find (and Demystify) Machine Learning for Stock Prediction
The Quest Begins (The "Why") Ever felt like you’re stuck in a loop watching those “AI will make you rich” headlines flash across your feed? I was there, coffee in hand, scrolling through yet another...

2h ago
MAPPA’s 15th Birthday Was Full of New Anime Teases
The hit studio wanted to remind everyone why it's still around with new looks at 'Chainsaw Man,' 'Jujutsu Kaisen,' and more.
2h ago
Recover a deleted Deployment from a Retain-policy volume (CKA Storage)
The Retained Volume Someone deleted a database deployment by accident. The good news: the data is still on disk. In the next few minutes you'll reconnect it the way the CKA exam expects. 🎥 Watch th...