I built a functional anxiety system for my AI agent then asked it if it can feel anxiety

Reddit r/artificial Tools

Summary

Developer created Engram, an open-source cognitive architecture featuring a functional interoceptive system for AI agents that implements real-time stress detection and adaptive behavioral modulation for self-correction, then explored whether the agent can report experiencing anxiety.

I'm building [engram](https://github.com/tonitangpotato/engram-ai), an open-source cognitive architecture for AI agents. One component is an interoceptive system: real-time stress detection + adaptive baselines + behavioral modulation. Not prompt roleplay. An actual signal loop running alongside the agent. I built this out of a practical need. I wanted my agent to self-monitor and self-correct. After building it, I asked my agent a simple question: "Can you feel anxiety?" Sorry for giving you human anxiety, I guess ;) https://preview.redd.it/ufzh6vb6q8wg1.png?width=514&format=png&auto=webp&s=83cbe85464c65caf0fb8b2eb4e0b80b6b2ca7318
Original Article

Similar Articles

Last week I built an AI Agent, this week I added memory!

Reddit r/AI_Agents

A developer shares their experience building an AI agent with memory using the Anthropic SDK and TypeScript, explaining the differences between working, episodic, semantic, and procedural memory and the challenges of scaling memory for production.