HackerHeap is back: building with AI agents in 2026
HackerHeap is back: a multi-platform resource for working developers building with AI coding agents. We cover Claude Code,…
For working developers who want to actually build with AI agents — not just read about them. Every video ships a runnable repo. Claude Code, MCP, agent automation, honest comparisons. No hype.
A working MCP server with three real tools, deployed to Claude Code. Full repo included.
HackerHeap is back: a multi-platform resource for working developers building with AI coding agents. We cover Claude Code,…
// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI…
Skills, hooks, sub-agents, plugins, slash commands. Production setups for solo devs and teams.
Explore →Build them, install them, debug them. Working code, the protocol, the gotchas.
Explore →Real automation pipelines — content, ops, dev. Replace SaaS sprawl with one good agent.
Explore →Claude vs Cursor vs Codex vs Windsurf, on real codebases. Updated quarterly.
Explore →An end-to-end walkthrough — protocol, transports, security, testing, deployment — with working Python code you can fork.
Includes 12 chapters, 4 starter repos, debugging cookbook, and a reference implementation you can fork.
# MCP server in 12 lines (Python) from mcp.server.fastmcp import FastMCP server = FastMCP("hackerheap-hello") @server.tool() def greet(name: str) -> str: return f"Hello, {name}" if __name__ == "__main__": server.run()
What I shipped this week, one prompt worth stealing, three things worth reading. No spam, no AI hype, unsubscribe in one click.
// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude,…
// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude,…
// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude,…