Skip to main content

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.

Google's Gemma 4 Is Out β€” Here's Why Web Developers Should Pay Attention

Β· 8 min read
Gergely Sipos
Frontend Architect

Google just released Gemma 4, the latest generation of their open model family β€” and two things make this one genuinely different. First, it's now Apache 2.0 licensed, removing the custom-license friction that held back adoption. Second, the lineup spans from a 2B-parameter edge model that fits on a Raspberry Pi to a 31B powerhouse that ranks in the top 3 open-source LLMs on the Arena AI leaderboard. If you're a web developer, this one's worth a closer look 🧠.

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.

High definition CSS colors are widely available

Β· One min read
Gergely Sipos
Frontend Architect

Aliz Web Hub Launch πŸš€

Β· One min read
Gergely Sipos
Frontend Architect

This is an experiment. This should be a place for engineers to find info/recommendations to topics related to Web, Node and everything Javascript.

Maybe sometime in the future other engineering tracks inside Aliz will use this setup, or maybe we will have a big Aliz Tech Hub. Who knows?

What if it fails to be useful?​

The content here is basically Markdown files. Should be pretty easy to move migrate anywhere else we want.

Welcome

Β· One min read
SΓ©bastien Lorber
Docusaurus maintainer
Yangshun Tay
Front End Engineer @ Facebook

Docusaurus blogging features are powered by the blog plugin.

Simply add Markdown files (or folders) to the blog directory.

Regular blog authors can be added to authors.yml.

The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

A blog post folder can be convenient to co-locate blog post images:

Docusaurus Plushie

The blog supports tags as well!

And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.