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

tiktoken

mentions 28 type Organization page 1/2 feed RSS

// recent coverage 28 mentions

18:35
2026-08-18
liquid.ai
artificial-intelligence

Designing Loops for Production-Grade Work

Liquid AI, an AI company, released an open-source byte-pair encoding (BPE) tokenizer trainer called toktoktok on GitHub, built autonomously by two coding agents using Claude Opus 4.5 and Codex with GP…

14:45
2026-08-05
dev.to
large-language-models

The boring layer around your LLM call

A developer building LLM applications found that the model itself is only a third of the work, with the surrounding infrastructure—timeouts, retries, and token management—proving critical. They implem…

15:10
2026-07-30
martinfowler.com
artificial-intelligence

The Economic Benefit of Refactoring

A Thoughtworks technologist built a 150,000-line application entirely with AI agents (Claude Code and Cursor) and then ran an experiment showing that refactoring a 17,155-line Rust data-access file re…

00:00
2026-07-30
blog.doubleword.ai
artificial-intelligence

The AI Industry Forgot How to Optimise a CPU

Gigatoken, a Rust-based tokenizer by Marcel Rød, achieves 30x to 40x faster CPU tokenization than traditional implementations, with 37.6x speedup on a million-token request, by optimizing BPE encoding…

01:44
2026-07-28
runtimewire.com
artificial-intelligence

Baseten ships Rust tokenizer it says is 18x faster for Kimi K3

Baseten model performance engineer Michael Feil shipped Baseten Tokenizer, a Rust-backed package that cuts CPU time for preparing long prompts for Moonshot AI's Kimi K3 model, achieving up to 18x fast…

03:01
2026-07-26
promptcube3.com
developer-tools

How to Check if Your Code Fits an LLM Context Window

Developer DeKlain4ik released Tokenazire, an MIT-licensed Python CLI tool that uses tiktoken to count tokens in code projects and check if they fit an LLM context window, defaulting to 200k tokens. Th…

17:20
2026-07-22
github.com
artificial-intelligence

GigaToken: ~1000x faster Language model tokenization

GigaToken, a new open-source tokenizer, claims to be up to ~1000x faster than HuggingFace's tokenizers and tiktoken for language model tokenization, achieving speeds of over 24 GB/s on an AMD EPYC 956…

00:13
2026-07-22
twitter.com
artificial-intelligence

Gigatoken: Fastest Tokenizer

Gigatoken, a new tokenizer implementation, claims to be the world's fastest, achieving speeds ~500-1000x faster than HuggingFace and ~100x faster than OpenAI's tiktoken on most machines, even though t…

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…

page 1 / 2 next →
// co-occurs with top 8 entities
// topics top 6 topics