Artificial Intelligence

Explore the rapidly evolving world of artificial intelligence, machine learning, and automation. From AI ethics to real-world applications, this category delivers insights that matter for today and tomorrow.

Pretraining a Llama Model on Your Local GPU

This article is divided into three parts; they are: • Training a Tokenizer with Special Tokens • Preparing the Training Data • Running the Pretraining The model architecture you will use is the same as the one created in the

Hiring specialists made sense before AI — now generalists win

Tony Stoyanov is CTO and co-founder of EliseAI In the 2010s, tech companies chased staff-level specialists: Backend engineers, data scientists, system architects. That model worked when technology evolved slowly. Specialists knew their craft, could deliver quickly and built careers on…

Rotary Position Embeddings for Long Context Length

This article is divided into two parts; they are: • Simple RoPE • RoPE for Long Context Length Compared to the sinusoidal position embeddings in the original Transformer paper, RoPE mutates the input tensor using a rotation matrix: $$ begin{aligned}…

5 Agentic Coding Tips & Tricks

Agentic coding only feels “smart” when it ships correct diffs, passes tests, and leaves a paper trail you can trust.