All Articles

143012 articles · Page 235 of 7151
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 1, 2026 · Backend Development

Real‑Time Communication with Spring Boot + WebSocket: Multi‑Client Sessions, Private Chat, and Broadcast

This article demonstrates how to use Spring Boot 3.5.0 with WebSocket + STOMP to build real‑time messaging, covering environment setup, WebSocket configuration, a user‑binding interceptor, and concrete code for private‑user messages, point‑to‑point chats, and global broadcasts, complete with sample results.

JavaReal-time communicationSpring Boot
0 likes · 7 min read
Real‑Time Communication with Spring Boot + WebSocket: Multi‑Client Sessions, Private Chat, and Broadcast
Linyb Geek Road
Linyb Geek Road
Jun 1, 2026 · Artificial Intelligence

Why Knowledge, Not Harness, Is the Real Moat: Designing a Layered Knowledge Architecture for AI Engineering Teams

The article explains how an AI engineering team turned the hype around Harness Engineering into a sustainable competitive edge by building a multi‑layered, Git‑backed knowledge repository, defining knowledge types and maturity, integrating it with a 16‑stage workflow, and solving human‑machine interaction bottlenecks with remote‑control tools.

AI EngineeringHarness EngineeringKnowledge management
0 likes · 32 min read
Why Knowledge, Not Harness, Is the Real Moat: Designing a Layered Knowledge Architecture for AI Engineering Teams
Alipay Experience Technology
Alipay Experience Technology
Jun 1, 2026 · Frontend Development

Introducing @utoo/pack: A Next‑Gen Frontend Build Tool Powered by Turbopack

@utoo/pack, the Rust‑based frontend bundler built on Turbopack, delivers 3‑10× faster cold starts and hundred‑fold HMR speed versus webpack, offers seamless webpack compatibility, integrates with Umi, Father, Dumi, and provides detailed architecture, usage guides, and real‑world performance data from Ant Group projects.

Build performanceRustTurbopack
0 likes · 14 min read
Introducing @utoo/pack: A Next‑Gen Frontend Build Tool Powered by Turbopack
Lobster Programming
Lobster Programming
Jun 1, 2026 · Backend Development

How ZooKeeper Implements Distributed Locks: Mechanism and Pitfalls

The article explains ZooKeeper's herd effect, how temporary sequential nodes and chain watching reduce notification storms, how client failures are handled, and why most projects use Curator to simplify fault‑tolerant distributed lock implementations.

Chain WatchingCuratorEphemeral Sequential Node
0 likes · 5 min read
How ZooKeeper Implements Distributed Locks: Mechanism and Pitfalls
AI Engineer Programming
AI Engineer Programming
Jun 1, 2026 · Artificial Intelligence

Why AI Forgets Your Input and How to Fix It

The article explains that large language models have a limited context window, causing the “lost in the middle” effect where information in the middle of long inputs is ignored, and offers practical strategies such as using larger windows, chunking, summarizing, positioning key data, and caching to mitigate forgetting.

Large Language ModelsPrompt EngineeringRAG
0 likes · 12 min read
Why AI Forgets Your Input and How to Fix It
Code Mala Tang
Code Mala Tang
May 31, 2026 · Artificial Intelligence

Top 10 AI Papers This Week: SkillOpt, Agent Distillation, and Sleeping LLMs

This roundup reviews ten recent AI papers covering SkillOpt’s treat‑SKILL.md as trainable parameters, compiling whole agent pipelines into model weights, decentralized AI scientist teams, adding a "sleep" consolidation phase to LLMs, interface‑only fixes for frozen agents, reuse‑aware context‑cost strategies, evaluating AI’s ability to forecast scientific breakthroughs, agent aging benchmarks, the trade‑offs of complex harnesses, and multilingual food‑embedding models.

AI agentsAgent AgingAgent Distillation
0 likes · 18 min read
Top 10 AI Papers This Week: SkillOpt, Agent Distillation, and Sleeping LLMs
Architects' Tech Alliance
Architects' Tech Alliance
May 31, 2026 · Artificial Intelligence

Deep Dive into Huawei Lingqu 2.0.1 Supernode Specification (Download Included)

On May 30, 2026 Huawei released the Lingqu 2.0.1 specification, tightening protocol details, expanding heterogeneous compatibility, adding firmware and OS integration guides, and optimizing large‑scale routing to make the bus‑level, unified‑protocol, full‑pooling architecture more stable and ready for massive AI supernode deployments, while positioning it as an open alternative to Nvidia’s NVLink ecosystem.

AI supernodeHardware InterconnectHuawei
0 likes · 8 min read
Deep Dive into Huawei Lingqu 2.0.1 Supernode Specification (Download Included)
LuTiao Programming
LuTiao Programming
May 31, 2026 · Backend Development

Why Worktree Is Crucial for AI‑Assisted Spring Boot: My Three Parallel Codex Tasks

Using Git worktree to isolate AI‑generated changes lets Codex safely tackle multiple Spring Boot tasks—bug fixes, test additions, and validation analysis—without contaminating the main codebase, enabling clear diffs, easy review, and controlled integration, which the author argues is essential for engineering‑scale AI coding.

AI codingCodexGit worktree
0 likes · 15 min read
Why Worktree Is Crucial for AI‑Assisted Spring Boot: My Three Parallel Codex Tasks
Liangxu Linux
Liangxu Linux
May 31, 2026 · Fundamentals

Why Modern Languages Drop the Classic C‑Style for Loop

The article examines the hidden pitfalls of C‑style for loops, explains how languages like Python, Rust, Swift and Go replace them with safer, more readable constructs, and discusses when the traditional C for loop remains advantageous for low‑level or performance‑critical code.

C languageCode safetyGo
0 likes · 7 min read
Why Modern Languages Drop the Classic C‑Style for Loop
Model Perspective
Model Perspective
May 31, 2026 · Fundamentals

Why Office Work Can Feel More Exhausting Than Physical Labor

Office fatigue stems from brain energy consumption—especially the Default Mode Network, frequent attention switches, and emotional regulation—rather than physical effort, and understanding this structure reveals targeted ways to recover beyond simply resting.

attention switchingbrain fatiguedefault mode network
0 likes · 11 min read
Why Office Work Can Feel More Exhausting Than Physical Labor
Infinite Tech Management
Infinite Tech Management
May 31, 2026 · R&D Management

The Hidden Cost of Student Mindset: Why Some Engineers Underperform

A seasoned tech manager explains that his exhaustion stems not from tough projects or idle teams but from lingering student‑style thinking—self‑criticism, rigid rule‑following, lack of assertiveness, and solo work—that hampers effective technical leadership and resource management.

career growthleadershipstudent mindset
0 likes · 11 min read
The Hidden Cost of Student Mindset: Why Some Engineers Underperform
SuanNi
SuanNi
May 31, 2026 · Artificial Intelligence

How NVIDIA’s Gamma‑World Turns Single‑Agent Models into Multiplayer Experiences

Gamma‑World introduces a multi‑agent world model that solves identity, interaction, and real‑time inference challenges with parameter‑free geometric encoding, sparse hub attention, and teacher‑student distillation, enabling zero‑shot generalization from two to four agents and achieving 24 FPS interactive video generation.

Gamma-WorldSimplex Rotary Agent EncodingSparse Hub Attention
0 likes · 11 min read
How NVIDIA’s Gamma‑World Turns Single‑Agent Models into Multiplayer Experiences
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 31, 2026 · Artificial Intelligence

Why Agent Reliability Needs More Than Bigger Models: Lessons from Harness Engineering

The article argues that the reliability of large‑model agents cannot be solved by scaling models or extending context windows; instead, a stable, auditable, and rollback‑capable runtime—what the author calls a State‑Aware Runtime—is essential for long‑term, industrial‑grade agent systems.

AgentHarness EngineeringLLM reliability
0 likes · 13 min read
Why Agent Reliability Needs More Than Bigger Models: Lessons from Harness Engineering
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 31, 2026 · Artificial Intelligence

MetaAgent-X Enables Self‑Evolving Agents for Native Collaboration

MetaAgent-X tackles the limitation of fixed‑executor multi‑agent systems by jointly training a Designer that creates lightweight Python‑based collaboration scripts and an Executor that runs them, using hierarchical rollouts and stagewise co‑evolution to improve both design and execution across math and code benchmarks.

LLMMetaAgent-Xhierarchical rollout
0 likes · 13 min read
MetaAgent-X Enables Self‑Evolving Agents for Native Collaboration