Archive

Articles

Technical articles, essays and historical notes, selected for English readers.

All topics and categories
Archive layout

Page 1 / 3 · 28 articles

Security

Published 15 September 2026 · 14 min read

Preserving data confidentiality when using public APIs

Is removing a customer's name, or a provider's promise not to use data for training, enough to preserve confidentiality? The problem becomes harder when a useful model response depends on the very meaning and relationships an organization cannot disclose. This article compares approaches from minimization and pseudonyms to semantic transformation, trusted execution environments and homomorphic encryption. What does each method hide, how well does it work with an ordinary API, and which risks remain? Read article →
AI infrastructure

Published 12 September 2026 · 14 min

Why the fastest GPU does not necessarily deliver the fastest response

More compute and a higher token rate do not always mean a faster response. This article examines time to first token versus completion time, memory and concurrency, the division of work between GPUs and LPUs, and communication costs—so infrastructure choices reflect the capacity to serve requests at the required quality and latency. Read article →
Technical guide

Published 15 June 2026 · 17 min

RAG, CAG, KAG, fine-tuning and instruction tuning: how do they differ, and which should you choose?

When a model gives an unsatisfactory answer, does it need more training, or simply access to the right information? Through practical analogies, this article compares RAG, CAG and KAG with fine-tuning and instruction tuning: retrieving documents, caching knowledge, reasoning over relationships and changing model behavior. A comparison table and real project scenarios help distinguish missing knowledge from unsuitable behavior before committing to training, and identify the method or combination that fits the task. Read article →