Setting Up a Claude Code Project the Right Way: Dissecting the .claude/ Folder
Most developers skip the setup and jump straight into prompting. That’s a mistake. We dissect the structure of the .claude/ folder, from CLAUDE.md to rules, ...
A professional tech blog sharing the latest AI/ML Engineering, LLMOps, and DevOps technologies and practical experiences.
Most developers skip the setup and jump straight into prompting. That’s a mistake. We dissect the structure of the .claude/ folder, from CLAUDE.md to rules, ...
From dair.ai’s weekly paper roundup, we take a deep dive into three papers through a ThakiCloud lens: RLMF, which beats standard RL by up to 63% using metaco...
The core defense of AI control, the idea that an untrusted strong model can be controlled by a weaker, trusted monitor, rests on the assumption that the moni...
Google DeepMind’s roughly 57-page report From AGI to ASI treats superintelligence not as a distant thought experiment but as a planning problem to prepare fo...
The ATOM Report measures open language models across both downloads and inference usage in one place, and shows with data that Chinese open models overtook t...
$0.11 per million tokens. On the very day model prices collapsed, NVIDIA put a new price on protecting inference. Value does not vanish, it just relocates. T...
Anthropic quietly published an official prompting guide for Claude Fable 5 and Mythos 5. The core message is not more sophisticated prompts, it is the opposi...
Every speculative decoding milestone that has topped 1,000 TPS, JetSpec included, assumes a single-tenant cluster with abundant spare compute on B200-class h...
As frontier LLMs and agent skills keep improving, the industry has started to feel that fine-tuning is no longer necessary. OpenAI is, in fact, winding down ...
We dissect, with a roofline model, the paradox that the 284B DeepSeek V4 Flash prices its output tokens 5x cheaper than the 35B Qwen3.6. From KV cache reads ...
We examine a case of serving the GLM-5.2 743B MoE model on a single AMD MI355X node at 2,626 tok/s per node, at more than twice the cost efficiency of Blackw...
The gap between a machine that works and a principle we understand is one of the oldest scenes in the history of science. In an era that solves everything wi...
From the four-way race for a domestic foundation model to Hancom’s corporate rebrand, the morning news on July 5, 2026 points in one direction. The real batt...
We work through Anthropic’s official guide to prompting best practices for the latest models. Model differences, the core techniques (clarity, examples, XML,...
Google has unveiled PAT, an agentic review tool that reads entire scientific papers, verifies theoretical results, checks experiments, and surfaces potential...
Starting from the Personal AI Computer build guides shared by tom_doerr, which reach up to 384GB of VRAM, we work out through calculation how VRAM decides wh...
We unpack the Claude Fable 5 workflow tips shared by T3 creator Theo: effort levels, Codex orchestration, model priority in CLAUDE.md, and offloading token-h...
One developer put it this way: “I don’t type prompts into Claude Code anymore. I run a loop that feeds prompts to Fable, and my job is just writing that loop...
The first half of 2026 shows AI agents stepping off the demo stage and onto the night shift, in insurance underwriting and on power plant operations. What bl...
Claude Code artifacts have expanded beyond Team and Enterprise to the Pro and Max plans. We break down the feature that turns a coding session into a live, s...
Robots throw away their trial and error every time they solve a task, then fumble from scratch on the next one. NVIDIA’s ASPIRE is a continual-learning syste...
A new paper analyzing 15 production MCP servers catalogs five architecture patterns and four anti-patterns. The key finding: past a certain tool count, a mod...
Most agent work doesn’t need a frontier model. Build a skill once with an expensive model, push its format down into code, and you can run the same quality o...
The /dataviz skill added in Claude Code 2.1.198 loads chart and dashboard design guidance directly into context. We break down the form heuristic, color form...
Recent work shows agent performance can drop as skill libraries grow. arXiv 2605.24050 decomposes the decline into skill shadowing and context overhead, and ...
Stuffing skills into an agent’s prompt eats context and breaks easily. Recent research is moving procedural memory from prompt templates toward architectures...
NVIDIA re-quantized Qwen3.6-27B to NVFP4 so it serves on a single Blackwell GPU with vLLM out of the box. We break down how the mixed precision (MLP in NVFP4...
We break down Anthropic’s official prompting guide for Claude Fable 5. It lays out five principles: strip out instructions written for older models, audit pr...
If you operate LLMs in production but can’t explain why the KV cache eats memory or what GQA actually saves, your optimization work is running on intuition. ...
Most agent automation is not top-tier reasoning. It is tool calling and pipeline execution. We ran real production requests through Gemma 4 as structured too...
NVIDIA’s Qwen3.6-27B-NVFP4 compresses a 27B hybrid-attention reasoning model to 4-bit, cutting memory by roughly 2.5x while keeping benchmark gaps within 1 p...
Short requests waiting behind long ones in a single queue silently waste GPU time — this is Head-of-Line (HoL) blocking. Dual-Pool Token-Budget Routing, prop...
As engineering, product, design, and data blur into a single mass, Boris Cherny, the creator of Claude Code, proposes five role archetypes and a team-composi...
On June 29, 2026, Samsung Electronics and SK hynix announced a combined 4,755 trillion KRW domestic investment over the next 10 years. Centered on four memor...
By mid-2026, open-weight models had closed to within a 3-to-6-month capability gap of frontier labs, and that gap is no longer widening. The real decision ha...
‘The Hitchhiker’s Guide to Agentic AI: From Foundations to Systems’ on arXiv is a practitioner reference that traces every layer of agentic AI – from LLM sub...
US model token share on OpenRouter fell from roughly 70% to roughly 30% in a year while Chinese open-weight models climbed to about 46%. But the real story i...
Hyperscaler capex in 2026 reaches roughly $725B, up 77% year over year. This article reads that spending through two structural lenses: asymmetric insurance ...
The GLM-5.2-NVFP4 checkpoint published by NVIDIA lets you serve a 469B MoE model on a single Blackwell node (8x RTX PRO 6000) with vLLM. We break down the mi...
Shared by midudev and quickly making the rounds, browser-use’s video-use is a free, open-source skill: drop raw footage into a folder, type one sentence, and...
Anthropic’s Economic Index ‘Cadences’ report (June 26, 2026) drops seven-day samples for continuous hourly telemetry, then combines an artifact classifier wi...
slime, the asynchronous reinforcement-learning infrastructure behind the post-training of Z.ai’s 1M-context open-weight model GLM-5.2, has been fully open-so...
Coinbase CEO Brian Armstrong’s recipe for controlling AI cost was not usage caps or spend alerts, but better defaults, routing, and caching. Backed by the fi...
CLAUDE.md, rules, skills, agents, hooks, MCP – all of it. We read the ‘complete map’ that defines the role boundary of every Claude Code project component, t...
arXiv 2606.24775 ‘Are We Ready For An Agent-Native Memory System?’ treats LLM agent memory not as RAG but as a full data-management system, decomposing 12 me...
Released by DeepReinforce on June 25, 2026, Ornith-1.0 is an open-source coding model family built on a self-scaffolding mechanism: during reinforcement lear...
NVIDIA has released a NVFP4 (4-bit) quantization of ZAI’s 753B MoE reasoning model GLM-5.2 on Hugging Face. Rather than blanket-quantizing every weight, the ...
An open-source project bundles a professor’s paper-writing expertise into a Skill package that works across Codex, Claude Code, and Gemini. We examine how it...
The /learn command that Nous Research added to Hermes Agent can point at a directory, a URL, a just-finished conversation, or a pasted note and turn it into ...
Baidu’s Unlimited OCR replaces decoder attention with Reference Sliding Window Attention to keep the KV cache constant. We unpack how it parses dozens of pag...
Qwen-AgentWorld, released by Alibaba’s Qwen team, is a language world model trained to predict the environment itself rather than to learn actions directly. ...
Unsloth shrank GLM-5.2’s (~744B MoE) 1.51TB of BF16 weights down to 176GB with a 1-bit Dynamic GGUF. A frontier-class open model now fits on a single 256GB M...
NVIDIA released an NVFP4 (4-bit) quantized version of Alibaba’s Qwen3.6-35B-A3B. Cutting weights from 16-bit to 4-bit reduces disk and GPU memory by about 3....
When Matt Pocock used the /teach skill to have GLM-5.2 solve a Rubik’s cube, even the lowest effort setting produced roughly 220,000 tokens of thinking trace...
The conventional wisdom that Ollama is easy and vLLM is fast gets re-examined with 2026 RTX 4090 public benchmarks. At a single user the gap is around 13%, b...
Most introductory guides to AI agents cover four pieces: the LLM brain, memory, tools, and the agent loop. What actually breaks in production is the part tha...
NVIDIA has open-sourced over 200 agent skills paired with OMS cryptographic signatures. The same SKILL.md works across Claude Code, Codex, and Cursor, and an...
We’re moving from an era of writing good prompts to an era of designing good loops. An agent loop launched without design burns tokens and delivers results y...
Anthropic has released Claude Tag, which lets teams invoke @Claude inside a Slack channel and delegate work to it. The key insight is that this is not a one-...
A larger context window is not always better. As token count grows, a model’s recall accuracy degrades - a phenomenon known as context rot. This post covers ...
Released by Google DeepMind in April 2026, Gemma 4 is a multimodal open-weight family of five models spanning E2B to 31B. We break down the Apache 2.0 licens...
NVIDIA’s Gemma-4-26B-A4B-NVFP4 running 16 parallel streams on a single DGX Spark (128 GB unified memory) delivers roughly 18 tokens/s per stream and about 30...
Anthropic has unveiled Claude Tag to replace its existing Slack app. A single Claude per channel collaborates with everyone on the team, proactively follows ...
free-claude-code (36.7k stars) intercepts Claude Code traffic through an Anthropic-compatible FastAPI proxy and routes it to 17 providers. This report docume...
DFlash replaces the autoregressive token-by-token drafter used in EAGLE-3 with a block diffusion drafter that proposes a block of future tokens in a single f...
Routing Claude Code traffic across glm-5.2, MiniMax-M2.7, and Kimi K2 with claude-code-router. A hands-on record of verifying all three models live, fixing M...
docker-android packages an Android emulator into a single container and runs it headlessly. We verify image sizes and KVM requirements against the official d...
An open-source toolkit that renders 1080p video from inside Claude Code with a couple of slash commands. I cloned examples/hello-world and rendered it with z...
Pure self-play is fast but converges on driving conventions that are incompatible with humans. arXiv 2606.19370 adds human data not as the main signal but as...
We installed PaddlePaddle’s 0.9B compact vision-language model PaddleOCR-VL and ran inference on documents mixing Korean, English, and Arabic. This post cove...
Micron will supply HBM, DRAM, and SSD to Anthropic, co-design AI workload memory architectures, and invested in the Series H round. This analysis examines wh...
Asking whether to use vLLM, SGLang, or TensorRT-LLM first is the wrong order. One engineer’s hardware-first selection method says: let the hardware you have ...
Fugu, released by Sakana AI, is an orchestration system that dynamically coordinates multiple LLMs while appearing to the user as a single model API. We anal...
An unofficial community site that indexes the 169 pages of Nous Research’s Hermes Agent docs plus 28 community-built workflows, all searchable with a single ...
A quote spread quickly: the creator of Claude Code reportedly said Fable 5 now writes 100% of their code and is at least 3x more powerful than Opus. We keep ...
From literature search to submission-ready manuscript, we connected a 10-stage pipeline automatically using a Claude Code skill pack and integrated it into t...
A 16-minute tutorial published by web designer Viktor Oddy demonstrates how one person can build a cinematic marketing site that once commanded $10,000 in fe...
Anthropic is including Fable 5 in subscription plans at no extra cost only through June 22, and from June 23 it shifts to pay-per-use credits. ThakiCloud exa...
While you sleep, the system learns from yesterday’s failures and improves itself. We reveal how ThakiCloud’s nightly self-evolving loop meets the Self-Harnes...
A breakdown of the free comprehensive local LLM inference guide published by Ahmad Osman, r/LocalLLaMA GPU moderator. From llama.cpp to vLLM, TensorRT-LLM, a...
We honestly disclose a $705 single-day billing incident and prove with numbers the root cause found in a one-month audit (Opus main session at 90.3%) along w...
A complete workflow for healthcare organizations to fine-tune and serve domain-specific LLMs on in-house GPU clusters without sending patient data to externa...
A deep look at GLM-5.2, the 744B MoE coding model released under the MIT license by China’s Z.ai (Zhipu). It claims SWE-bench Pro 62.1, beating GPT-5.5 at on...
Building GLM-5.2, Z.ai open-sourced its entire RL post-training infrastructure. We analyze OPD post-training, which merged more than ten expert models in abo...
A guide for government and public sector organizations that cannot use external cloud services to securely operate LLMs on internal GPU infrastructure. Intro...
1,620 skills, 55 sub-agents, nightly self-evolution, and cost guardrails. Exposing the full operational system that lets a solo AI team maintain a massive au...
Routing design principles learned from running 1,620 skills solo on Claude Code. Honestly sharing SRA (Skill Retrieval Augmentation) + BM25 gate design, desc...
A viral X article about ‘40 workflows that make money while you sleep’ swept through developer timelines. The passive income framing is overblown, but the un...
How to reclaim tens of millions of dollars annually wasted across three bottlenecks in a 1,000-GPU cluster using Kubernetes-native scheduling.
Z.ai has released GLM-5.2, a 744B MoE coding model under the MIT license. Reports indicate it surpasses GPT-5.5 on SWE-bench Pro and Terminal-Bench at roughl...
Why VM-centric cloud is ill-suited for autonomous AI agent operations, and the design principles of agent-native infrastructure that treats Skills, Tools, Po...
A comparison of the worldviews of Hassabis, Huang, and Amodei, who read the same AI wave through three different lenses of AGI, infrastructure, and labor, an...
When NVIDIA CEO Jensen Huang’s vision of ‘hundreds of agents per engineer’ becomes reality, how must organizational structures and ways of working change?
Starting from DeepMind CEO Hassabis’s statement that we are ‘nowhere near AGI,’ this post explores why AI organizations should make honest expectation-settin...
Starting from a market-coined label about Jensen Huang, and deepening the Moneyball legacy, how to root a data-beats-intuition decision culture inside your o...
When the marginal cost of code approaches zero, the value of an engineering team shifts from ‘what we build’ to ‘knowing what should be built.’
A practical approach to resolving MLOps talent shortages and multi-factory cluster management challenges using multi-persona autonomous agent teams. Explaine...
A hypothetical case study examining how banks, securities firms, and insurers can meet data localization, audit trail, and internal control requirements when...
A security researcher published a skill pack that reroutes a general-purpose coding agent into more than twenty specialized workflows using nothing but a rou...
Stanford’s OVAL Lab built STORM, an LLM knowledge-curation system that asks questions, investigates from multiple perspectives, drafts an outline, and produc...
A composite user request is not the problem of picking one skill but of composing several. SkillWeaver (arXiv:2606.18051) formalizes this problem and shows, ...
We analyze a paper (arXiv:2606.15870) that traces Google’s five generations of training supercomputers from TPU v2 to Ironwood, covering architectural stabil...
Swap ‘arxiv’ for ‘autoarxiv’ in an arXiv URL and an agent automatically sets up the codebase environment, runs a minimal reproduction, and estimates the GPU ...
slime, open-sourced by Z.ai, is an LLM post-training framework built for RL scaling. This post analyzes the infrastructure behind GLM-5.2’s post-training pro...
An analysis of running the 753B-scale SOTA open-weight model GLM-5.2 on an RTX 4090 consumer GPU. We cover the DSA sparse-attention kernel port and the econo...
We look at a community benchmark running Gemma 4 12B on an RTX 4060 8GB using QAT and TurboQuant, and unpack what quantization-aware training and consumer-GP...
yao-meta-skill, an open-source meta-skill rumored to be more powerful than Anthropic’s official Skill-creator, gets cloned into the ThakiCloud environment an...
An analysis of a structured-prompt technique that turns a travel photo into a Studio Ghibli style animation. We break down how to separate subject, backgroun...
We cloned nature-skills, an open-source Claude skill package that bundles Nature-journal-grade scientific figure generation with academic polishing, and used...
LiteParse, released by LlamaIndex, is an Apache 2.0 open-source parser that converts PDFs to markdown without an LLM. We look at the cost and data-sovereignt...
The biggest hidden cost of an AI coding agent is context. We ran Headroom (headroom-ai) directly against three real JSON tool outputs from the ThakiCloud rep...
We break down a demo that runs Gemma 4 26B locally to orchestrate 10 parallel subagents coding an SVG art gallery. Here is what on-premise inference economic...
When LLM agents operate with thousands of reusable skills, accurate skill retrieval becomes the bottleneck. We introduce SkillRet, a large-scale benchmark Th...
An analysis of SkillOpt, which treats agent skill documents as external optimization targets and converts scored rollouts into controlled edits (add, delete,...
An analysis of a training methodology in which agents generate world knowledge on their own without external reward signals, then use that knowledge to impro...
An analysis of a survey that systematizes how code functions as the foundational infrastructure for AI agent systems, organized into three layers: harness in...
By abstracting prompts, tools, and memory into versioned protocol resources, the Autogenesis Protocol (AGP) lets an agent close its own improvement loop. Thi...
NVIDIA’s Nemotron-3-Ultra-550B-A55B, released under the OpenMDW-1.1 license, is a LatentMoE hybrid architecture combining Mamba-2, MoE, and Attention. A mini...
MiniMaxAI’s M3 is a 428B total / 23B active parameter MoE multimodal VLM. 1M context, MiniMax Sparse Attention, SGLang/vLLM support. License is minimax-commu...
MiniMax’s M2.7 offers 229B parameters, FP8 support, and 113 quantization variants, providing a wide range of on-premises deployment paths. It claims agent te...
Moonshot AI’s Kimi K2.6 is a MoE model with 1T total parameters but only 32B active per token, maintaining dense 32B inference costs while supporting 256K co...
Z.ai’s GLM-5.2 handles 1M context with 2.9x FLOPs savings using DSA (Dynamic Sparse Attention). The MIT license removes barriers to on-premises deployment, a...
Microsoft released FastContext-1.0-4B-SFT, a fine-tuned Qwen3-4B coding agent subagent model. It explores repositories using only three tools, READ, GLOB, an...
Google DeepMind released diffusiongemma-26B-A4B-it, a MoE-based VLM that generates text via discrete diffusion rather than autoregressive decoding. 25.2B tot...
From environment setup to easy-to-miss features. Here is how the ThakiCloud engineering team internalized Claude Code, along with the complete seminar materi...
A record of actually running an ebook production skill that bundles research, cover design, sales funnel, and deployment scripts into a single pipeline.
What advantages NVIDIA Blackwell’s native 4-bit floating-point format NVFP4 offers over H100 FP8, and how to apply it in the vLLM/TensorRT-LLM stack.
Beyond Blackwell-only NVFP4, this guide covers every quantization method you can serve with vLLM today on Hopper and Ampere – AWQ, GPTQ, FP8, W4A16, compress...
How to build an LLM serving observability stack that monitors GPU utilization, KV cache pressure, and token throughput in a Kubernetes multi-tenant environme...
llm-d is an inference scheduler that gets more requests through the same GPUs rather than buying more. We cover the principles of KV-cache aware routing and ...
GPU depreciation formulas, Kueue gang scheduling, vLLM scale-to-zero, and model-tier routing – all in one place. A code-and-math walkthrough of how ThakiClou...
Practical patterns for operating Ollama as an LLM serving layer in a K8s cluster rather than as a local experimentation tool.
Kueue’s preemption mechanism and ClusterQueue design principles from the perspective of operating a real AI/ML platform.
Vibe-Coding-Instruct by lazarus19 is an Apache-2.0 dataset of 1.1 million coding instruction-response pairs. It has already been used to train 7 Gemma/Qwen d...
Glint-Research released 4,665 Fable 5 (Claude Code) agent traces in AGPL-3.0 under the HF Agent Traces format, with 81% tool-use composition. A practical gui...
agents-last-exam is a benchmark dataset of 153 long-horizon tasks for evaluating computer-use agents. Five domains including Business, Computing, Engineering...
A practical look at why traditional logging falls short in multi-agent systems, and how to build span tracing, evaluation pipelines, and production debugging...
Learn how to use Goclone, a powerful Go-based website cloner that downloads entire websites including HTML, CSS, JavaScript, and images to your local machine.
Master RAGLight framework with hands-on examples covering RAG, Agentic RAG, RAT pipelines, and MCP integration for building powerful retrieval-augmented gene...
An in-depth exploration of Qwen3-VL’s architectural innovations including Interleaved-MRoPE, DeepStack feature fusion, and text-timestamp alignment that enab...
Learn how to create high-quality, reusable prompts using LangGPT’s structured framework. Transform chaotic prompt engineering into systematic methodology wit...
Learn how to run Docker containers without root privileges using udocker - perfect for HPC environments, shared systems, and secure container execution.
Learn how to set up and use Shannon, an open-source AI agent orchestrator with enterprise-grade security, cost controls, and vendor flexibility. A comprehens...
A comprehensive tutorial on Helm Dashboard - the missing UI for Helm that simplifies Kubernetes chart management with visual interface, revision history, and...
Master AI-powered coding tools like GitHub Copilot, ChatGPT, and Claude to accelerate your development workflow and write better code faster.
OpenAI introduces AgentKit, a comprehensive toolkit that transforms agent development from months-long processes to hours, featuring visual workflow design a...
Master the art of designing effective agentic loops for AI coding agents. Learn safety practices, tool selection, and real-world implementation strategies.
Master Context Engineering - the revolutionary approach that’s 10x better than prompt engineering and 100x better than vibe coding. Learn how to make AI codi...
OpenAI introduces Agent Builder, a drag-and-drop canvas for creating AI workflows that competes directly with Zapier and n8n, featuring MCP connectors and pr...
Master ytDownloader - a modern GUI application supporting hundreds of sites including YouTube, TikTok, Instagram. Learn installation, advanced features, and ...
Learn how to run Claude Code, Gemini, and other AI coding agents in secure, isolated sandboxes with built-in data redaction and comprehensive observability u...
Master LandingAI’s Agentic Document Extraction library for intelligent document processing. Extract structured data from complex PDFs, images, and documents ...
While technical excellence is the foundation of any career, true advancement requires mastering four essential disciplines: technical skill, product thinking...
Explore the essential datasets and tools for LLM post-training, including supervised fine-tuning datasets, preference alignment data, and curation methodolog...
Discover the ultimate collection of curated public datasets across diverse domains, from agriculture to eSports, maintained by the global open data community.
NVIDIA releases a 6-million-example multilingual reasoning dataset, providing high-quality training data expanded across five languages: French, Spanish, Ger...
NVIDIA’s latest multilingual speech recognition and translation dataset, Granary, covers 640,000 hours of audio across 25 European languages. This guide cove...
Discover the core features and applications of Rowfill, an open-source AI platform that automatically structures PDF, image, and audio files.
Master how to transform websites into LLM-ready data and efficiently collect Google/Bing SERP results with AnyCrawl, built on Node.js/TypeScript.
A detailed analysis of ByteDance’s Dolphin project Fox dataset and benchmark, including the Analyze-then-Parse paradigm from ACL 2025 and a large-scale datas...
How to implement multilingual document layout analysis and OCR in a single vision-language model using dots.ocr, released by RedNote.
A practical guide outlining the core technology stack and competencies needed to build ML applications in production environments
How to embrace and develop the new development culture brought by Vibe Coding and Agentic Coding? A guide to building collaborative culture with AI, breaking...
How to leverage Saberr algorithms to quantify team compatibility through 15-minute surveys and behavioral data, optimizing everything from hiring to onboarding
How to apply Moneyball strategy that discovers hidden value through data and achieves maximum performance relative to resources in development, product, and ...
In the AI era, developers don’t need to know everything. Explore a new paradigm that transforms ignorance into strength through hacking mindset and reverse e...
We’re sharing a learning roadmap for those who want to start AI engineering. This roadmap is structured to allow step-by-step learning of the core areas of A...
Introducing the ideal candidate profile and hiring criteria through 10 must-read books for backend·infrastructure engineer recruitment and practical applicat...
ThakiCloud’s Three Vs (Velocity, Validation, Versioning) based MLOps culture and practical cases, plus recruitment information for colleagues to join us.
Sharing materials presented at KCD Seoul 2025. Content about Thaki Cloud, an xPU as a Service-based Agentic AI platform
Sharing Thaki Cloud’s corporate culture, benefits, developer stories, recruitment information, and more.
Sharing Thaki Cloud’s mission, principles, and values.