Hacker News
Signal vs. Noise in the Skills Ecosystem
Article URL: https://olshansky.info/posts/2026-02-28-signal-vs-noise-in-the-skills-ecosystem
Comments URL: https://news.ycombinator.com/item?id=47203944
Points: 1
# Comments: 0
He wanted to use ChatGPT to create sustainable housing. Then it took his life
Article URL: https://www.theguardian.com/technology/ng-interactive/2026/feb/28/chatgpt-ai-chatbot-mental-health
Comments URL: https://news.ycombinator.com/item?id=47203931
Points: 1
# Comments: 1
Stardew Valley 10-Year Anniversary Video (Retrospective and New Spouse Reveal)
Article URL: https://www.youtube.com/watch?v=geiTg6Z7w3A
Comments URL: https://news.ycombinator.com/item?id=47203929
Points: 1
# Comments: 0
You think unemployed, I think retired
Article URL: https://jesseduffield.com/You-Think-Unemployed-I-Think-Retired/
Comments URL: https://news.ycombinator.com/item?id=47203922
Points: 1
# Comments: 0
US tech supplied Israel with AI models, tech's role in warfare – AP News
Article URL: https://apnews.com/article/israel-palestinians-ai-weapons-430f6f15aab420806163558732726ad9
Comments URL: https://news.ycombinator.com/item?id=47203911
Points: 1
# Comments: 0
Show HN: Free tool to analyze employee survey data in 60 seconds (no signup)
Article URL: https://getdistill.tech/landing
Comments URL: https://news.ycombinator.com/item?id=47203895
Points: 1
# Comments: 1
A pretty looking web for a quantum mechanics tool
Article URL: https://github.com/Jamessfks/mace
Comments URL: https://news.ycombinator.com/item?id=47203887
Points: 1
# Comments: 0
The Atlantic AI Watchdog
Article URL: https://www.theatlantic.com/category/ai-watchdog/
Comments URL: https://news.ycombinator.com/item?id=47203870
Points: 1
# Comments: 0
Poll: How do you think LLMs will affect the job market for software developers?
Show HN: Engram – Memory for AI coding agents (2.5K installs, 80% on LOCOMO)
Engram gives AI coding agents persistent memory across sessions. 2,500 npm installs in the first five days. The problem: every Claude Code or Cursor session starts from zero. You re-explain your architecture, conventions, past decisions. CLAUDE.md helps but it's manual and doesn't scale. Engram runs as a native MCP server. One command to install, SQLite backend, no infrastructure. Three tiers of memory:
Explicit: things you tell it to remember Implicit: behavioral patterns extracted from how you work (low confidence, reinforced over time) Synthesized: meta-observations generated during consolidation
The key architectural bet: intelligence at read time, not write time. Most memory systems extract and classify on ingest. Engram stores broadly and invests compute when you query, because that's when you actually know what matters. This is why it scores 80% on LOCOMO (arXiv:2402.17753) while using 30x fewer tokens than full-context retrieval. Stack: TypeScript, SQLite + sqlite-vec, Gemini embeddings by default (any OpenAI-compatible provider works via ENGRAM_LLM_BASE_URL). Zero external dependencies.
Install: npm install -g engram-sdk && engram init Comparison with Mem0, Zep/Graphiti, Letta/MemGPT: https://www.engram.fyi/compare GitHub: https://github.com/tstockham96/engram
Comments URL: https://news.ycombinator.com/item?id=47203853
Points: 1
# Comments: 0
Show HN: Openpista – AI Agent for OS Control via Telegram/CLI in Rust
Article URL: https://github.com/openpista/openpista
Comments URL: https://news.ycombinator.com/item?id=47203840
Points: 1
# Comments: 0
Show HN: I put Claude Code inside a Telegram bot for voice memos
I never listen to my voice memos. Hundreds of recordings on my phone, all dead.
I built a Telegram bot that transcribes them (AssemblyAI, speaker labels, any language) — and then wired up Claude Agent SDK so you can talk to your files later.
Claude Agent SDK gives your bot the same tools Claude Code has — Read, Glob, Grep — running autonomously against your stored transcripts. Ask "what did my manager say about the deadline?" and it spawns an agent that browses your files, reads the relevant ones, and answers. Not keyword search. An actual agent reasoning over your data.
Self-hosted, your own API keys, MIT licensed. Runs anywhere Docker runs.
Comments URL: https://news.ycombinator.com/item?id=47203831
Points: 1
# Comments: 0
We Built a Video Rendering Engine by Lying to the Browser About What Time It Is
Article URL: https://blog.replit.com/browsers-dont-want-to-be-cameras
Comments URL: https://news.ycombinator.com/item?id=47203827
Points: 2
# Comments: 0
Show HN: Userscript to Display Age/Karma of HN Users
Small script to display account age/karma next to all usernames, so you have that info available to you without clicking through to someone's profile. Opus 4.6 written, it's a mess but it works :) Using with Tampermonkey on Firefox.
Comments URL: https://news.ycombinator.com/item?id=47203804
Points: 3
# Comments: 1
Show HN: A POST only back end framework
Article URL: https://nile-js.github.io/nile/
Comments URL: https://news.ycombinator.com/item?id=47203798
Points: 1
# Comments: 0
Anthropic and Palantir Bring Claude to U.S. Intelligence and Defense (2024)
Latest progress helping Qwen3-4B Learn
Article URL: https://github.com/kibbyd/adaptive-state
Comments URL: https://news.ycombinator.com/item?id=47203719
Points: 1
# Comments: 0
Casting SALT like Metal – What Happens? [video]
Article URL: https://www.youtube.com/watch?v=HaY-gvgS6JY
Comments URL: https://news.ycombinator.com/item?id=47203714
Points: 2
# Comments: 0
Using Git While Trans
Article URL: https://code.curly.kiwi/2026/02/27/using-git-while-trans/
Comments URL: https://news.ycombinator.com/item?id=47203701
Points: 6
# Comments: 0
Elliptic Curve Cryptography
Article URL: https://growingswe.com/blog/elliptic-curve-cryptography
Comments URL: https://news.ycombinator.com/item?id=47203688
Points: 2
# Comments: 0
