for ActiveGraph, i'm using Cofounder by @intelligenceco as my… cofounder I'm working on the repo, doing research. Cofounder built the website, manages newsletter/blog, and when I do a new blog or have something new to share, I just ping it saying "here's a link/content, can
AGENTS
-

Karpathy ditches RAG for autonomous Obsidian markdown wiki
By
–
@karpathy literally ditched traditional RAG for an autonomous Obsidian file system. Instead of writing code, he dumps raw AI research into a local folder and lets an LLM convert it into an interconnected markdown wiki. He rarely edits the text manually. By relying purely on
-
SkillOpt: Reusable External Skills for AI Agents
By
–
The key idea: SkillOpt does not make the deployed agent larger. It trains a reusable external skill artifact offline, then ships only the improved procedure. That is a very different adaptation layer than fine-tuning, prompting, or adding more inference-time calls.
-

SkillOpt: Self-Evolving Agent Skills in Agentic AI
By
–
One of the most important objects in agentic AI may turn out to be a Markdown file. Not the model weights.
Not the prompt. The skill document. A new Microsoft paper introduces SkillOpt: Executive Strategy for Self-Evolving Agent Skills. The thesis is sharp: If an agent’s -
Memory Management in AI Systems: MemGPT and Schema Design
By
–
MemGPT is a great parallel. Paging between fast context and slow storage is essentially the same idea; memory needs an explicit policy, not just a bigger buffer. The schema approach pushes that decision even earlier, to ingestion time rather than retrieval time.
-

CLI-Anything turns any GUI app into a CLI for AI agents
By
–
Turn any GUI app into a CLI for AI agents! CLI-Anything automatically generates command-line interfaces for any software by analyzing its codebase. Point it at GIMP, Blender, LibreOffice, or any application and get a production-ready CLI that AI agents can use. The problem: AI
-
From Passive Chat to Autonomous Action: One-Person Enterprise
By
–
The theme this week? From passive chat → autonomous action.
The building blocks of the one-person enterprise are here. See all tools: http://
futurepedia.io #Futurepedia #AITools #AIAgents #ProductivityAI #FutureOfWork -

7 New AI Tools That Make AI Your Entire Team
By
–
AI is no longer just a chat tool. It's becoming your entire team.
Here are 7 new tools this week that prove it – mailx
– drizz
– lobehub
– pollyreach
– runtime
– storeclaw
– tycoon
#AITools #FutureOfWork #AIAgents -

AI Agents for Small Business Automation with n8n
By
–
AI agents for small business • Automate leads
• Automate email
• Automate support
• Connect workflows
• Reduce manual work AI + n8n = scalable automation without complex coding. Via Giuliano Liguori (
@ingliguori
) #AI #Automation #n8n -
Ontology-Constrained Memory as Reasoning Boundary for Agents
By
–
Ontology-constrained memory is a great way to frame it. The key insight that clicked for me is that the schema is not just a filter on what gets stored, it is also a reasoning boundary. What the agent cannot represent, it cannot hallucinate connections about.