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
Nov 5, 2025 · Artificial Intelligence

How nndeploy Simplifies the Last Mile of On-Device AI Deployment

nndeploy is an open‑source, high‑performance on‑device AI deployment framework that abstracts the repetitive “last‑mile” workflow into a visual drag‑and‑drop DAG, offering multi‑platform inference, optimization, and ready‑to‑use model configs, enabling developers to go from prototype to production in minutes.

AI DeploymentEdge AInndeploy
0 likes · 15 min read
How nndeploy Simplifies the Last Mile of On-Device AI Deployment
Sohu Tech Products
Sohu Tech Products
Nov 5, 2025 · Artificial Intelligence

Unlock AI Superpowers: 5 Free Open‑Source MCP Services You Can Deploy in 10 Minutes

This article introduces five free, open‑source Model Context Protocol (MCP) services that extend AI capabilities—covering web scraping, browser automation, document‑to‑Markdown conversion, real‑time documentation, and structured reasoning—along with concise step‑by‑step setup instructions for each.

AI automationMCPStructured reasoning
0 likes · 19 min read
Unlock AI Superpowers: 5 Free Open‑Source MCP Services You Can Deploy in 10 Minutes
Sohu Tech Products
Sohu Tech Products
Nov 5, 2025 · Frontend Development

Exploring vyuh_node_flow: A Powerful Flutter Flow Editor for Visual Programming

vyuh_node_flow is an open‑source, MIT‑licensed Flutter SDK that provides a full‑platform, React‑Flow‑inspired visual programming editor with features such as customizable nodes, workflow design, interactive charts, data pipelines, rich annotation, keyboard shortcuts, layered rendering, and performance optimizations like MobX state management and path caching.

Flow EditorFlutterMobX
0 likes · 12 min read
Exploring vyuh_node_flow: A Powerful Flutter Flow Editor for Visual Programming
Sohu Tech Products
Sohu Tech Products
Nov 5, 2025 · Artificial Intelligence

Do AI Models Really Have Introspective Awareness? Anthropic’s New Findings

Anthropic’s recent study reveals that large language models like Claude Opus 4 exhibit functional introspective awareness, defining rigorous criteria for true introspection and demonstrating through four experiments how models can recognize, report, and even control their internal states, though the capability remains unstable and context‑dependent.

AIClaude OpusConcept Injection
0 likes · 15 min read
Do AI Models Really Have Introspective Awareness? Anthropic’s New Findings
Sohu Tech Products
Sohu Tech Products
Oct 29, 2025 · Databases

Understanding MySQL InnoDB Deadlocks: Causes, Lock Types & Prevention

This article examines MySQL InnoDB deadlocks by analyzing error logs, explaining the two‑phase locking protocol and various lock types, demonstrates how to reproduce a deadlock scenario, categorizes lock behaviors, and offers practical strategies to prevent and monitor deadlocks in database applications.

InnoDBMySQLdatabase
0 likes · 19 min read
Understanding MySQL InnoDB Deadlocks: Causes, Lock Types & Prevention
Sohu Tech Products
Sohu Tech Products
Oct 29, 2025 · Mobile Development

Migrating Flutter iOS Apps to the New UIScene Lifecycle (iOS 26+)

This guide explains why Apple now mandates UIScene for all UIKit apps built with the latest SDK after iOS 26, how UIScene differs from the traditional UIApplicationDelegate model, and provides step‑by‑step instructions—both automated and manual—for Flutter developers to migrate their iOS projects and plugins.

FlutterUIKitUIScene
0 likes · 14 min read
Migrating Flutter iOS Apps to the New UIScene Lifecycle (iOS 26+)
Sohu Tech Products
Sohu Tech Products
Oct 29, 2025 · Information Security

Why a New Multimodal AI Security Dataset Is Essential for Detecting Deepfakes

As multimodal AI models become capable of generating realistic images, videos, and audio, the OpenMMSec benchmark provides a comprehensive, open‑source dataset and evaluation metrics that help researchers and developers detect and localize AI‑generated forgeries across all three modalities, addressing emerging security challenges.

AI securityOpenMMSecdeepfake detection
0 likes · 18 min read
Why a New Multimodal AI Security Dataset Is Essential for Detecting Deepfakes
Sohu Tech Products
Sohu Tech Products
Oct 23, 2025 · Mobile Development

How We Cut iOS Incremental Build Time by 75% with SPM and a Three‑Layer Architecture

Facing 200‑second peak compile times, the FoxFriend iOS team replaced CocoaPods with Swift Package Manager and introduced a three‑layer interface‑implementation‑service architecture, reducing average incremental builds from 120 seconds to 50 seconds, saving 3.1 developer‑hours per day and achieving a 58% overall compile‑time reduction.

Swift Package Managerbuild optimizationdependency-injection
0 likes · 18 min read
How We Cut iOS Incremental Build Time by 75% with SPM and a Three‑Layer Architecture