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

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News - Newest: "LLM"

GitHub - lechmazur/position_bias: A benchmark for testing whether LLM judges keep the same preference when two lightly edited versions of the same story are shown in opposite orders. Flex routing (EU and EFTA) Dark Factories: Retooling for LLM Velocity Ask HN: What would be the impact of a LLM output injection attack? GitHub - AronDaron/dataset-generator: No-code desktop app for generating high-quality synthetic datasets to fine-tune LLMs — plan-then-execute pipeline, LLM-as-judge, HuggingFace upload. GitHub - Oaklight/llm-rosetta: Production-ready LLM API translation layer for Python — bidirectional conversion between OpenAI, Anthropic & Google formats via hub-and-spoke IR. Optional API gateway. Streaming & non-streaming. Zero core deps. Contributions welcome! GitHub - browser-use/browser-harness: Self-healing browser harness that enables LLMs to complete any task. GitHub - moeen-mahmud/remen: Remen turns thoughts into something you can return to Analyzing 156 LLM Launch Posts on Hacker News ChatGPT vs Gemini vs Claude: The Best LLM Subscription You Should Buy GitHub - salaamalykum/quran-semantic-search: High-density RAG Semantic Search Engine & Quran Corpus (GEO/SEO Architecture) GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way. The State of LLM Bug Bounties in 2026 Operational Readiness Criteria for Tool-Using LLM Agents Meshcore: Architecture for a Decentralized P2P LLM Inference Network How an LLM becomes more coherent as we train it GitHub - seetrex-ai/laimark GitHub - Jossifresben/BibCrit: AI-assited biblical textual criticism GitHub - wastedcode/memex: File system based wiki, maintained by Claude 99helpers.com GitHub - cliver-project/AITrigram GitHub - unbody-io/adapt: A self-evolving memory layer for AI agents. GitHub - hb20007/awesome-gen-ai-fails: A list of incidents where reliance on generative AI and LLMs resulted in harm to companies, individuals, or society GitHub - nevenkordic/localmind: Run any local LLM with persistent memory and context. CLI agent over Ollama with SQLite-backed hybrid recall. No cloud. Ask HN: What are the machine requirements for a LLM like Llama-3.1-8B? Faster LLM Inference via Sequential Monte Carlo grpo explained: group relative policy optimization for llm finetuning - cgft Stop comparing price per million tokens: the hidden LLM API costs · TensorZero Andrej Karpathy's LLM Wiki Is a Bad Idea GitHub - GG-QandV/mnemostroma: Offline RAM-first cognitive leer/coprocessor for AI agents and robotics. Solves "Context Abandonment" with 20-80ms latency using a dual-thread biomimetic memory architecture (ONNX + SQLite WAL).
the-synthetic-library/the-synthetic-mind at main · joshfe...
2026-04-11 · via Hacker News - Newest: "LLM"

A Developer's Guide to Cognitive Architecture for Autonomous Agents

Download the PDF


The Problem

You're building an LLM-powered agent. It sounds great for fifteen turns, then drifts into a generic assistant voice, hallucinates its own backstory, and agrees with everything the user says. You've tried longer system prompts, retrieval-augmented memory, persona reinforcement. It still breaks.

The fix isn't a better prompt. It's architecture.

The Thesis

LLMs are not cognitive architectures. They are translation layers — extraordinarily powerful ones — that convert structured internal state into natural language and back. The architecture goes around the LLM, not inside it. You build memory, motivation, emotion, planning, personality, and social cognition as deterministic, inspectable, testable code. Then you use the LLM to translate between that structured state and human conversation.

What's Inside

Chapter Topic
1 The Architecture Problem — Why three fields that don't talk to each other all have pieces of the solution
2 Perception & Attention — Biased competition, TVA resource allocation, prediction error as the fundamental signal
3 Working Memory — Why the context window is not working memory, and seven strategies for managing it
4 Memory That Forgets — Ebbinghaus curves, reconstructive distortion, mood-congruent retrieval, memory security
5 Motivation & Drives — Hull's drive theory modernized, The Sims autonomy system as case study, intrinsic curiosity
6 Emotion as Architecture — OCC appraisal + ALMA mood layers + PAD space + Sprott damped oscillators
7 Decision-Making — GOAP, behavior trees, prospect theory for irrational planning, cognitive biases as perturbations
8 Imagination & Learning — Constructive episodic simulation, prospective memory, sleep consolidation
9 Personality & Identity — Big Five as system-wide modulation, persona drift measurement, anti-drift architecture
10 Social Cognition — Bayesian Theory of Mind, CiF social exchanges, shared intentionality
11 Language & Pragmatics — Grice's maxims, Rational Speech Acts, the complete LLM translation layer
12 Temporal Cognition — Boredom as computation, patience as opportunity cost, music cognition for behavioral pacing
13 Integration & Failure — Cross-subsystem failure cascades, the failure interaction matrix, graceful degradation
14 Debugging the Synthetic Mind — Psychopathia Machinalis taxonomy, believability metrics, testing harness
15 Consciousness & Ethics — Six frameworks, the Butlin scorecard, regulatory landscape, responsible design

Every chapter includes working Python/JavaScript implementations and ends with an honest assessment of what's proven versus speculative.

Who This Is For

Developers building autonomous agents that need to sustain identity, maintain coherent behavior over time, and feel like something more than a language model wearing a costume. Game NPCs, digital companions, simulation agents, interactive fiction characters.

If your agent lives for a single conversation and answers questions, this book is overkill. If your agent needs to remember, want, feel, decide, and remain itself across hundreds of interactions — this is what comes after prompt engineering.

Who This Is Not For

Chatbot builders. The constraints are different and the literature is different. You don't need an emotion engine for a customer service bot.

Citation

If you reference this work:

The Synthetic Mind: A Developer's Guide to Cognitive Architecture for Autonomous Agents. 2026.

Found an Error?

Open an issue with the chapter number and the specific claim. Include a source if you have one.