Sohu Tech Products
Author

Sohu Tech Products

A knowledge-sharing platform for Sohu's technology products. As a leading Chinese internet brand with media, video, search, and gaming services and over 700 million users, Sohu continuously drives tech innovation and practice. We’ll share practical insights and tech news here.

1.1k
Articles
0
Likes
3.2k
Views
0
Comments
Recent Articles

Latest from Sohu Tech Products

100 recent articles max
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

Practicing an AST‑Driven MCP Code Context Service for AI Code Review

The article describes how an AST‑based code‑context service, wrapped by an MCP middleware and built with Spring AI and Eclipse JDT, supplies structured Java code information to large models, addressing the context gaps of diff‑only AI code review and improving accuracy through concrete examples and evaluation.

AI code reviewASTEclipse JDT
0 likes · 16 min read
Practicing an AST‑Driven MCP Code Context Service for AI Code Review
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Databases

How to Resolve ID Conflicts After Sharding? 5 Proven Solutions

When sharding databases, independent auto‑increment IDs can collide, causing data integrity issues; this article explains why the conflict occurs and walks through five practical solutions—including UUID, custom auto‑increment steps, segment mode, Snowflake, and Meituan Leaf—detailing their trade‑offs, performance, and implementation steps.

ID generationLeafSnowflake
0 likes · 15 min read
How to Resolve ID Conflicts After Sharding? 5 Proven Solutions
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

What Is Harness Engineering and How to Use It in Your Projects?

Harness Engineering, the set of systems that surround and extend a large‑language‑model‑based agent, determines real‑world performance far more than the model itself, and mastering its six‑layer architecture, bottlenecks, and practical rollout steps is essential for AI‑agent development and interview preparation.

AI agentsAgent architectureContext Engineering
0 likes · 20 min read
What Is Harness Engineering and How to Use It in Your Projects?
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

10 Must‑Have Claude Code Skills You’ll Never Delete (Real Use Cases & Comparisons)

The author recounts how a bare‑bones Claude implementation missed edge cases, then introduces ten open‑source Claude Code Skills that embed a disciplined workflow—brainstorming, planning, execution, TDD, systematic debugging, parallel reviews, git worktrees, and diagram generation—showing installation commands, real‑world examples, and concrete benefits.

AI developmentAutomationClaude
0 likes · 19 min read
10 Must‑Have Claude Code Skills You’ll Never Delete (Real Use Cases & Comparisons)
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Fundamentals

Why WasmGC Is a Game‑Changer for Flutter and Kotlin Multiplatform on the Web

WasmGC introduces native garbage‑collection support to WebAssembly, enabling Kotlin and Dart to run as true native languages on the web, dramatically shrinking bundle sizes, speeding startup, eliminating memory‑leak cycles, and improving interop, with full browser support now standard across Chrome, Firefox, and Safari.

BrowserFlutterKotlin
0 likes · 8 min read
Why WasmGC Is a Game‑Changer for Flutter and Kotlin Multiplatform on the Web
Sohu Tech Products
Sohu Tech Products
Apr 15, 2026 · Artificial Intelligence

Why Harness Engineering Is the Next Evolution in AI System Design

This tutorial explains the three-stage evolution from Prompt Engineering to Context Engineering and finally Harness Engineering, detailing their motivations, core components, practical implementations, and why stable, end‑to‑end AI agents require a full harness to manage tasks, context, tools, execution, state, and error recovery.

AI SystemsAgent designContext Engineering
0 likes · 31 min read
Why Harness Engineering Is the Next Evolution in AI System Design
Sohu Tech Products
Sohu Tech Products
Apr 15, 2026 · Backend Development

How We Scaled Feed Push: From Simple Push to Lazy Loading and Fan Filtering

This article explains the architecture and evolution of a feed push system, covering the basic push model, its early implementation, performance trade‑offs, and a series of optimizations—including lazy loading, length control, delayed push, active‑inactive fan filtering, and hot‑cold separation—to improve read efficiency, reduce storage costs, and handle massive fan bases.

CachingLazy Loadingbackend
0 likes · 18 min read
How We Scaled Feed Push: From Simple Push to Lazy Loading and Fan Filtering
Sohu Tech Products
Sohu Tech Products
Apr 15, 2026 · Frontend Development

Why WebAssembly Is the Next Essential Tool for Modern Web Development

WebAssembly extends JavaScript by handling heavy computation, binary processing, cross‑language reuse, and secure sandboxing, making it a practical engineering tool for performance‑critical, privacy‑sensitive, multi‑platform, and plugin‑based web applications while complementing rather than replacing JavaScript.

JavaScript complementWASM use casesWebAssembly
0 likes · 12 min read
Why WebAssembly Is the Next Essential Tool for Modern Web Development
Sohu Tech Products
Sohu Tech Products
Apr 15, 2026 · Industry Insights

Why CLI Is Emerging as the Native Language for AI Agents Over Heavy Protocols

In early 2026 the AI community witnessed a sharp shift away from Model Context Protocol (MCP) toward CLI‑first toolchains, as engineers highlight token inflation, fragmented authentication, and loss of composability in MCP, while praising the low‑friction, text‑based, and easily debuggable nature of command‑line interfaces for building robust AI agents.

AI agentsCLILLM
0 likes · 15 min read
Why CLI Is Emerging as the Native Language for AI Agents Over Heavy Protocols
Sohu Tech Products
Sohu Tech Products
Apr 8, 2026 · Artificial Intelligence

How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned

This article details the design and implementation of an AI‑powered automated code‑review system for GitLab Merge Requests, covering background problems, layered architecture, diff parsing, prompt engineering, comment management, rate‑limiting, concurrency control, and the measurable improvements achieved.

AI code reviewAutomationDiff parsing
0 likes · 22 min read
How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned