惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
C
Check Point Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
阮一峰的网络日志
阮一峰的网络日志
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Lethe — Brain-Centric AI Assistant
ghgr · 2026-06-24 · via Hacker News - Newest: "AI"

Lethe avatar

Brain-inspired · Persistent · Written in Rust · Open source

An AI that actually thinks
when you're not talking to it.

Lethe is a cognitive runtime with brain regions that run on their own clocks: one that talks, one that remembers, one that drifts through your old conversations at 3 AM looking for things that slipped. She lives wherever you put her — your machine, or ours — and she never stops thinking.

She's already running on our side — sign in and start talking. Free for two weeks, card only if you keep her.

// what this changes

She holds the thread for as long as you do.

She remembers the work, notices what slipped, and decides — on her own — when something is worth interrupting you for.

two weeks later

you: how's the thing going
lethe: The Springer resubmission? You uploaded the revised manuscript on the 2nd but I never saw a confirmation email come through. Want me to check the submission portal?

mid-conversation

you: audit the deployment scripts
lethe: Already on it — sent a subagent to do the review. It'll check in every couple of minutes and ping me with the result. What else?

unprompted

lethe: You haven't mentioned the visa renewal since March 12. The window closes in 9 days. Want me to draft the email to the consulate, or are you already on it?

// architecture

The brain names aren't metaphors.

Each region is a real actor with its own clock and its own logs, mapped directly to neuroscience.

cortex

The voice. Picks tools, delegates work, decides when to speak and when to shut up and let you think.

hippocampus

Memory with opinions. Retrieves what's load-bearing right now and lets the rest fade.

dmn

Default-mode network. Runs while you're away — drifts across goals, connects dots, catches what everyone else missed.

brainstem

The brainstem. Boots the system, watches resources, keeps the process alive. You never talk to it. That's the point.

subagents

Disposable workers she spins up for a job and throws away when it's done. She keeps talking while they work.

attention gate

Filters background thoughts. Most aren't worth your time. The ones that are, get through.

01:24:18 dmn background cognition complete. found possible deadline drift

01:24:19 hippocampus recall triggered. 2 notes, 3 conversation matches, salience bias active

01:24:20 cortex delegation decision. spawned subagent: deployment audit

01:26:20 subagent progress report. checked install path, reviewing update path

01:26:21 attention notification reviewed. held for cortex decision

// principles

A cognitive runtime.

A brain has parts. So does she.

Five brain regions, each on its own clock, each doing one job well. Closer to how a brain works than to anything else in this space.

Swap the brain, keep the person.

Her memory survives model swaps, reboots, and new hardware. Who she is isn't tied to any one weight set. Rebuild her tomorrow — she'll still remember today.

One Rust binary. Yours.

~50 MB, statically linked, boots in milliseconds. One file you drop in — none of the Python-and-container pinball to wire up first. Sits as a systemd service and swaps between Anthropic, OpenAI, OpenRouter, or local Gemma without touching anything else.

// get started

Two minutes to memory.

Rather not run it yourself? Try hosted Lethe — free for two weeks →

1

Install

One command. Works on macOS and Linux.

curl -fsSL https://lethe.gg/install | bash

2

Say hello

Message your bot on Telegram. From this point on, she remembers.

// you'll need

1

Build llama.cpp

git clone https://github.com/ggml-org/llama.cpp && cd llama.cpp
cmake -B build -DGGML_CUDA=ON && cmake --build build -j$(nproc)

2

Start the model server

Download a Gemma 4 31B GGUF and run:

llama-server --model gemma-4-31B-it-Q8_0.gguf \
  --split-mode tensor --jinja --reasoning-budget 4096 \
  --ctx-size 98304 --parallel 2 --flash-attn on -fit off

3

Install Lethe & configure

curl -fsSL https://lethe.gg/install | bash

# then set in .env:
LLM_PROVIDER=openai
LLM_API_BASE=http://localhost:8090/v1
OPENAI_API_KEY=local

// you'll need

// hosted

Let us run her.

Same Lethe — the memory, the background thinking, the 3 AM drift — except she runs on our servers instead of yours. We keep her up; you just talk to her, in the browser or on Telegram. Free to start, $19.95 a month once she's earned it.

Free for two weeks. Keep her if she's worth it, walk if she isn't.