All Articles

143038 articles · Page 252 of 7152
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2026 · R&D Management

Why Tech‑Obsessed Engineers Hit a Career Ceiling

The article argues that engineers who prioritize flashy technologies over business value quickly hit a career ceiling, illustrating the danger with over‑engineered micro‑service splits, costly AI projects, and loss of judgment, then offers practical habits and advice to align technology with real business outcomes.

business alignmentcareer developmentsoftware architecture
0 likes · 8 min read
Why Tech‑Obsessed Engineers Hit a Career Ceiling
Data Party THU
Data Party THU
May 28, 2026 · Artificial Intelligence

Replacing Fragile Monoliths with Multi‑Agent Networks for Stable Productivity

The article explains why single‑agent LLM pipelines are brittle for complex tasks, how mature multi‑agent toolchains enable cooperative or competitive agent designs, and provides concrete communication protocols, task‑decomposition rules, framework comparisons, code samples, and scaling considerations for building robust production AI systems.

AI OrchestrationAgent communicationGame Theory
0 likes · 29 min read
Replacing Fragile Monoliths with Multi‑Agent Networks for Stable Productivity
HyperAI Super Neural
HyperAI Super Neural
May 28, 2026 · Artificial Intelligence

Large-Model RL Advances: Credit Allocation, Complex Reasoning, Agent Learning

HyperAI curates six cutting‑edge large‑model reinforcement‑learning papers—from ECHO’s free world‑model learning to DelTA’s discriminative token credit, GoLongRL’s capability‑oriented long‑context RL, Anti‑SD’s reverse distillation, RubricEM’s rubric‑guided policy decomposition, and Poly‑EPO’s diversity‑driven exploration—highlighting their methods, benchmarks, and performance gains.

Agent LearningComplex ReasoningCredit Assignment
0 likes · 10 min read
Large-Model RL Advances: Credit Allocation, Complex Reasoning, Agent Learning
CodeNotes
CodeNotes
May 28, 2026 · Frontend Development

Why You Need TypeScript for React: 12 Practical Best Practices

This article walks through twelve concrete TypeScript best‑practice patterns for React—covering props typing, avoiding React.FC, proper children and event types, useState and useRef inference, generic components, API‑driven type generation, strict mode, and utility types—to boost productivity and type safety.

PropsReActTypeScript
0 likes · 10 min read
Why You Need TypeScript for React: 12 Practical Best Practices
转转QA
转转QA
May 28, 2026 · Operations

How AI Is Redefining QA: Lessons from an On‑Site Recycling Team

In the AI coding era, traditional test‑after‑code practices cause missed bugs, so a recycling‑service QA team adopts intent‑driven testing, business‑view AI code review, and risk‑focused automation to transform testers into AI‑assisted quality strategists.

AI TestingAI code reviewQA automation
0 likes · 10 min read
How AI Is Redefining QA: Lessons from an On‑Site Recycling Team
Xiaomi Tech
Xiaomi Tech
May 28, 2026 · Artificial Intelligence

Scaling AI Coding from Individuals to Teams: Xiaomi’s Engineering Practices

The article analyzes how Xiaomi’s AI coding initiative boosted individual developer speed but exposed organizational bottlenecks, and describes a three‑layer engineering solution—Unified Workflow (VAF), Code Knowledge Index (VKF), and Collaborative Workbench (eight‑claw)—that lowers entry barriers, builds searchable code knowledge, enables parallel task execution, and preserves team‑wide knowledge for sustainable productivity gains.

AI codingcode knowledge basecollaboration tools
0 likes · 19 min read
Scaling AI Coding from Individuals to Teams: Xiaomi’s Engineering Practices
Su San Talks Tech
Su San Talks Tech
May 28, 2026 · Artificial Intelligence

Step-by-Step Guide to Installing Codex App and CLI on macOS and Windows

This article provides a comprehensive, step‑by‑step tutorial for installing the OpenAI Codex desktop App and command‑line interface on both macOS and Windows, covering official store installation, MSIX sideloading, PowerShell scripts, npm mirrors, verification steps, and common troubleshooting for Chinese network environments.

AppCodeXInstallation
0 likes · 12 min read
Step-by-Step Guide to Installing Codex App and CLI on macOS and Windows
Java Architect Handbook
Java Architect Handbook
May 28, 2026 · Fundamentals

What Really Happens When You Hit Enter After Typing a URL?

The article breaks down the complete browser workflow from URL entry to page rendering, covering URL parsing, DNS lookup (recursive and iterative), TCP three‑way handshake, TLS negotiation, HTTP request/response exchange, and the final rendering steps, while also providing interview‑focused Q&A and a memorization mnemonic.

BrowserDNSHTTP
0 likes · 15 min read
What Really Happens When You Hit Enter After Typing a URL?
MaGe Linux Operations
MaGe Linux Operations
May 28, 2026 · Cloud Native

7 Quick Ways to Diagnose a Kubernetes Pod Stuck in Pending

When a Kubernetes Pod remains in the Pending state, this guide walks through seven systematic troubleshooting directions—covering node resource shortages, taints and tolerations, node selectors and affinity, PVC binding issues, image pull problems, quota limits, and priority or topology constraints—providing concrete commands, examples, and remediation steps to get the pod running.

AffinityKubernetesPVC
0 likes · 47 min read
7 Quick Ways to Diagnose a Kubernetes Pod Stuck in Pending
StarRocks
StarRocks
May 28, 2026 · Industry Insights

How Fresha Built a Modern Real‑Time Analytics Stack with AutoMQ and StarRocks

Fresha replaced its Postgres‑Snowflake‑MSK pipeline with an AutoMQ‑based Diskless Kafka message layer and StarRocks for real‑time analytics, cutting storage costs 17‑20×, dropping query latency from seconds to sub‑second, and migrating ~1,000 topics in a week with zero downtime.

AutoMQData PipelineKafka
0 likes · 24 min read
How Fresha Built a Modern Real‑Time Analytics Stack with AutoMQ and StarRocks
Golang Shines
Golang Shines
May 28, 2026 · Backend Development

From a Log Key Mistake to Safer Go slog: Lessons and Practical Tricks

After a production incident caused by a wrong log field name, the author explores Go's standard slog library, reveals its classic ...any trap, and presents four concrete techniques—dependency‑injected logger, type‑safe LogAttrs, centralized field helpers, and sloglint enforcement—to build a reliable, maintainable logging system.

Godependency injectionlint
0 likes · 11 min read
From a Log Key Mistake to Safer Go slog: Lessons and Practical Tricks
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 28, 2026 · Backend Development

5 Advanced Techniques to Preserve Context in Spring Boot Async Calls

In Spring Boot 3.5.0, asynchronous threads lose MDC, security, and request data because ThreadLocal is not shared; the article demonstrates five concrete solutions—including InheritableThreadLocal, thread joining, custom TaskDecorator, Spring Security delegating wrappers, and MDC propagation—each with code samples, pitfalls, and best‑practice warnings.

AsyncInheritableThreadLocalMDC
0 likes · 12 min read
5 Advanced Techniques to Preserve Context in Spring Boot Async Calls
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 28, 2026 · Artificial Intelligence

A/B Comparison of Direct Document Feeding vs Semantic Governance for Industrial Software Test Case Generation

The article presents a rigorous A/B experiment comparing a baseline AI that directly consumes documentation with a knowledge‑embedded approach that adds semantic governance, showing how structured data assets dramatically improve test point and test case quality in industrial software development.

A/B experimentAI Testingindustrial software
0 likes · 27 min read
A/B Comparison of Direct Document Feeding vs Semantic Governance for Industrial Software Test Case Generation
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 28, 2026 · Artificial Intelligence

Why AI Agent Architecture Mirrors 50 Years of OS Design

The article maps classic operating‑system concepts—processes, system calls, caching, file‑system mounting, and scheduling—to AI agents, showing how these analogies explain challenges like context sharing, tool permissions, token limits, knowledge‑base mounting, and orchestrated execution, and proposes a concrete multi‑layer design framework.

AI AgentsAgent ArchitectureContext Management
0 likes · 10 min read
Why AI Agent Architecture Mirrors 50 Years of OS Design
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 28, 2026 · Artificial Intelligence

Why On-Premise AI Costs 3–5× More Than Cloud APIs (And Performs Worse)

Many enterprises assume that deploying AI inside their own network saves money and protects data, but a detailed total‑ownership‑cost analysis shows on‑premise solutions cost three to five times more than external APIs, incur hidden hardware, electricity, and staffing expenses, deliver lower performance, and are best replaced by a hybrid architecture.

AIData SecurityHybrid Architecture
0 likes · 12 min read
Why On-Premise AI Costs 3–5× More Than Cloud APIs (And Performs Worse)
DataFunTalk
DataFunTalk
May 28, 2026 · Artificial Intelligence

The Most Comprehensive Survey on Agent Harness Engineering Revealed

This article summarizes the 71‑page survey "Agent Harness Engineering: A Survey", detailing the shift from prompt to context to harness engineering, introducing the seven‑layer ETCLOVG framework, benchmark results showing up to 10× gains, and arguing that future competition will focus on the engineering shell surrounding LLM agents rather than model size alone.

AI systemsAgentEvaluation
0 likes · 15 min read
The Most Comprehensive Survey on Agent Harness Engineering Revealed