All Articles

143374 articles · Page 361 of 7169
James' Growth Diary
James' Growth Diary
May 8, 2026 · Artificial Intelligence

How Claude Code’s Agent Swarms Use Unix Domain Sockets to Run 10 AIs Concurrently

This article deep‑dives into Claude Code’s Agent Swarms, explaining why Unix Domain Sockets replace HTTP for intra‑process communication, how three‑stage address parsing, filesystem‑based mailbox queues, various spawn modes, AgentId design, graceful shutdown, plan‑mode approval and common pitfalls together enable reliable, low‑latency coordination of multiple LLM agents.

Agent SwarmsClaude CodeIPC
0 likes · 14 min read
How Claude Code’s Agent Swarms Use Unix Domain Sockets to Run 10 AIs Concurrently
Machine Heart
Machine Heart
May 8, 2026 · Artificial Intelligence

How Laser Cuts Token Use by 97% with Probabilistic Superposition for Implicit Multimodal Reasoning

Laser introduces a latent‑superposition paradigm that replaces step‑by‑step token prediction with dynamic windowed alignment, achieving over 97% token‑consumption reduction, new SOTA performance on six visual benchmarks, and improved interpretability for multimodal large models.

ACL 2026Dynamic Window AlignmentLatent Superposition
0 likes · 13 min read
How Laser Cuts Token Use by 97% with Probabilistic Superposition for Implicit Multimodal Reasoning
Machine Heart
Machine Heart
May 8, 2026 · Artificial Intelligence

Can Qianwen’s Desktop Voice Input Finally Make the Keyboard Obsolete?

The article evaluates Qianwen’s new desktop voice‑input system, showing how it filters filler words, understands screen context, executes AI commands, and generates structured text, PPTs, and Excel reports, positioning voice as a viable replacement for traditional keyboard typing.

AI assistantProductivityQianwen
0 likes · 12 min read
Can Qianwen’s Desktop Voice Input Finally Make the Keyboard Obsolete?
Digital Planet
Digital Planet
May 8, 2026 · Industry Insights

Why All‑Domain Fan Sales Is the Marketing Paradigm Shift of the User‑Sovereignty Era

The article explains how the collapse of cheap traffic and rising acquisition costs have forced Chinese companies to adopt a new marketing paradigm—All‑Domain Fan Sales—that treats user relationships as quantifiable, operable assets, outlines its theoretical foundations, framework, case studies, risks, and why it is poised to spread globally.

All‑Domain Fan SalesCustomer Lifetime ValueDigital Marketing
0 likes · 49 min read
Why All‑Domain Fan Sales Is the Marketing Paradigm Shift of the User‑Sovereignty Era
Digital Planet
Digital Planet
May 8, 2026 · Industry Insights

4FM vs PCSM: Comparing Two Consumer‑Goods Marketing Frameworks

The article systematically compares the Marketing Four‑Force Model (4FM) and the Four‑Dimension Growth Model (PCSM), outlining their origins, core differences, complementary strengths, implementation steps, and risk‑avoidance principles for full‑domain brand growth in the consumer‑goods sector.

4FMPCSMbrand strategy
0 likes · 24 min read
4FM vs PCSM: Comparing Two Consumer‑Goods Marketing Frameworks
Digital Planet
Digital Planet
May 8, 2026 · Industry Insights

Why Big Companies’ Digital Transformations Turn Into Industry Training Grounds

Despite massive spending on digital initiatives, large enterprises often see projects stall or fail, while former staff accelerate digital success at smaller firms; the article attributes this to over‑ambitious scopes, siloed departments, risk‑averse cultures, flat incentives, and heavy technical debt that cripple true transformation.

Digital transformationlarge enterprisesorganizational culture
0 likes · 11 min read
Why Big Companies’ Digital Transformations Turn Into Industry Training Grounds
DeWu Technology
DeWu Technology
May 8, 2026 · Interview Experience

From Rookie to Tech Pro in One Year: How Two New Engineers Mastered Real-World Projects

The article interviews two engineers who joined DeWu a year ago, revealing how structured mentorship, hands‑on project ownership, AI model optimization, and a supportive learning ecosystem accelerated their growth from beginners to contributors capable of leading complex technical initiatives.

AI model optimizationSoftware Engineeringcareer growth
0 likes · 13 min read
From Rookie to Tech Pro in One Year: How Two New Engineers Mastered Real-World Projects
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
May 8, 2026 · Artificial Intelligence

How Simulation Synthetic Data Powers Industrial Embodied AI: Key Paths and Validation

The article analyzes how high‑cost, low‑efficiency real‑world data collection hampers industrial embodied AI and demonstrates that simulation‑generated synthetic data, validated with ABB's 3C assembly line, can boost task success from near zero to over 60% while cutting data‑prep time by about 85%, outlining four critical technical pathways and future challenges.

ABBEmbodied AIHarness architecture
0 likes · 30 min read
How Simulation Synthetic Data Powers Industrial Embodied AI: Key Paths and Validation
Architect's Ambition
Architect's Ambition
May 8, 2026 · Artificial Intelligence

A 12,000‑Word Guide to Agent Harness: Designing and Implementing Production‑Ready AI Agents

The article presents a comprehensive 7‑layer Agent Harness architecture that transforms experimental LLM‑based agents into stable, cost‑effective, secure, and observable production‑grade autonomous workers, illustrated with real‑world case studies, performance metrics, and concrete implementation details.

AI AgentsContext CompressionMemory System
0 likes · 33 min read
A 12,000‑Word Guide to Agent Harness: Designing and Implementing Production‑Ready AI Agents
Lisa Notes
Lisa Notes
May 8, 2026 · R&D Management

Lessons in Scope Management for an Information System Project

The article recounts a real‑world eight‑month, 8.94‑million‑yuan smart‑device project for an operator, detailing how the project manager applied scope‑management planning, requirement collection, WBS creation, and change control to overcome hardware, resource, and certification challenges and deliver the product on schedule.

HardwareScope ManagementSoftware
0 likes · 12 min read
Lessons in Scope Management for an Information System Project
Old Meng AI Explorer
Old Meng AI Explorer
May 8, 2026 · Artificial Intelligence

Why DeepSeek‑TUI’s Claude Code Clone Scored 19K Stars and Topped GitHub Trending

DeepSeek‑TUI, an open‑source terminal AI coding assistant that mirrors Claude Code, exploded on GitHub’s trending list with over 19 K stars by offering free, low‑cost, China‑friendly access, a 1‑million‑token context window, three operation modes, and substantial cost savings, all driven by savvy community outreach.

AI coding assistantClaude CodeDeepSeek-TUI
0 likes · 14 min read
Why DeepSeek‑TUI’s Claude Code Clone Scored 19K Stars and Topped GitHub Trending
Frontend AI Walk
Frontend AI Walk
May 8, 2026 · Product Management

How to Use an AI “White‑Box” Test to Filter Unviable Startup Ideas

This guide walks you through the codex‑startup‑pressure‑test skill, explaining when and how to use it, the required input format, the five most suitable scenarios, the six operation modes, how to interpret the verdict and scorecard, and provides ready‑made prompt templates to validate a startup idea before any code is written.

AICodexMVP
0 likes · 16 min read
How to Use an AI “White‑Box” Test to Filter Unviable Startup Ideas
James' Growth Diary
James' Growth Diary
May 8, 2026 · Artificial Intelligence

How to Test Multi‑Agent Systems? Mock LLM and Graph Replay Explained

The article analyzes why testing Multi‑Agent systems is difficult—due to LLM output randomness, cross‑node state propagation, and tool side‑effects—and presents a systematic solution using mock LLMs, MemorySaver checkpoints with graph replay, tool stubs, and a three‑layer testing pyramid while highlighting common pitfalls and best practices.

Graph ReplayLangChainMock LLM
0 likes · 14 min read
How to Test Multi‑Agent Systems? Mock LLM and Graph Replay Explained
ITPUB
ITPUB
May 8, 2026 · Artificial Intelligence

How Oracle Skills Open Source Signals the Rise of the AI Skill Era

Oracle has open‑sourced its Skills repository on GitHub, providing over 100 curated, version‑compatible guides for Oracle Database, OCI, GraalVM, Fusion and APEX, and defining a new AI‑centric “Skill” abstraction that lets agents safely generate and execute database operations, heralding a Skill‑driven AI engineering era.

AI AgentsAI engineeringDatabase Skills
0 likes · 16 min read
How Oracle Skills Open Source Signals the Rise of the AI Skill Era
Black & White Path
Black & White Path
May 8, 2026 · Information Security

CeWL 5.0 Adds Proxy and Authentication Support for Custom Wordlist Generation

CeWL 5.0, the Ruby‑based custom wordlist generator, now supports proxy configuration and HTTP Basic/Digest authentication, enabling penetration testers to crawl credential‑protected internal sites and extract targeted vocabulary for password‑cracking tools such as John the Ripper.

CeWLHTTP authenticationPenetration Testing
0 likes · 4 min read
CeWL 5.0 Adds Proxy and Authentication Support for Custom Wordlist Generation
Black & White Path
Black & White Path
May 8, 2026 · Information Security

Why VECT Ransomware Fails to Decrypt Large Files: A Technical Breakdown

Security researchers discovered that VECT ransomware unintentionally embeds the ChaCha20 key and nonce for files under 128 KB, allowing easy decryption, while its chunked encryption of larger files loses three of four nonces, rendering those files permanently unrecoverable even after ransom payment.

ChaCha20VECTencryption bug
0 likes · 5 min read
Why VECT Ransomware Fails to Decrypt Large Files: A Technical Breakdown
Black & White Path
Black & White Path
May 8, 2026 · Information Security

How Ukrainian Cyber Warriors Use Zapper to Hide Malicious Linux Processes

Zapper, a Linux process‑hiding tool created by Hacker’s Choice, runs without root, manipulates the ELF auxiliary vector via ptrace, hides command‑line arguments, environment variables and child processes with negligible overhead, and has been observed in real Ukrainian cyber‑war operations, prompting specific defensive recommendations.

ELF auxiliary vectorLinux securityZapper
0 likes · 10 min read
How Ukrainian Cyber Warriors Use Zapper to Hide Malicious Linux Processes