Skip to main content

14 posts tagged with "agents"

View All Tags

Two New Roadmap.sh Resources β€” OpenClaw and Claude Code πŸ—ΊοΈ

Β· 5 min read
Gergely Sipos
Frontend Architect

Roadmap.sh has published two new learning paths directly relevant to the Aliz stack: one for Claude Code (Anthropic's CLI-based coding agent, already our ⭐ recommendation for complex tasks) and one for OpenClaw (an open-source AI agent orchestration framework). These join roadmap.sh's existing web, JavaScript, TypeScript, and Node.js roadmaps as structured, community-maintained learning resources.

Copilot CLI's Rubber Duck β€” Cross-Model Review for Coding Agents πŸ¦†

Β· 8 min read
Gergely Sipos
Frontend Architect

GitHub just shipped an experimental feature in Copilot CLI (announced April 6) that does something no mainstream coding agent has done before: it uses a second model from a different AI family to review the primary agent's work before it executes. The feature is called Rubber Duck, and it's one of the first real-world implementations of cross-model review built into a tool developers actually use daily. If you care about multi-agent workflows or code quality, this one is directly relevant.

Karpathy's LLM Wiki β€” A Better Pattern Than RAG? 🧠

Β· 10 min read
Gergely Sipos
Frontend Architect

Andrej Karpathy β€” the same person who coined vibe coding β€” recently published a gist describing a pattern he calls the "LLM Wiki". The core tension it addresses is simple: RAG re-derives knowledge from scratch on every question. What if the LLM built something persistent instead β€” a structured, interlinked wiki that compounds over time? It's a deceptively simple idea with some genuinely interesting implications.