JavaGuide
Author

JavaGuide

Backend tech guide and AI engineering practice covering fundamentals, databases, distributed systems, high concurrency, system design, plus AI agents and large-model engineering.

68
Articles
0
Likes
253
Views
0
Comments
Recent Articles

Latest from JavaGuide

68 recent articles
JavaGuide
JavaGuide
Jun 13, 2026 · Industry Insights

Claude Fable 5 Banned While GLM‑5.2 Opens to All Users

The article analyzes the sudden suspension of Anthropic's Claude Fable 5 due to U.S. export controls, contrasts it with Zhipu's rapid full release of GLM‑5.2 for the GLM Coding Plan, and discusses the models' capabilities, competitive landscape, and the surprising market valuations driving developer choices.

AI model competitionClaudeGLM-5.2
0 likes · 6 min read
Claude Fable 5 Banned While GLM‑5.2 Opens to All Users
JavaGuide
JavaGuide
Jun 12, 2026 · Artificial Intelligence

Integrating Agnes AI Free Tokens with Claude Code for Multimodal Tasks

This article walks through connecting the free Agnes AI multimodal API to Claude Code, detailing the required setup, a small Java code‑generation task, image and video generation examples, skill creation, and performance observations to help developers evaluate its suitability for their workflows.

AgentAgnes AICC Switch
0 likes · 15 min read
Integrating Agnes AI Free Tokens with Claude Code for Multimodal Tasks
JavaGuide
JavaGuide
Jun 10, 2026 · Artificial Intelligence

Kimi Work Review: 300 Parallel Agents Power Automated Stock Analysis

Kimi Work, the desktop agent mode of Kimi’s AI client, can read local files, control browsers via WebBridge, schedule tasks, and run up to 300 parallel sub‑agents, which the author demonstrates through an AI‑driven stock‑analysis radar and a custom Skill, noting strong capabilities but slower speed and stability issues.

AI agentsKimi WorkSkill
0 likes · 15 min read
Kimi Work Review: 300 Parallel Agents Power Automated Stock Analysis
JavaGuide
JavaGuide
Jun 8, 2026 · Artificial Intelligence

CodeGraph Slashes Token Usage by 59% for Claude Code and Codex

CodeGraph builds a local code knowledge graph with tree‑sitter and SQLite, allowing Claude Code, Codex and similar AI tools to query a pre‑indexed graph instead of repeatedly scanning files, which the author’s benchmarks show reduces token consumption by 59%, cuts cost 35%, speeds responses by 49% and improves routing detection for many web frameworks.

AI code toolsBackend developmentContext Engineering
0 likes · 11 min read
CodeGraph Slashes Token Usage by 59% for Claude Code and Codex
JavaGuide
JavaGuide
May 14, 2026 · Frontend Development

When Codex Broke My Site: A Frontend Debugging Walkthrough

The author recounts how using Codex to analyze JavaGuide's performance triggered a site-wide outage, then details the step‑by‑step investigation—from cache misconfigurations and hashed asset handling to a VuePress hydration bug—and shares practical lessons on combining AI assistance with disciplined engineering practices.

AI debuggingCDNClaude
0 likes · 13 min read
When Codex Broke My Site: A Frontend Debugging Walkthrough
JavaGuide
JavaGuide
May 13, 2026 · Artificial Intelligence

Is Spec Coding the Better Alternative to Vibe Coding? Agent Skills Scores 40K+ Stars

The article examines the pitfalls of "Vibe Coding"—quick AI‑generated code that skips testing and security—introduces the disciplined "Spec Coding" approach, and details how Addy Osmani’s open‑source agent‑skills project adds engineering rigor to AI coding through reusable skills, slash commands, and multi‑agent reviews.

AI CodingAgent SkillsClaude Code
0 likes · 19 min read
Is Spec Coding the Better Alternative to Vibe Coding? Agent Skills Scores 40K+ Stars