Feed aggregator
Self-Improving Reward Models
Article URL: https://www.canvas.inc/research/reward-models
Comments URL: https://news.ycombinator.com/item?id=48200377
Points: 1
# Comments: 0
AI and the Practical Scientist
Article URL: https://scholarlyfutures.substack.com/p/ai-and-the-practical-scientist
Comments URL: https://news.ycombinator.com/item?id=48200362
Points: 1
# Comments: 0
React Performance Isn't About UseMemo – It's About Render Boundaries
Article URL: https://reactdevelopment.substack.com/p/react-performance-isnt-about-usememo
Comments URL: https://news.ycombinator.com/item?id=48200349
Points: 1
# Comments: 0
AgentPTY – if a CLI is interactive, it is scriptable
Article URL: https://github.com/quietforgelabs/AgentPTY
Comments URL: https://news.ycombinator.com/item?id=48200327
Points: 1
# Comments: 1
Agent First Language by Vercel
Article URL: https://github.com/vercel-labs/zerolang
Comments URL: https://news.ycombinator.com/item?id=48200317
Points: 1
# Comments: 0
Valkey 9.1 trims memory 10% and pulls search into the core
Article URL: https://thenewstack.io/valkey-91-cuts-memory/
Comments URL: https://news.ycombinator.com/item?id=48200311
Points: 1
# Comments: 0
Anthropic is killing stainless, so we built our own SDK/MCP generator
https://x.com/iiviieee/status/2056850759304798543 https://github.com/crosmos-labs/ironic/
Comments URL: https://news.ycombinator.com/item?id=48200281
Points: 1
# Comments: 0
The $50M Rocket Deal Fueled by Trump's Hypersonic Dreams
Article URL: https://www.wsj.com/tech/a-50-million-rocket-deal-fueled-by-trumps-hypersonic-dreams-4c14789e
Comments URL: https://news.ycombinator.com/item?id=48200275
Points: 1
# Comments: 0
Show HN: I built a native macOS Markdown viewer 100% with AI coding agents
I built Markdown Viewer because every Markdown app I found was either bloated (VS Code, Obsidian) or too bare-bones. Wanted something that loads instantly, renders Obsidian-style features cleanly, and weighs in at a few megabytes.
Built with Tauri 2 (Rust backend + webview frontend): - GitHub Flavored Markdown + Obsidian extensions (wikilinks, callouts, emoji, math, Mermaid diagrams) - Frontmatter rendered as a structured metadata bar above content - HTML sanitization via ammonia for security - No heavy dependencies, no Electron
What makes it interesting isn't so much the features — but how it was built. Every line of Rust, CSS, and JavaScript was written by AI coding agents (pi.dev/Qwen and Claude Code) without a single human writing code. No hand-holding, no "prompt then copy-paste" — just a high-level brief and iterative agent-driven development.
I've been using this project to hone into my pi.dev setup - am getting somewhere with pi.dev/Qwen3.6 with a small set of extensions. Trying to avoid Claude Code/Opus for this project - want to see what I can do with local LLM.
Key stats: - Instant load (no webview overhead, pure rendering) - ~few MB binary - Sanitized HTML via ammonia (XSS-safe) - Open source on GitHub
Open source at https://github.com/rajatarya/mdviewer
Comments URL: https://news.ycombinator.com/item?id=48200226
Points: 1
# Comments: 0
Cognitive Drift and Co-Cognition: How AI Reshapes Human Thought [pdf]
Netlify Is Having an Outage
Article URL: https://www.netlifystatus.com
Comments URL: https://news.ycombinator.com/item?id=48200196
Points: 2
# Comments: 0
Ambrose to Theodosius I 390
Article URL: https://sourcebooks.web.fordham.edu/source/ambrose-let51.asp
Comments URL: https://news.ycombinator.com/item?id=48200191
Points: 1
# Comments: 0
Study this tool, kids. Just don't you dare open it
Article URL: https://www.washingtonpost.com/opinions/2026/05/19/minimum-age-rules-ai-are-bad-policy/
Comments URL: https://news.ycombinator.com/item?id=48200169
Points: 1
# Comments: 1
I carried my stories From Python to Node and found Apple's hidden city of Metal
Article URL: https://github.com/jahbini/pipeline-demo
Comments URL: https://news.ycombinator.com/item?id=48200159
Points: 1
# Comments: 1
Continued Evolution of Persistence Mechanism Against Cisco Secure Firewall Adaptive Security Appliance and Secure Firewall Threat Defense
On April 23, 2026, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) issued an update to V1: Emergency Directive (ED) 25-03: Identify and Mitigate Potential Compromise of Cisco Devices related to Cisco Secure Firewall Adaptive Security Appliance (ASA) and Cisco Secure Firewall Threat Defense (FTD) products.
According to the update, the ArcaneDoor threat actor has developed a previously unknown persistence mechanism that is preserved across upgrading to the fixed releases that were published in September 2025. This persistence mechanism resides in the Cisco Firepower eXtensible Operating System (FXOS) Software base operating system for Cisco Secure Firewall ASA Software and Cisco Secure FTD Software installations on the affected hardware platforms.
Note: According to the intelligence Cisco PSIRT has received to date, the initial compromise, begins with the attacker exploiting the following vulnerabilities before customers upgraded to the fixed releases that were made available in September 2025:
- CVE-2025-20333: Cisco Secure Firewall Adaptive Security Appliance Software and Secure Firewall Threat Defense Software VPN Web Server Remote Code Execution Vulnerability
- CVE-2025-20362: Cisco Secure Firewall Adaptive Security Appliance Software and Secure Firewall Threat Defense Software VPN Web Server Unauthorized Access Vulnerability
For more information about the fixed releases that were made available in September 2025, see Cisco Event Response: Continued Attacks Against Cisco Firewalls.
This advisory is available at the following link:
https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-asaftd-persist-CISAED25-03
Solo Dev Kills YouTube Ask
Article URL: https://www.neotube.ai/
Comments URL: https://news.ycombinator.com/item?id=48200133
Points: 4
# Comments: 1
Congress Could Require EV Drivers to Pay $130 a Year for Road Maintenance
Meta Goes Big on the Bayou
Article URL: https://www.bloomberg.com/features/2026-meta-facebook-ai-data-center-louisiana/
Comments URL: https://news.ycombinator.com/item?id=48200094
Points: 1
# Comments: 1
1k-year-old dingo bones show that it was injured, cared for, and ritually buried
Article URL: https://www.popsci.com/environment/dingo-bones-ritual-burial-australia/
Comments URL: https://news.ycombinator.com/item?id=48200071
Points: 2
# Comments: 0
OhMyAdmin – PhpMyAdmin Reimagined with Go, React, and Monaco Editor
Article URL: https://github.com/aranajhonny/ohmyadmin
Comments URL: https://news.ycombinator.com/item?id=48200059
Points: 2
# Comments: 0
