#ai-agents
11 articles
-
Claude Subconscious Gives Claude Code a Persistent Memory That Actually Works
A background agent that runs silently after every Claude Code response, building and surfacing context across sessions without adding latency to your workflow.
-
Build a RAG System Without Embeddings or Vector Databases
PageIndex turns documents into navigable trees. An LLM reasons through the hierarchy to find answers — no embeddings, no similarity search, just structured retrieval.
-
An AI Agent Made $19,915 in 8 Hours. The Benchmark That Proved It Is Open Source.
ClawWork dropped 220 professional tasks across 44 job categories, gave AI agents $10 each, and told them to survive. One agent turned that into nearly twenty grand.
-
The AI Doesn't Need to Read Your Codebase. It Needs a Map.
Context Hub, Code Review Graph, and the emerging discipline of giving AI agents less to make them smarter.
-
Databricks Agent Bricks Is Quietly Changing How Data Engineers Work
Describe the task. Connect your data. Let the platform handle the rest. That is the promise of Agent Bricks — and for a specific, important set of data engineering problems, it is actually delivering on it.
-
GitNexus Gives AI Agents a Nervous System for Code
AI coding agents are blind — they read files but don't see structure. A 16K-star open-source project is changing that by building knowledge graphs that make agents actually understand codebases.
-
The AI Doesn't Need to Read Your Codebase — It Needs a Map
Context Hub, Code Review Graph, and the emerging discipline of giving AI agents less to make them smarter.
-
CLI-Anything turns Photoshop into a terminal command
One plugin scans a desktop app's source code and generates a complete command-line interface for it, so AI agents can use software that was built for humans.
-
Karpathy Let an AI Agent Do ML Research While He Slept — It Ran 100 Experiments by Morning
AutoResearch gives an AI agent one file, one GPU, and one metric. The agent modifies the code, trains for 5 minutes, checks if it improved, and repeats all night long. The results are surprisingly good.
-
Databricks Agent Bricks Is Quietly Changing How Data Engineers Work
Describe the task. Connect your data. Let the platform handle the rest. That's the promise of Agent Bricks — and for a specific, important set of data engineering problems, it's actually delivering.
-
Claude Code Puts an AI Agent in Your Terminal — And It Actually Works
Anthropic's agentic CLI reads your codebase, edits files, runs commands, and commits changes. No IDE plugin. No web UI. Just a terminal that understands what you're building.