Skip to main content

VirtusLab's ArticlesRSS

Artificial Intelligence|Jan 21, 2026

GitHub All-Stars #12: Beads, or: How to Give an AI Goldfish a Memory

In this series, every other Wednesday, I pick one trending repo and take it apart piece by piece. This week, I pulled out one key component of the entire GasTown engine, the thing without which the agents are basically useless. That component is Beads.

github_star_in_space
Artificial Intelligence|Jan 20, 2026

NeurIPS 2025 Best Papers TL;DR part 1: Gated Attention

Adam Kaczmarek will break down an article, "Gated Attention for Large Language Models: Non-linearity, Sparsity, and Attention-Sink-Free," featured in NeurIPS 2025. He will also explain the background for this paper: different types of attention and gating mechanisms.

neurons_connected
Scala|Jan 20, 2026

Seamless k6.io Performance Testing in Scala Projects Using Scala.js

Modern systems rarely fail because of a single bug. More often, they degrade under real-world pressure: sudden traffic spikes, chatty cross-service calls, slow leaks that only surface after hours of load. Performance issues now emerge continuously in production, not during a dedicated test phase. In this article, we will explore writing k6 tests in Scala via Scala.js. We will talk about compile-time guarantees, functional composition, and direct integration into Scala-based projects.

colourfull_wave
Artificial Intelligence|Jan 7, 2026

GitHub All-Stars #11: vibe-kanban – a Kanban board for AI agents

Every other Wednesday we pick one trending project and break it down into its core pieces. Not another React framework or even an agent framework - but something fresh, something that helps us understand where our industry is heading. Today’s pick: BloopAI/vibe-kanban. A tool written in Rust that tries to bring order to the chaos of working with coding agents.

connected_cubes
Artificial Intelligence|Dec 11, 2025

How To Write Rules for AI Coding Tools - A Practical Guide from Real Projects

This guide explains how developers can craft small, precise rules that make AI coding tools more reliable. It shows practical techniques for structuring, organizing, and enforcing rules to achieve consistent, production-grade output.

brain_made_with_binary
Artificial Intelligence|Dec 11, 2025

How to Test and Evaluate Agentic Systems for Reliability

Agentic systems require a new testing paradigm focused on evaluating trajectories, not just outcomes. This post details core test types, metrics, and tools.

Green Brain Tree
Artificial Intelligence|Dec 3, 2025

GitHub All-Stars #10: llm-council – AI Consensus mechanism

I've always claimed there's no better way to learn anything than to build something with your own hands... and the second best way is to do a Code Review of someone else's code. Today, we are taking on a project that made waves on Twitter (or X) and GitHub, not so much because of the complexity of the code, but because of the philosophy behind it, and above all, because of its author, Andrej Karpathy. And in this article, we'll discuss his AI consensus mechanism called llm-council.

cubes_layered
Artificial Intelligence|Nov 19, 2025

GitHub All-Stars #9: git-rewrite-commits – Artificial Intelligence to the Rescue of a Chaotic Git History

Every other Wednesday, we’ll pick one trending repository from the previous week and give it some focused attention by preparing a tutorial, article, or code review – learning from its creators in the process. Today, we’re taking a look at a project that tackles one of the most embarrassing yet universal problems in our industry: f/git-rewrite-commits.

github_9_cover
Backend Engineering|Nov 18, 2025

TypeOps evolved: Scaling type-safe infrastructure to microservices

We’re taking the next step in the evolution of TypeOps: bringing type-safe integration to the level of full microservices. This generalization of the original design opens the door to something larger – a platform that can grow into an ecosystem of SDKs, plugins, and protocol connectors.

connected_squares_Typeops
Artificial Intelligence|Nov 17, 2025

This Month We AIed #4

Welcome to the fourth article in the This Month We AIed series. In this edition, we will demonstrate how a simple CLAUDE.md file can transform chaos into clarity, reveal how to use ChatGPT to transform a lightning talk into presentation-as-code, and take you on a journey from chaotic vibe coding to disciplined specification-driven development.

logos_VirtusLab_SoftwareMill
Artificial Intelligence|Nov 12, 2025

Understanding How Claude Code Works: A Deep Dive into LLM-Powered Developer Tools

If you're a developer exploring AI coding assistants, you might have encountered Claude Code and wondered how it actually works under the hood. What's the relationship between the command-line tool you install and the large language model that powers it? How does the AI decide when to read your files or run commands? And how do those CLAUDE.md instruction files actually get interpreted? This article will walk you through these questions by clarifying a fundamental distinction that often gets overlooked when people first encounter Claude Code.

realisti_logo_of_claude
Artificial Intelligence|Oct 29, 2025

GitHub All-Stars #8: toon - Cutting LLM costs in the protocol layer

In our “GitHub All-Stars” series, we take “new or little-known” open-source gems that solve real engineering problems and put them under the microscope. Today, we’re looking at toon —a tool that directly tackles the financial and performance overhead of data serialization in the age of AI.

green_chart