Hacker News
Android CLI Now Stable 1.0
Article URL: https://android-developers.googleblog.com/2026/05/android-cli-stable-1-0-agent-development.html
Comments URL: https://news.ycombinator.com/item?id=48200814
Points: 1
# Comments: 0
Yet Another AI Teammate
Article URL: https://yaat.sh/
Comments URL: https://news.ycombinator.com/item?id=48200782
Points: 2
# Comments: 0
Intelligent eyewear is coming this fall
Article URL: https://blog.google/products-and-platforms/platforms/android/android-xr-io-2026/
Comments URL: https://news.ycombinator.com/item?id=48200747
Points: 3
# Comments: 0
Build managed agents with the Gemini API
Article URL: https://blog.google/innovation-and-ai/technology/developers-tools/managed-agents-gemini-api/
Comments URL: https://news.ycombinator.com/item?id=48200746
Points: 1
# Comments: 1
Lighthouse Attention
Article URL: https://nousresearch.com/lighthouse-attention
Comments URL: https://news.ycombinator.com/item?id=48200742
Points: 2
# Comments: 0
Anthropic Announces Managed Agents – what this means for consumers
Article URL: https://www.greatworkeveryone.com/writing/cheap-cloud-ai-was-never-going-to-last
Comments URL: https://news.ycombinator.com/item?id=48200710
Points: 1
# Comments: 0
Why raw blockchain logs are no longer enough
Article URL: https://blog.bridgexapi.io/bxruntime-terminal-the-rise-of-execution-observability-for-evm-systems
Comments URL: https://news.ycombinator.com/item?id=48200690
Points: 1
# Comments: 0
State of Crypto 2025: The year crypto went mainstream
Article URL: https://a16zcrypto.com/posts/article/state-of-crypto-report-2025/
Comments URL: https://news.ycombinator.com/item?id=48200674
Points: 2
# Comments: 0
Trump Mobile has a real phone, but it may also have a real data leak
Article URL: https://www.androidauthority.com/trump-mobile-customer-data-link-3668917/
Comments URL: https://news.ycombinator.com/item?id=48200650
Points: 2
# Comments: 0
The downgrading semantics of memory safety (Extended version)
Article URL: https://arxiv.org/abs/2507.11282
Comments URL: https://news.ycombinator.com/item?id=48200397
Points: 1
# Comments: 0
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
