All Articles

140629 articles · Page 87 of 7032
IT Services Circle
IT Services Circle
Jun 15, 2026 · Artificial Intelligence

What Is the “Loop” That’s Taking the AI Community by Storm?

The article explains the concept of an AI Agent Loop—how it differs from traditional programming loops, its ReAct cycle, single‑agent versus multi‑agent designs, the four engineering layers (Prompt, Context, Loop, Harness), practical building blocks, advantages, limitations, and ideal use cases.

AI agentsLoop EngineeringReAct
0 likes · 19 min read
What Is the “Loop” That’s Taking the AI Community by Storm?
IT Services Circle
IT Services Circle
Jun 15, 2026 · Artificial Intelligence

Even the Guard Knows Claude Code Better: My Practical Tips and Pitfall Guide

This article reviews the open‑source "claude-code-best-practice" repository, compares novice and expert usage of Claude Code, explains its core concepts, new features, workflow patterns, and highlights three immediately applicable tips such as token‑usage limits, structured planning, and proper hook usage.

AI coding assistantBest PracticesClaude Code
0 likes · 9 min read
Even the Guard Knows Claude Code Better: My Practical Tips and Pitfall Guide
Java Tech Enthusiast
Java Tech Enthusiast
Jun 15, 2026 · Backend Development

Spring Boot Interceptor vs Filter: 5 Pitfalls and Choosing the Right One for Login Checks

Spring Boot’s Filter and Interceptor can both intercept requests, but developers often misuse them; this article explains five frequent traps—null autowiring in Filters, execution order mistakes, @Value timing issues in Interceptors, Swagger blocking, and exception handling—offering concrete fixes and a decision guide.

JavaLogin ValidationSpring Boot
0 likes · 13 min read
Spring Boot Interceptor vs Filter: 5 Pitfalls and Choosing the Right One for Login Checks
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 15, 2026 · Artificial Intelligence

Reproducing Claude Fable 5 with Opus 4.8 and a Prompt: 90% Performance on Consumer GPUs

The article analyzes Claude Fable 5’s capabilities, dissects Anthropic’s official prompt guide, compares leaked system prompts, and demonstrates how to achieve roughly 90% of Fable 5’s performance on a consumer‑grade GPU using Opus 4.8 plus a custom prompt, while also presenting a local Gemma 4 12B coder alternative.

Claude Fable 5Gemma-4-12BOpus 4.8
0 likes · 14 min read
Reproducing Claude Fable 5 with Opus 4.8 and a Prompt: 90% Performance on Consumer GPUs
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 15, 2026 · Artificial Intelligence

How Google’s Open‑Source Agent Skills Turn AI Coding from Prototype to Production

Agent Skills, an open‑source project by Google engineer Addy Osmani, breaks the software development lifecycle into six stages with 24 structured skills, anti‑rationalization checks, doubt‑driven development, and context engineering, enabling AI‑generated code to meet production‑grade quality standards.

AI programmingAddy OsmaniAgent Skills
0 likes · 12 min read
How Google’s Open‑Source Agent Skills Turn AI Coding from Prototype to Production
Data Party THU
Data Party THU
Jun 15, 2026 · Artificial Intelligence

Why Claude Code Uses Exactly 12 Agent Design Patterns—and How to Apply Them

The article breaks down Claude Code's twelve agent design patterns—grouped into memory, workflow, tool‑permission, and automation categories—explaining the architectural pain points each solves, when to use them, signs of over‑design, and provides concrete Python implementations and trade‑off analyses.

Agent Design PatternsAutomation HooksClaude Code
0 likes · 22 min read
Why Claude Code Uses Exactly 12 Agent Design Patterns—and How to Apply Them
Data Party THU
Data Party THU
Jun 15, 2026 · Artificial Intelligence

Beyond Single-Model Limits: How Collaborative Multi-Agent Architecture Drives AI Evolution

The article examines the shortcomings of single-agent AI systems—such as context overload, lack of specialization, and poor scalability—and explains how multi‑agent architectures with coordinated, specialized agents, shared memory, and parallel execution overcome these issues, offering a roadmap for the next generation of AI platforms.

AI ArchitectureAgent communicationMulti-Agent Systems
0 likes · 8 min read
Beyond Single-Model Limits: How Collaborative Multi-Agent Architecture Drives AI Evolution
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 15, 2026 · Backend Development

14 Real-World Scenarios Highlighting Core Distributed Caching Issues in Spring Boot

This article presents fourteen practical scenarios covering the design, pitfalls, strategies, and implementation details of distributed caching in Spring Boot, including cache breakdown prevention, write‑through vs. write‑behind, eviction policies, negative caching, secondary caches, cache‑aside pattern, warming, monitoring, consistency, and custom key generation, all illustrated with concrete code examples.

Cache ConsistencyCache EvictionJava
0 likes · 17 min read
14 Real-World Scenarios Highlighting Core Distributed Caching Issues in Spring Boot
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Jun 15, 2026 · Artificial Intelligence

Top 5 Must-Install VSCode Claude Code Skills for 2026

The article explains why Claude Code can misbehave, introduces the Skill system as a set of coding conventions and domain knowledge, recommends five essential Skills with exact install commands, provides a pitfall‑avoidance table, compares Copilot and Claude Code paths, and suggests a minimal effective Skill combo.

AI codingClaude CodeDocument processing
0 likes · 8 min read
Top 5 Must-Install VSCode Claude Code Skills for 2026
AI Code to Success
AI Code to Success
Jun 15, 2026 · Artificial Intelligence

Loop Engineering: When AI Starts Running Its Own Loops, What Should Engineers Do?

The article traces the evolution from Prompt Engineering to Context and Harness Engineering, introduces Loop Engineering as the next stage where AI runs autonomous cycles, explains its components, benefits, limitations, and offers guidance on when and how developers should adopt it.

AI engineeringContext EngineeringHarness Engineering
0 likes · 14 min read
Loop Engineering: When AI Starts Running Its Own Loops, What Should Engineers Do?
Java Architect Handbook
Java Architect Handbook
Jun 15, 2026 · Industry Insights

Shocking Bank Programmer Salaries Revealed

This article analyzes the rapidly growing demand for IT positions in Chinese banks, categorizes the banks, details typical roles, written tests, interview formats, and provides concrete salary ranges for each institution, offering a comprehensive view of the banking tech job market.

Bank ITChinaIndustry insight
0 likes · 14 min read
Shocking Bank Programmer Salaries Revealed
Qborfy AI
Qborfy AI
Jun 15, 2026 · Artificial Intelligence

LLM API Parameter Comparison Across OpenAI, Claude, Gemini, DeepSeek, Kimi, MiniMax, Yi

This article provides a detailed side‑by‑side comparison of core API parameters such as temperature, top_p, top_k, penalties, max_tokens, tools and response_format across OpenAI, Claude, Gemini, DeepSeek, Kimi, MiniMax and Yi, explains common migration pitfalls, and offers practical guidance for selecting and adapting LLM services.

APILLMcompatibility
0 likes · 24 min read
LLM API Parameter Comparison Across OpenAI, Claude, Gemini, DeepSeek, Kimi, MiniMax, Yi
Machine Heart
Machine Heart
Jun 15, 2026 · R&D Management

How to Become an Outstanding AI Researcher: Lessons from an Anthropic Scientist

The article distills an Anthropic researcher’s candid guide on becoming a truly effective AI researcher, emphasizing deliberate practice of small skills—topic selection, literature reading, writing, rapid experiment cycles—and drawing on historic insights from Hamming, Sutton, Shannon, and others.

AI researchMachine Learningacademic writing
0 likes · 14 min read
How to Become an Outstanding AI Researcher: Lessons from an Anthropic Scientist
Machine Heart
Machine Heart
Jun 15, 2026 · Artificial Intelligence

Breaking the SWE‑bench Score‑Only Myth: Open‑Source Benchmark that Independently Measures Harnesses

The article critiques the reliance on raw SWE‑bench scores for programming agents, introduces the Claw‑SWE‑Bench benchmark and a dedicated adapter that isolates harness effects, and presents extensive experiments showing how model choice, harness design, and cost impact real-world coding performance across multiple languages.

BenchmarkHarnessLLM Agents
0 likes · 14 min read
Breaking the SWE‑bench Score‑Only Myth: Open‑Source Benchmark that Independently Measures Harnesses
Architect's Tech Stack
Architect's Tech Stack
Jun 15, 2026 · Backend Development

Spring Boot 4.1.0 Released: Production‑Ready Features You Should Know

Spring Boot 4.1.0 builds on the 4.x foundation by adding production‑focused enhancements such as native gRPC auto‑configuration, outbound SSRF protection, lazy JDBC connections, OpenTelemetry support, and updated Jackson 3 settings, while offering guidance on when and how to upgrade.

Backend DevelopmentJackson 3OpenTelemetry
0 likes · 13 min read
Spring Boot 4.1.0 Released: Production‑Ready Features You Should Know
Code Ape Tech Column
Code Ape Tech Column
Jun 15, 2026 · Artificial Intelligence

How to Let Claude Code Finish Your Work While You Sleep: 6 Essential Commands

Claude Code offers a suite of six built‑in slash commands—/goal, /loop, /batch, /simplify, /doctor, and /debug—that let you define autonomous goals, schedule status checks, run parallel refactors, clean up code, diagnose configuration issues, and debug runtime problems without constant supervision.

Claude CodeCode RefactoringSlash Commands
0 likes · 13 min read
How to Let Claude Code Finish Your Work While You Sleep: 6 Essential Commands
DataFunTalk
DataFunTalk
Jun 15, 2026 · Artificial Intelligence

Prompt Engineering Is Dead—Enter Loop Engineering: Is AI Coding Making Work Easier or Harder?

The article examines Loop Engineering, a new AI‑driven workflow that replaces manual prompt writing with self‑sustaining loops, explains its six essential components, discusses costs, boundaries, and suitable use cases, and argues that the real benefit lies in shifting human effort from repetitive tasks to higher‑level supervision.

AI agentsAI workflowLoop Engineering
0 likes · 10 min read
Prompt Engineering Is Dead—Enter Loop Engineering: Is AI Coding Making Work Easier or Harder?