AI Programming Lab
Author

AI Programming Lab

Sharing practical AI programming and Vibe Coding tips.

59
Articles
0
Likes
388
Views
0
Comments
Recent Articles

Latest from AI Programming Lab

59 recent articles
AI Programming Lab
AI Programming Lab
Aug 21, 2026 · Artificial Intelligence

How I Combined Claude Code and Codex to Produce an Accepted Conference Paper

The author details a step‑by‑step auto‑research workflow that uses Claude Code and Codex across multiple medical imaging challenges, from dataset preparation and model training on RTX 4090 GPUs to AI‑generated draft writing, iterative Codex review, and ultimately achieving a conference paper acceptance.

AI-assisted researchClaude CodeCodex
0 likes · 5 min read
How I Combined Claude Code and Codex to Produce an Accepted Conference Paper
AI Programming Lab
AI Programming Lab
Aug 20, 2026 · Artificial Intelligence

Testing Qwen3.8-27B on Dual 4090 GPUs and Connecting to Claude Code for Unlimited Tokens

The article details a hands‑on deployment of Alibaba's Qwen3.8-27B model on a server with two 48 GB turbo‑variant RTX 4090 GPUs using vLLM, discusses hardware and software constraints, configuration tweaks like FP8 KV cache, and integration with Claude Code via a custom Anthropic‑compatible router, while sharing performance observations and community benchmark scores.

Anthropic APIClaude CodeFP8 KV cache
0 likes · 9 min read
Testing Qwen3.8-27B on Dual 4090 GPUs and Connecting to Claude Code for Unlimited Tokens
AI Programming Lab
AI Programming Lab
Aug 19, 2026 · Artificial Intelligence

5 Lesser‑Known but Highly Useful Claude Code Slash Commands

The article introduces five lesser‑known Claude Code slash commands—/insights, /subtask, /artifact‑design, /dataviz, and /design—explaining their functions, usage details, practical examples, and how they can streamline AI‑assisted coding, design, and data‑visualisation workflows for teams.

AI assistantClaude CodeData Visualization
0 likes · 10 min read
5 Lesser‑Known but Highly Useful Claude Code Slash Commands
AI Programming Lab
AI Programming Lab
Aug 17, 2026 · Artificial Intelligence

How to Maximize the Value of Claude Code Sessions

The article breaks down Claude Code's token pricing, explains the three cost variables, shows how prompt caching works, lists actions that break the cache, and provides concrete step‑by‑step practices to reduce token consumption and lower session costs.

AI coding assistantAnthropicClaude
0 likes · 16 min read
How to Maximize the Value of Claude Code Sessions
AI Programming Lab
AI Programming Lab
Jul 28, 2026 · Artificial Intelligence

How a Team Ran the Open‑Source Kimi K3 Model on 80 RTX 5090 GPUs

The Kimi K3 model weights were released on HuggingFace (1.56 TB total), featuring mixed attention, Attention Residuals, and a Stable LatentMoE that together cut scaling cost by 2.5×, and a detailed cost‑benefit analysis shows how 80 consumer‑grade RTX 5090 cards can run the full 2.8‑trillion‑parameter model with 20 tok/s throughput, while highlighting memory‑saving quantization, KV‑cache design, and the steep price gap versus professional GPUs.

AI Model DeploymentKimi K3Large Language Model
0 likes · 9 min read
How a Team Ran the Open‑Source Kimi K3 Model on 80 RTX 5090 GPUs
AI Programming Lab
AI Programming Lab
Jul 24, 2026 · Frontend Development

Kimi K3 vs Qwen3.8‑Max: Which Model Handles Complex Front‑End Replication Better?

The author evaluates four large‑language models—Claude Fable 5, Qwen3.8‑Max, Kimi K3, and GPT‑5.6 Sol—by attempting a 1:1 front‑end recreation of Shopify’s Winter ’26 Editions page, and finds that Kimi K3 reproduces far more content and structure than Qwen3.8‑Max, though both have distinct strengths and weaknesses.

AI code modelsFront-end generationKimi K3
0 likes · 12 min read
Kimi K3 vs Qwen3.8‑Max: Which Model Handles Complex Front‑End Replication Better?
AI Programming Lab
AI Programming Lab
Jul 23, 2026 · Artificial Intelligence

How Codex and Claude Code Compress Context: Mechanisms, Experiments, and Performance

The article analyzes Codex's opaque, encrypted compaction items versus Claude Code's transparent summaries, explains trigger mechanisms, details a reverse‑engineering prompt‑injection experiment, and presents a benchmark where native server compression achieves 100% accuracy while plain text summaries lag behind.

AnthropicClaude CodeCodex
0 likes · 11 min read
How Codex and Claude Code Compress Context: Mechanisms, Experiments, and Performance