frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Treating Chronic Pain Is Hard. An Experimental Approach Shows Promise

https://www.nytimes.com/2025/08/14/health/pain-personalized-brain-stimulation.html
1•mitchbob•43s ago•1 comments

An AI-Powered MTG Set Generator

https://wingedsheep.com/mana-from-the-machine/
1•teekoiv•3m ago•0 comments

Devo's misunderstood art-rock legacy explored in new documentary

https://apnews.com/article/devo-documentary-netflix-whip-it-9cf460e44756f89ee04dfc14385b7b3a
1•petethomas•4m ago•0 comments

Show HN: NeoSVG Tracer – Convert any image to SVG

https://neosvg.com/tracer
1•vitorcremonez•4m ago•0 comments

Why Do Screens Keep You Up? It May Not Be the Blue Light.

https://www.nytimes.com/2025/08/17/well/health-effects-blue-light-screen-use.html
1•mitchbob•5m ago•1 comments

Dynamo, DynamoDB, and Aurora DSQL

https://brooker.co.za/blog/2025/08/15/dynamo-dynamodb-dsql.html
1•eatonphil•6m ago•0 comments

Agile as a Micromanagement Tool

https://muromuro.substack.com/p/agile-as-a-micromanagement-tool
1•Chinjut•6m ago•0 comments

The Outcry over GPT-4o's Brief Death

https://eshumarneedi.com/2025/08/15/the-outcry-over-gptos-brief.html
1•speckx•7m ago•0 comments

Flopped launch and new squad building: Boston and Denver's journey to the NWSL

https://www.theguardian.com/football/2025/jul/31/nwsl-boston-legacy-denver-summit-expansion-moving-the-goalposts
1•PaulHoule•7m ago•0 comments

Syzygy

https://en.wikipedia.org/wiki/Syzygy_(astronomy)
1•cl3misch•7m ago•0 comments

MSNBC Rebrand

https://www.theverge.com/news/760533/msnbc-my-source-news-opinion-world-rebrand
4•net01•10m ago•1 comments

What's in Your Wallet?

https://www.johndcook.com/blog/2025/08/16/whats-in-your-wallet/
1•warrenm•11m ago•1 comments

Self-propelled ice could be the green power of the future

https://techxplore.com/news/2025-08-propelled-ice-green-power-future.html
2•Brajeshwar•11m ago•1 comments

APIs don't make good MCP tools

https://www.reillywood.com/blog/apis-dont-make-good-mcp-tools/
2•ripley12•12m ago•0 comments

Show HN: 9xchat – Desktop AI client with floating window and more

https://9xchat.com
2•sudovijay•12m ago•0 comments

Understanding Nuclear Submarines: Power and Purpose Explained

https://militaryrealism.blog/2025/08/14/the-underwater-nuclear-family/
2•speckx•13m ago•0 comments

Silicon Valley is in its 'hard tech' era

https://www.nytimes.com/2025/08/04/technology/ai-silicon-valley-hard-tech.html
2•kaycebasques•15m ago•0 comments

You Can Try Your Best and Fail, but Still You Learn

https://gijn.org/stories/10-questions-blanshe-musinguzi-african-ij-year/
2•warrenm•15m ago•0 comments

Show HN: API for free wildcard domain name

https://wildcard.jolly-ops.com/
1•xiwenc•16m ago•0 comments

Whimsical Animations

https://whimsy.joshwcomeau.com/
1•rasulkireev•16m ago•0 comments

Show HN: OS X Mavericks Forever

https://mavericksforever.com/
1•Wowfunhappy•16m ago•0 comments

AI's changed (is changing) college education

https://www.theatlantic.com/technology/archive/2025/08/ai-college-class-of-2026/683901/
1•LAsteNERD•16m ago•2 comments

Kakistocracy

https://www.science.org/content/blog-post/kakistocracy
2•xnx•17m ago•1 comments

Minitap – Open-source AI agents that control mobile apps with natural language

https://github.com/minitap-ai/mobile-use
1•clement-ggt•17m ago•1 comments

When 'When' Went Wonky

https://kerrigan.dev/blog/kotlin-when
1•joek1301•18m ago•0 comments

How Ozempic's maker lost its shine after creating a wonder drug

https://www.nytimes.com/2025/08/07/business/ozempic-wegovy-novo-nordisk-decline.html
1•kaycebasques•18m ago•0 comments

Show HN: Basely - Open Source Content Creation Platform for Developers

https://github.com/livesession/basely
1•zdunecki•19m ago•0 comments

Show HN: Buggy – a privacy-first baby tracker (iOS, offline, no account)

2•itzami•21m ago•0 comments

Study: Moths Can Remember Caterpillar Days (2008)

https://www.npr.org/2008/03/10/88031220/study-moths-can-remember-caterpillar-days
1•thunderbong•22m ago•0 comments

I added a speaker view to my OCaml presentation tool

https://github.com/panglesd/slipshow/releases/tag/v0.6.0
1•panglesd•23m ago•0 comments
Open in hackernews

Show HN: Memori – Open-Source Memory Engine for AI Agents

https://github.com/GibsonAI/memori
14•Arindam1729•1h ago
Hey HN! I'm Arindam, part of the team behind Memori (https://memori.gibsonai.com/).

Memori adds a stateful memory engine to AI agents, enabling them to stay consistent, recall past work, and improve over time. With Memori, agents don’t lose track of multi-step workflows, repeat tool calls, or forget user preferences. Instead, they build up human-like memory that makes them more reliable and efficient across sessions.

We’ve also put together demo apps (a personal diary assistant, a research agent, and a travel planner) so you can see memory in action.

Current LLMs are stateless — they forget everything between sessions. This leads to repetitive interactions, wasted tokens, and inconsistent results. When building AI agents, this problem gets even worse: without memory, they can’t recover from failures, coordinate across steps, or apply simple rules like “always write tests.”

We realized that for AI agents to work in production, they need memory. That’s why we built Memori.

Memori uses a multi-agent architecture to capture conversations, analyze them, and decide which memories to keep active. It supports three modes:

- Conscious Mode: short-term memory for recent, essential context. - Auto Mode: dynamic search across long-term memory. - Combined Mode: blends both for fast recall and deep retrieval.

Under the hood, Memori is SQL-first. You can use SQLite, PostgreSQL, or MySQL to store memory with built-in full-text search, versioning, and optimization. This makes it simple to deploy, production-ready, and extensible.

Memori is backed by GibsonAI’s database infrastructure, which supports:

- Instant provisioning - Autoscaling on demand - Database branching & versioning - Query optimization - Point of recovery

This means memory isn’t just stored, it’s reliable, efficient, and scales with real-world workloads.

We’ve open-sourced Memori under the Apache 2.0 license so anyone can build with it. You can check out the GitHub repo here: https://github.com/GibsonAI/memori, explore the docs, and join our community on Discord.

We’d love to hear your thoughts. Please dive into the code, try out the demos, and share feedback, your input will help shape where we take Memori from here.

Comments

Bigjoe1234•1h ago
This looks great, will check this out and definitely try it out .
Arindam1729•52m ago
Awesome, please let us know how that goes!
astro_09•1h ago
The ability to handle both the session specific conversations but also persist them across multiple session runs is amazing. this could be modeled in a way where each user has their own specific session + user specific memory.

Memori definitely looks interesting. Is there any comparison with other memory system/tools like zep/letta etc

ugofebe•1h ago
Sounds super cool
Arindam1729•52m ago
Feel Free to try this out and let us know your feedback
boburumurzokov•1h ago
Thanks for sharing!

I see you have also integration with LangChain, Agno, CrewAI. I have been using Mem0. But I like how Memori simplifies the developer experience.

riswan0•1h ago
This is really amazing!
Arindam1729•51m ago
thanks for checking out
harshalmore31•56m ago
I just checked out Memori, it’s great!

I really like its ability to keep chat history so persistent that the same memory can be used across multiple agents, making workflows even much better.

AhmadTigress•53m ago
I love Open source because they are the backbone driving the Tech space. I really look forward to testing this out on my project. Great work .
hassanambi•35m ago
Great work already, we need more open source. Great work