Tagged articles
3 articles
Page 1 of 1
Java Backend Technology
Java Backend Technology
Jun 2, 2026 · Artificial Intelligence

What Every AI Coding Agent Request Does – Inside the Open‑Source claude‑tap Tool

claude‑tap is an open‑source local proxy and trace viewer that intercepts AI coding agent API calls, records full request and response details, shows token usage, provides diff and live views, and exports self‑contained HTML reports, supporting nine major AI coding clients with a single command install.

AI codingAPI tracingDebugging
0 likes · 8 min read
What Every AI Coding Agent Request Does – Inside the Open‑Source claude‑tap Tool
Yunqi AI+
Yunqi AI+
Mar 18, 2026 · Artificial Intelligence

Making AI Write Production-Ready Code via Context Engineering (COLA 5.0 & Spring Boot 3.x)

The article presents a systematic context‑engineering method that feeds project‑level, file‑level and task‑level knowledge to Claude/Claude‑CLI or Cursor, turning AI from an inconsistent code generator into a reliable collaborator, and quantifies token savings and consistency gains in a COLA 5.0 + Spring Boot 3.x project.

AI codingCOLACode consistency
0 likes · 14 min read
Making AI Write Production-Ready Code via Context Engineering (COLA 5.0 & Spring Boot 3.x)
SuanNi
SuanNi
Feb 27, 2026 · Artificial Intelligence

Can Deep Thought Ratio Reveal the True Reasoning Power of LLMs?

This article introduces the Deep Thought Ratio (DTR) metric, explains how tracking token modifications across neural network layers quantifies genuine inference effort, and shows through extensive experiments that DTR predicts accuracy far better than token length while enabling a sampling strategy that halves computational cost.

AI metricsChain-of-ThoughtLLM evaluation
0 likes · 9 min read
Can Deep Thought Ratio Reveal the True Reasoning Power of LLMs?