cd/entity/tiktoken· home entities tiktoken
grep -l @tiktoken /news/*.json | wc -l → 14

tiktoken

mentions 14 type Organization feed RSS

// recent coverage 14 mentions

21:01
2026-07-08
pub.towardsai.net
large-language-models

How to Build Your Own Tiny LLM From Scratch

A guide explains how to build a tiny large language model from scratch, covering tokenization, pretraining, supervised fine-tuning, and alignment. It aims to demystify the LLM pipeline for developers …

05:56
2026-07-07
pub.towardsai.net
large-language-models

LLM Tokens Explained: Cost, Memory, Speed and Context Windows

Tokens are the fundamental unit of text processing in large language models (LLMs), determining API costs, response speed, and context window limits. Different providers like OpenAI, Anthropic, and Go…

14:41
2026-06-28
dev.to
large-language-models

Token Counting Done Right: Stop Using tiktoken for Claude

A developer discovered that using OpenAI's tiktoken tokenizer to count tokens for Claude models leads to a 15-20% undercount, causing inaccurate cost estimates and context budgets. The correct approac…

02:47
2026-06-17
researcher111.github.io
large-language-models

MicroGPT and Interactive Walkthrough

Andrej Karpathy released a 200-line pure-Python implementation of GPT on February 12, 2026, designed to help developers understand large language models from first principles. The microgpt project inc…

02:14
2026-06-16
discuss.huggingface.co
developer-tools

Quicktok: A faster tokenizer

Developer dmatth1 released quicktok, a fast exact BPE tokenizer written in C++ that runs 2–3.5× faster than bpe-openai and 4–11× faster than tiktoken on CPU. The tokenizer is byte-identical to tiktoke…

01:38
2026-06-13
dev.to
large-language-models

Your LLM can't read. Here's the weird trick it uses instead

A developer explains that large language models never read text directly; instead, they process tokenized integers via Byte Pair Encoding. The post details how tokens—chunks of text like 'Hello' or ' …

18:16
2026-06-12
dev.to
ai-tools

Measure Your MCP Server's Token Tax in 60 Seconds

A developer has created a 60-second audit script to measure the "MCP server token tax"—the context budget consumed by tool definitions before an agent performs any useful work. Running the script agai…

// co-occurs with top 8 entities