All Articles

145835 articles · Page 6 of 7292
Alibaba Cloud Native
Alibaba Cloud Native
Aug 14, 2026 · Artificial Intelligence

A New Paradigm for Agent Engineering: Everything as Plugins

DeepSeek Harness introduces a fine‑grained, fully plug‑in‑based architecture that makes LLM agents transparent, traceable and highly customizable, allowing developers to replace or extend any component—from model adapters to the main loop—thereby exposing optimization opportunities that were hidden behind traditional monolithic frameworks like LangChain.

Agent EngineeringDeepSeek HarnessLLM Transparency
0 likes · 13 min read
A New Paradigm for Agent Engineering: Everything as Plugins
Golang Shines
Golang Shines
Aug 14, 2026 · Backend Development

Build a Complete Golang REST API: From Setup to Deployment

This step‑by‑step guide walks you through installing Go, configuring the environment, structuring a project, using Gin to create CRUD endpoints, adding middleware, managing configuration, testing, generating Swagger docs, optimizing performance, and deploying the service with Docker or systemd.

DockerGORMGin
0 likes · 21 min read
Build a Complete Golang REST API: From Setup to Deployment
Golang Shines
Golang Shines
Aug 14, 2026 · Cloud Native

Three Open‑Source File Transfer Tools You Can Deploy with One‑Click Docker

This article reviews three open‑source file‑transfer solutions—PairDrop, FastSend, and FileDrop—detailing their features, security mechanisms, cross‑platform support, and Docker one‑click deployment options, followed by a side‑by‑side comparison to help you choose the best fit for your needs.

DockerFastSendFileDrop
0 likes · 10 min read
Three Open‑Source File Transfer Tools You Can Deploy with One‑Click Docker
21CTO
21CTO
Aug 14, 2026 · Artificial Intelligence

Don’t Just Focus on Python – Build Enterprise‑Grade AI Agent Architectures with Elixir and Clojure

The article compares Python, Clojure, and Elixir for building production‑ready AI agents, detailing their concurrency models, state isolation, fault tolerance, and distributed scaling, and provides concrete code samples, a feature matrix, and guidance on choosing the right language for different team and workload requirements.

AI agentsClojureElixir
0 likes · 12 min read
Don’t Just Focus on Python – Build Enterprise‑Grade AI Agent Architectures with Elixir and Clojure
21CTO
21CTO
Aug 14, 2026 · Artificial Intelligence

Inside X’s Open‑Source Ranking Algorithm: Boosting Transparency and Code Quality

Elon Musk’s X platform has released over 300,000 lines of its recommendation and ranking code on GitHub under Apache v2, adding a new “Under the Hood” transparency tool, detailed model configurations, and a Transformer‑based Phoenix scoring system, while explaining the multi‑stage ranking pipeline and its limitations.

Open sourcePhoenix modelTransformer
0 likes · 8 min read
Inside X’s Open‑Source Ranking Algorithm: Boosting Transparency and Code Quality
Machine Heart
Machine Heart
Aug 14, 2026 · Artificial Intelligence

RoboColiseum Launches: Near‑90% Real‑World Alignment and 40+ Teams Competing in Embodied AI Arena

The RoboColiseum platform tackles the lack of reproducible embodied AI benchmarks by offering high‑fidelity simulation with 89.5% real‑world alignment, four‑dimensional evaluation across 78 tasks, rapid 30‑minute assessments, baseline model comparisons, and support for over 40 global research teams.

AI AgentRoboColiseumSim2Real
0 likes · 8 min read
RoboColiseum Launches: Near‑90% Real‑World Alignment and 40+ Teams Competing in Embodied AI Arena
DataFunTalk
DataFunTalk
Aug 14, 2026 · Artificial Intelligence

Deep Dive into Agent Harness: Dissecting the Architecture Behind AI Agents

The article explains that an Agent Harness— the full software infrastructure surrounding an LLM— is essential for production‑grade AI agents, detailing its definition, three engineering layers, twelve concrete components, execution loops, framework implementations, and key design decisions that separate harness failures from model shortcomings.

AI agentsAgent HarnessContext Management
0 likes · 20 min read
Deep Dive into Agent Harness: Dissecting the Architecture Behind AI Agents
DataFunTalk
DataFunTalk
Aug 14, 2026 · Artificial Intelligence

Why DeepSeek V4 Pro’s 87.9 Score Signals Agent Benchmarks Moving from Model to System

DeepSeek V4 Pro scored 87.9 on Terminal‑Bench 2.1 using the Harness Minimal Mode with max reasoning effort, temperature 1.0 and top_p 0.95, while Vals AI reported 54.68 under a different harness, illustrating that modern Agent benchmarks evaluate the whole system rather than just the underlying model.

AI EvaluationAgent BenchmarkDeepSeek
0 likes · 10 min read
Why DeepSeek V4 Pro’s 87.9 Score Signals Agent Benchmarks Moving from Model to System
TonyBai
TonyBai
Aug 14, 2026 · Artificial Intelligence

DeepSeek Opens Harness: How a Plug‑in‑First Architecture Makes Every Agent Component Swappable

DeepSeek's newly open‑sourced Harness (dsh) introduces a plug‑in‑first design that decouples models, tools, sessions, storage, and UI into interchangeable modules, detailing its Cordis meta‑framework, profile‑bundle layering, turn/step loop, event system, and early support for context compression and long‑term memory.

AgentContext CompressionCordis
0 likes · 16 min read
DeepSeek Opens Harness: How a Plug‑in‑First Architecture Makes Every Agent Component Swappable
Design Hub
Design Hub
Aug 14, 2026 · User Experience Design

How Nano Mobility and MobED Turn Complex Mobility Tech into Everyday Visual Stories

The article analyzes how the visual design teams behind Nano Mobility and MobED use low-angle shots, clean cityscapes, modular composition, and real‑world footage to transform ultra‑compact personal transport platforms and modular robots from technical demos into relatable everyday relationships.

MobEDNano Mobilitymobility design
0 likes · 11 min read
How Nano Mobility and MobED Turn Complex Mobility Tech into Everyday Visual Stories
Design Hub
Design Hub
Aug 14, 2026 · Artificial Intelligence

Four AI Releases in One Day: What’s Shaping the Emerging AI Delivery Stack?

On a single day, Google, DeepSeek, and MiniMax unveiled Gemini 3.7 Flash, V4‑Pro, the Harness runtime, and Music 3, each illustrating how AI is shifting from headline‑grabbing benchmarks toward cost‑effective agents, plug‑in runtimes, and controllable content generation for real‑world workflows.

AI agentsDeepSeek HarnessDeepSeek V4-Pro
0 likes · 13 min read
Four AI Releases in One Day: What’s Shaping the Emerging AI Delivery Stack?
PaperAgent
PaperAgent
Aug 14, 2026 · Artificial Intelligence

The New Cordis Paper Behind DeepSeek Harness Explained

DeepSeek Harness has been open‑sourced together with a newly released Cordis paper that lifts the effect‑coeffect concepts to runtime, defines spatiotemporal composability, details a TypeScript implementation, and validates the approach with the Koishi chatbot framework.

AI agentsCordisDeepSeek Harness
0 likes · 9 min read
The New Cordis Paper Behind DeepSeek Harness Explained
PaperAgent
PaperAgent
Aug 14, 2026 · Artificial Intelligence

DeepSeek Harness Open-Source Review: Surprising Insights Beyond Its Plugin System

The article provides a detailed technical walkthrough of DeepSeek Harness (dsh), highlighting its plugin‑centric architecture, full‑trajectory visibility, performance metrics, installation steps, four UI modes, the underlying Cordis framework, the capability‑seam design, and community‑contributed plugins, all illustrated with concrete examples and code.

AI agentsCordis frameworkDeepSeek Harness
0 likes · 7 min read
DeepSeek Harness Open-Source Review: Surprising Insights Beyond Its Plugin System
java1234
java1234
Aug 14, 2026 · Artificial Intelligence

Agentic AI Boom 2026: Insights from 322 Top Conference Papers

The article highlights the rapid surge of agentic AI research in 2026—arXiv shows about 9,000 papers with 99% published after 2023, monthly additions of ~1,000, a three‑fold yearly increase, 24% of ICML2026 workshops focused on agents, and a curated list of 322 top papers plus practical modules, while warning against over‑reliance on AI tools.

AI researchAI safetyAI tools
0 likes · 5 min read
Agentic AI Boom 2026: Insights from 322 Top Conference Papers
DataFunTalk
DataFunTalk
Aug 14, 2026 · Artificial Intelligence

Gemini 3.7 Flash: A Three‑Week Agent‑Focused Update Over 3.6

Google released Gemini 3.7 Flash only 23 days after 3.6, keeping the same 1M‑token context but delivering algorithmic tweaks that boost coding, terminal, tool‑calling and multi‑step agent workflows, with benchmark gains in software‑engineering tasks while retaining the same pricing model.

AgentCodingGemini
0 likes · 12 min read
Gemini 3.7 Flash: A Three‑Week Agent‑Focused Update Over 3.6
liandk
liandk
Aug 14, 2026 · Databases

Hands‑On MySQL Slow Query: Enable Logs, Analyze SQL, and Optimize Performance

The article explains what MySQL slow queries are, why they must be detected, when to enable slow‑query logging, step‑by‑step commands to configure the log, how to simulate and analyze problematic SQL with EXPLAIN, and practical optimization techniques—including index creation and Spring Boot integration—to eliminate performance bottlenecks.

IndexingMySQLPerformance Optimization
0 likes · 10 min read
Hands‑On MySQL Slow Query: Enable Logs, Analyze SQL, and Optimize Performance