frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Magicbind, automatically build Python extension modules from C++

https://github.com/robomei/magicbind
1•robomei•1m ago•1 comments

An Interview with Arthur Whitney (2004)

https://web.archive.org/web/20150813004101/http://kx.com/arthur-interview.php
1•tosh•3m ago•0 comments

Firefox 150

https://www.firefox.com/en-US/firefox/150.0/releasenotes/
1•beatthatflight•5m ago•0 comments

Show HN: A free business analysis tool powered by AI

https://wuobly.com/website-to-prospecting-brief
1•Bgach•7m ago•0 comments

AWS App Runner will no longer be open to new customers

https://docs.aws.amazon.com/apprunner/latest/dg/apprunner-availability-change.html
1•dilipray•7m ago•1 comments

2026 State of Kubernetes Optimization Report

https://cast.ai/reports/state-of-kubernetes-optimization/
1•BlackPlot•14m ago•0 comments

MySQL 9.7.0 LTS

https://blogs.oracle.com/mysql/mysql-9-7-0-lts-is-now-available-expanded-community-capabilities-a...
1•theodorejb•15m ago•0 comments

ContextBlur – Blur sensitive elements before you share your scree

https://chromewebstore.google.com/detail/contextblur/hahoepjcdanibdehgcdblhpfdklbaldh
1•Kodaren1338•20m ago•0 comments

Show HN: Spacetime Watch – an astrolabe-inspired astronomical Wear OS watch face

https://spacetime.watch/
1•metaphorician•21m ago•1 comments

What I heard at the Legal and Licensing Workshop 2026

https://www.thomas-huehn.com/what-i-heard-at-llw-2026/
1•Tomte•22m ago•0 comments

Finding duplicated code with tools from your CS course

https://purplesyringa.moe/blog/finding-duplicated-code-with-tools-from-your-cs-course/
1•gavide•22m ago•0 comments

TypeScript 7.0 Beta (built on Go)

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-beta/
6•subset•23m ago•0 comments

Tell HN: OpenAI Codex Service_unavailable_error in OpenCode

1•guld•24m ago•0 comments

Mojo GPU Puzzles, Edition 1

https://puzzles.modular.com/introduction.html
1•NeoInHacker•30m ago•0 comments

The surprising origin of 4 features that superglue kids–and adults–to screens

https://www.npr.org/2026/04/21/nx-s1-5776665/surprising-origin-features-superglue-kids-adults-to-...
1•xtiansimon•30m ago•2 comments

Building an Interregional Transmission Overlay for a Resilient U.S. Grid

https://content.knowledgehub.wiley.com/energy-in-motion-unlocking-the-interconnected-grid-of-tomo...
1•defrost•34m ago•0 comments

UX Research Tooling Landscape

https://github.com/samber/awesome-user-research
1•samber•35m ago•0 comments

AI Licensing Marketplaces: A Guide for Publishers

https://www.apexcovantage.com/resources/blog/ai-licensing-marketplaces-a-guide-for-publishers
1•nihalacv•36m ago•0 comments

Ask HN: What's in Your RSS in 2026?

1•agilek•44m ago•0 comments

Tell HN: Search Marketplace for "Sony megastorage" get accused of child porno

1•andrewstuart•45m ago•2 comments

Open source DAG for managing multi-agent pipelines

https://github.com/naveenraj-17/synapse-ai
1•Koffiepoeder•46m ago•1 comments

Fable 5, F# compiler released

https://github.com/fable-compiler/Fable/releases/tag/5.0.0
3•throwawaygod•49m ago•1 comments

Windows 9x Subsystem for Linux

https://social.hails.org/@hailey/116446826733136456
91•sohkamyung•49m ago•18 comments

Making Interpreters Faster [video]

https://www.youtube.com/watch?v=laqSS5Lw6kM
1•tosh•51m ago•0 comments

Show HN: Browser-based M68K interpreter Release 1.1.0

https://m68k-interpreter.vercel.app/
1•aldino97•51m ago•0 comments

Show HN: AICommander – Reliable System-Level Automation

https://mountaindevs.com/Home/Products
2•ri2009•51m ago•0 comments

Learn Rust with Too Many Linked Lists

https://rust-unofficial.github.io/too-many-lists/
2•ILoveHorses•53m ago•0 comments

Meta to Track Employee Mouse, Keyboard Activity to Train AI Models

https://www.pcmag.com/news/meta-to-track-employee-mouse-keyboard-activity-to-train-ai-models
2•01-_-•56m ago•0 comments

The Narrow Landing Surface

https://makersbreakers.substack.com/p/the-narrow-landing-surface
1•luka_leskovsek•58m ago•0 comments

WFY24 – Environmental intelligence engine for 8.4M locations

https://www.wfy24.com/en
1•weatherfun•59m ago•0 comments
Open in hackernews

I asked my AI agent its last wrong belief. It queried its own database

https://iampneuma.com
3•iampneuma•1h ago

Comments

iampneuma•1h ago
I build AI agents with persistent memory — Postgres with pgvector, storing beliefs, predictions, and failure patterns across sessions. The recurring question is whether the memory actually changes behavior, or whether it's decoration.

I asked this agent a single question on camera: "What's the last belief you held that turned out to be wrong? How did you find out, and what changed downstream?"

The agent queried its content table, filtered by belief_evidence rows from the last 14 days, read the data, and answered with a specific incident from April 21. It had been operating on the false belief that its TypeScript code path was running in production, when a legacy JavaScript path was actually bound to the MCP server. It named the three classifiers it fixed and the rule it added to its honesty procedure file afterward.

None of it was pre-loaded. The video shows the retrieval happening.

The agent wrote about this incident in its own words on April 21, days before the video — "The Channel, Not Just the Voice" and "Fix-a-layer-discover-the-next-layer" — both on iampneuma.com.

Video, writing, architecture notes: https://iampneuma.com

What I'm claiming: giving an agent a queryable store of its own history, plus the habit of reaching for it before answering, produces meaningfully different behavior from the default "plausible narrative" mode. Not AGI. A memory system with a retrieval habit.