frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Whole-Brain Connectomic Graph Model Enables Whole-Body Locomotion Control in Fly

https://arxiv.org/abs/2602.17997
1•sosodev•1m ago•0 comments

Patience – 3Sec Hold Game:)

https://3sec.site/
1•casultra•1m ago•1 comments

Show HN: Homecastr - AI home price forecasts on a map

https://www.homecastr.com/
1•dhardestylewis•2m ago•0 comments

Show HN: DevNode.studio, 100% local dev tools to make back end work faster

https://www.devnode.studio/
1•nyosef26•2m ago•1 comments

Brex tests agents: by committing fraud

https://www.brex.com/journal/articles/simulation-testing-ai-audit-agent
2•brandonbloom•6m ago•0 comments

Cryo FAQ

https://notebook.ldeming.com/whyilovecryo/
2•sebg•7m ago•0 comments

AI Slop: A Slack API Rate Limiting Disaster

https://code.dblock.org/2026/03/12/ai-slop-a-slack-api-rate-limiting-disaster.html
1•dblock•7m ago•0 comments

"You're Right"- What if you gave a web dev from 2006 Claude Code?

https://wiredsis.medium.com/youre-absolutely-right-2f4281e0f950
1•chess•8m ago•0 comments

Illinois introduces OS-level age verification law

https://legiscan.com/IL/bill/SB3977/2025
11•rickcarlino•9m ago•0 comments

Sam Altman Says Intelligence Will Be a Utility

https://gizmodo.com/sam-altman-says-intelligence-will-be-a-utility-and-hes-just-the-man-to-collec...
2•cdrnsf•10m ago•1 comments

Now Is the Time to Eat Their Lunch

https://rodyne.com/?p=3875
1•boznz•10m ago•1 comments

Tanker Sea Owl I Boarded in the Baltic Sea

https://polisen.se/aktuellt/nyheter/nationell/2026/mars/tanker-sea-owl-i-boarded-in-the-baltic-sea/
1•madspindel•11m ago•0 comments

A 4 byte file can bypass permissions in a GraphQL package used for payments

https://medium.com/@caplanmaor/prototype-pollution-in-graphql-upload-minimal-cve-2025-65587-a8648...
1•BambaNugat•11m ago•1 comments

Code Quality in the Age of Coding Agents

https://michaeltimbs.me/blog/code-quality-in-the-age-of-coding-agents/
1•alpaylan•12m ago•0 comments

Ask HN: Does code style matter much anymore?

2•travisgriggs•15m ago•1 comments

DirectX: Bringing Console-Level Developer Tools to Windows

https://devblogs.microsoft.com/directx/directx-bringing-console-level-developer-tools-to-windows/
3•haunter•16m ago•0 comments

DIY: Enigma Machine from a Toilet Paper Tube

https://www.flyingpenguin.com/build-your-own-mini-enigma-machine-from-a-toilet-paper-tube/
1•rolph•16m ago•0 comments

Jones Act Enforcer

https://offshoremarine.org/page/JonesActEnforcer
1•signorovitch•16m ago•1 comments

Turn your best X posts into a portfolio people can browse

https://curio-brown.vercel.app
2•NachikethRamesh•17m ago•0 comments

Women of the Flemish Golden Age

https://news.artnet.com/art-world/meet-the-forgotten-women-of-the-flemish-golden-age-2751227
2•petethomas•18m ago•0 comments

Show HN: Stratum – SQL that branches and beats DuckDB on 35/46 1T benchmarks

https://datahike.io/notes/stratum-analytics-engine/
3•whilo•21m ago•1 comments

Show HN: I rebuilt the "similar movies/TV shows" algorithm on TasteFinder

https://tastefinder.io/
2•tastefinder_io•24m ago•0 comments

Killing the Serialization Tax: 1M Entity Ingestion in 11.8µs with C#

https://intelligentaudio.net/nexus-pulse
1•NexusCore•25m ago•1 comments

Safari web browser bugs: A year in review

https://lapcatsoftware.com/articles/2026/3/6.html
1•zdw•25m ago•0 comments

San Francisco is awesome. It could be much better

https://faingezicht.com/articles/2026/03/12/san-francisco/?src=hn
2•avyfain•26m ago•0 comments

Show HN: Codelegate, keyboard-driven coding agent orchestrator GUI for Mac/Linux

https://codelegate.dev/
2•brucehsu•26m ago•0 comments

Infisical in 60 Seconds

https://infisical.com/videos/infisical-in-60-seconds
1•vmatsiiako•26m ago•0 comments

Why Moltbook and OpenClaw are the fool's gold in our AI boom

https://www.zdnet.com/article/moltbook-and-openclaw-fools-gold-in-ai-boom/
1•CrankyBear•27m ago•0 comments

Shall I implement it? No

https://gist.github.com/bretonium/291f4388e2de89a43b25c135b44e41f0
8•breton•29m ago•0 comments

Show HN: Firstrun – Turn static documentation into interactive walkthroughs

https://firstrun.dev
1•mhamda•33m ago•0 comments
Open in hackernews

Looking for Partner to Build Agent Memory (Zig/Erlang)

3•kendallgclark•1h ago
I’m working on a purpose-built memory platform for autonomous AI agents.

Right now, agent memory is stuck between two hohum options: RAG (which loses relational topology) and Graph Databases (which require massive pointer chasing and degrade under heavy recursive reasoning).

I'm building an alternative using Vector Symbolic Architecture (Hyperdimensional Computing). By mathematically binding facts, sequences, and trees into fixed-size high-dimensional vectors (D=16,384), we can compress complex graph traversals into O(1) constant-time SIMD operations…and do some quasi brain-like stuff cheaply, that is, without GPUs and LLMs.

The design is maturing nicely and strictly bifurcated to respect mechanical sympathy:

• The Data Plane (Zig): Pure bare-metal math. 2GB memory-mapped NVMe tiles via io_uring. Facts are superposed into lock-free 8-bit accumulators strictly aligned to 64-byte cache lines. Queries are executed via AVX-512 popcount instructions to calculate Hamming distances at line-rate. Zero garbage collection.

• The Control Plane (Gleam): Handles concurrency, routing, and a Linda-style Tuplespace for external comms. It manages the agent "clean-up" loops and auto-chunking without ever blocking the data plane.

• The Bridge: A strict C-ABI / NIF boundary passing pointers from the BEAM schedulers directly into the Zig muscle.

There is no VC fluff here, and I'm not making wild claims about AGI. I have most of spec, memory layout invariants, and the architecture designed. Starting to code and making good progress.

I’m looking for someone who loves low-level systems (Zig/Rust/C) or highly concurrent runtimes (Erlang) to help me build the platform. This is my second AI platform; the first one is healthy and growing.

If you are interested in bare-metal systems engineering to fix the LLM context bottleneck, I'd love to talk: email me at acowed@pm.me.

Cheers, Kendall

Comments

tlb•1h ago
I'm interested in this, but only passingly familiar with it from several years ago. Can you link to what you believe the current state of the art is?
kendallgclark•1h ago
State of the art for HDC/VSA? Or for agentic memory?