Blog
1559+ articles — Page 12 of 65
Open Source
KyvernoCon Virtual 2026: Policy-as-Code Meets AI and
Full agenda and key takeaways from KyvernoCon Virtual 2026 — covering CEL policies, AI workload provenance, ISO27001 compliance, multi-tenant RBAC, GitOps.
5 min read AI
Distributed Inference vs Multi-GPU Inference
A practical comparison of multi-GPU inference within a single node versus distributed inference across multiple nodes. Covers tensor parallelism, pipeline.
8 min read AI
Book Review: Architecting Generative AI Applications by
A review of Architecting Generative AI Applications (Packt, 2026) covering LLMOps, RAG, agentic systems, and closing the demo-to-production gap.
4 min read Platform Engineering
FIO Storage Benchmarks for AI Training: NFS and SMB on
How to benchmark shared storage performance for distributed AI training workloads using FIO on Kubernetes. Covers NFS vs SMB throughput, IOPS patterns.
5 min read AI
Fine-Tuning Mistral with FSDP and LoRA on OpenShift
A production guide to fine-tuning Mistral models using FSDP2, LoRA/PEFT, and Run:ai on OpenShift with InfiniBand RDMA. Covers NCCL configuration, memory.
12 min read AI
GenAI-Perf: Benchmarking LLM Inference with NVIDIA's
How to benchmark vLLM inference endpoints using NVIDIA GenAI-Perf from multiple network locations. Covers token throughput, latency percentiles.
6 min read Platform Engineering
Multi-Node Distributed Inference with LeaderWorkerSet on
Deploy large language models across multiple Kubernetes nodes using the LeaderWorkerSet (LWS) operator. Covers vLLM pipeline parallelism, NCCL over.
5 min read AI
Training RetinaNet with DDP on Run:ai: Multi-Node Object
A production guide to training RetinaNet object detection models using PyTorch DDP on Run:ai with Open Images Dataset V7. Covers multi-node orchestration.
6 min read AI
GBrain: Garry Tan's Self-Wiring Knowledge Graph for AI
Garry Tan open-sourced GBrain — a self-wiring knowledge graph for AI agents with persistent memory, hybrid search, and automatic entity extraction.
5 min read AI
Karpathy's CLAUDE.md: 4 Rules That Fix LLM Coding
Andrej Karpathy's CLAUDE.md guidelines turn LLM coding discipline into 4 rules: clarify ambiguity, keep code simple, change surgically, and verify done.
4 min read AI
Garry Tan's gstack: 23 Claude Code Specialists That Ship
Y Combinator CEO Garry Tan open-sourced gstack — 23 Claude Code slash commands that turn one developer into a virtual engineering team. CEO, designer, QA.
4 min read Open Source
Inko: The Rust-Compiled Language with Erlang-Style
Inko is a new programming language that compiles to native code via Rust's LLVM backend. It combines single-ownership memory management with Erlang-style.
19 min read Open Source
Pixi: Building a Package Manager in Rust at RustNL Meetup
Live coverage of Tim de Jager and Bas Zalmstra from prefix.dev presenting Pixi — a fast, cross-platform package manager built in Rust on the conda.
5 min read Open Source
Rust in 2026: Why Systems Programming Is Eating the World
Where Rust is winning in 2026: Linux kernel, cloud infrastructure, AI frameworks, and developer tools. A practical guide with production use cases.
4 min read Open Source
Rust Async Runtime Deep Dive: Tokio vs async-std vs smol
Compare Rust async runtimes: Tokio, async-std, smol, and glommio. Performance benchmarks, io_uring, and when to use each in production infrastructure code.
5 min read Platform Engineering
Rust for Kubernetes Operators: Building Production Controllers with kube-rs
Build production-grade Kubernetes operators in Rust using the kube-rs ecosystem. Covers reconciliation loops, custom resources, error handling, and status.
4 min read Open Source
Building CLI Tools in Rust with Clap: From Zero to
Step-by-step guide to building professional CLI tools in Rust using clap, colored output, progress bars, and cross-platform distribution. Includes real.
4 min read Open Source
Rust Error Handling Patterns for Production Systems
Practical error handling strategies in Rust for infrastructure code. Covers thiserror vs anyhow, error propagation, retry patterns, and structured error.
3 min read Open Source
Rust Memory Safety Without Garbage Collection: How It Works
A deep dive into Rust's ownership system, borrowing rules, and lifetime annotations. Explains how Rust achieves memory safety at compile time without.
5 min read Platform Engineering
Rust vs Go in 2026: Choosing the Right Language for
A practical comparison of Rust and Go for building cloud infrastructure, CLI tools, and distributed systems. Based on real production experience with both.
5 min read Platform Engineering
Rust WebAssembly for Cloud Native: Wasm Components in
How Rust and WebAssembly are reshaping cloud-native workloads in 2026. Covers WASI, Wasm Components, Spin/Fermyon, wasmCloud, and when Wasm beats.
5 min read Open Source
Writing High-Performance Rust: Zero-Cost Abstractions in
How Rust delivers C-level performance while maintaining high-level abstractions. Covers iterators, monomorphization, inline assembly, SIMD, and profiling.
4 min read DevOps
Tank OS: Secure OpenClaw Deployments with Podman
Tank OS is a Podman-based bootable container image for secure enterprise OpenClaw deployments. Rootless containers, fleet management, and isolated credentials.
3 min read Platform Engineering
Fix CreateContainerConfigError in Kubernetes Pods
Kubernetes CreateContainerConfigError means the container cannot start due to missing ConfigMaps, Secrets, or invalid resource specs. Step-by-step.
4 min read