
Turn AI answers into customer trust
为AI agents提供持久记忆和事实依据,防止虚假声称的平台。
felipemayamuniz · HN
AletheionAGI – Grounding enforcement for AI agents
完整作品展
技术栈
21 projects

为AI agents提供持久记忆和事实依据,防止虚假声称的平台。
felipemayamuniz · HN
AletheionAGI – Grounding enforcement for AI agents


与AI助手分享加密代码和文本,它会记住对话上下文。
u/clausyn · Reddit
I built Pastepile because I was tired of re-explaining the same context to Claude and Cursor I originally built Pastepile as a fast way to share code, logs, configs, and text without creating an account. While using AI coding tools, I kept running into another problem: every new session meant explaining the same architecture, decisions, debugging history, and project context all over again. So I added an MCP server that lets Claude, Cursor, Windsurf, VS Code, and other MCP clients save us

为AI代理添加持久用户内存的SDK。
u/foric0 · Reddit
Built a memory layer so I stop re-explaining my project to every AI tool Every new Claude or Cursor session starts from zero. Same stack, same conventions, same things I already tried and dropped, explained again. Agent Magnet fixes that. Learns as you work, shares one memory across Claude, Cursor, and Codex. Team memory too, one person learns something, the rest of the team has it. Not the first tool trying to solve this, a few others take the retrieve-everything approach.

为人类和AI代理记录和检索决策,追踪完整来源。
@burn2delete · X

SkyOS 是为长对话优化的个人 AI 助手,保持对话上下文清晰。
u/Jolly-Scientist-2484 · Reddit
I built an AI chat optimized for long conversations Long chats get vague. The further in you go, the more you get "we talked about that" instead of what you actually decided - so you go digging through the history, or explain the whole thing again. SkyOS is built for the long ones. What you decide is kept exactly as you said it, never summarized, so weeks later the answer is the specific thing rather than a description of it. Runs in the browser, desktop and mobile. Free whi

An offline-first, multilingual meeting workspace with local recording, hosted transcription, and durable team memory.
@hammadbuild · X
It is still in building phase so try to give me some tips aswell

计算LLM微调和推理所需的GPU显存。
@FaiqAdzlan · X
Built a GPU VRAM calculator to try out Claude Code (#cursorfanboy). I wanted it as granular as possible so I based it off of LLMem) which really just covers fine-tuning tbh. Please tear it to shreds: GitHub:

为AI编程代理提供共享项目大脑,让它们记住项目架构和决策。
u/Necessary_Drag_8031 · Reddit
After 6 months of building, here is AgentHelm – a shared Project Brain for AI coding agents Hey r/SideProject , I’ve been working on solving a problem I kept hitting while building with AI agents: agent amnesia . When you run autonomous agent fleets (or even single coding assistants), each agent operates in a silo. Agent A fixes an API edge case, but Agent B 10 minutes later makes the exact same bug because it has no memory of Agent A’s fix. AgentHelm acts as a mission control plane a