All Articles

145875 articles · Page 10 of 7294
Advanced AI Application Practice
Advanced AI Application Practice
Aug 13, 2026 · Operations

Treat Test, Staging, and Production Environments Like an RPG – A Hands‑On Config Management Guide

The article likens the software release pipeline to an RPG, explains the distinct purposes and characteristics of test, pre‑release, and production environments, and presents concrete configuration‑management principles and four practical solutions—including environment variables, file mounts, and config centers—supported by real‑world examples.

Configurationdeploymentenvironment
0 likes · 10 min read
Treat Test, Staging, and Production Environments Like an RPG – A Hands‑On Config Management Guide
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Aug 13, 2026 · Artificial Intelligence

Why OntoL Beats Semantica in Industrial-Scale Ontology for Large Models

The article compares OntoL and Semantica, showing how OntoL’s minimalist architecture—JSON‑based data binding, combined rule and LLM inference, and an out‑of‑the‑box sandbox—makes ontology practical for industrial AI while avoiding the heavy academic standards that burden Semantica.

AI engineeringKnowledge GraphOntology
0 likes · 7 min read
Why OntoL Beats Semantica in Industrial-Scale Ontology for Large Models
Model Perspective
Model Perspective
Aug 13, 2026 · Industry Insights

Can Getting Marriage Licenses at Banks Boost Marriage Rates? A Critical Look

The article examines Tianjin's new practice of placing marriage registration desks inside banks, arguing that while it reduces administrative friction, the deeper financial and life‑stage concerns of young adults—housing costs, income stability, and long‑term risks—remain the decisive factors in marriage decisions.

Financial Servicesbank servicesmarriage registration
0 likes · 10 min read
Can Getting Marriage Licenses at Banks Boost Marriage Rates? A Critical Look
AI Step-by-Step
AI Step-by-Step
Aug 13, 2026 · Artificial Intelligence

6 Combo Techniques to Make Codex and Claude Code Truly Boost Efficiency

The article presents six concrete, step‑by‑step combos that let developers produce high‑quality code with Codex and Claude Code while enabling non‑technical teammates to save time and deliver verifiable results, covering new feature pipelines, automated reviews, large refactors, nightly automation, urgent bug fixes, and project hand‑over.

Claude CodeCode ReviewCodex
0 likes · 6 min read
6 Combo Techniques to Make Codex and Claude Code Truly Boost Efficiency
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Aug 13, 2026 · Industry Insights

Why Industrial Ontology Stumbles: From Academic Perfection to Real-World Roots

The article examines how ontology, once hailed as the key to bridging raw data and complex business logic in digital transformation, often fails in industrial settings because academic standards clash with dynamic realities, prompting a shift toward lightweight, iterative semantic models focused on objects, connections, and actions.

Knowledge GraphOWLOntology
0 likes · 14 min read
Why Industrial Ontology Stumbles: From Academic Perfection to Real-World Roots
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Aug 13, 2026 · Artificial Intelligence

OWL Ontology: From Academic Ivory‑Tower Toy to Engineering Burden

The article analyzes why OWL, designed for logical completeness and reasoning in the Semantic Web, becomes a performance and complexity burden in industrial knowledge‑graph projects, detailing which features are academically valuable and which turn into engineering traps, and offering practical usage guidelines.

Description LogicKnowledge GraphOWL
0 likes · 13 min read
OWL Ontology: From Academic Ivory‑Tower Toy to Engineering Burden
Node.js Tech Stack
Node.js Tech Stack
Aug 13, 2026 · Backend Development

DeepSeek Harness Open‑Source: Why It’s Built Primarily with TypeScript and Node.js

DeepSeek has released its Harness framework as open source, a TypeScript‑heavy (97.1% of code) Node.js project that provides a plugin‑based agent runtime, integrates multiple model providers, and is currently in Developer Preview, offering a one‑command start but warning about upcoming breaking changes.

AI agentsDeepSeek HarnessDeveloper Preview
0 likes · 10 min read
DeepSeek Harness Open‑Source: Why It’s Built Primarily with TypeScript and Node.js
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Aug 13, 2026 · Artificial Intelligence

Why RL Matters: From Reinforcement Learning to (Soft) Distillation

The article argues that reinforcement learning is crucial in post‑training because it refines and localizes chain‑of‑thought patterns learned during supervised fine‑tuning, improves model controllability, and can be complemented or substituted by distillation—especially soft distillation—to transfer high‑quality patterns from stronger teachers to weaker models.

LLMchain-of-thoughtdistillation
0 likes · 12 min read
Why RL Matters: From Reinforcement Learning to (Soft) Distillation
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Aug 13, 2026 · Artificial Intelligence

ARIS: Cross-Model Review and Persistent Memory Mechanisms for Reliable Long-Term Research Tasks

The talk introduces ARIS, an open‑source autonomous research system that uses cross‑model adversarial collaboration, a three‑layer evidence audit chain, and multi‑channel writing audit to ensure honest, end‑to‑end generation of research ideas through papers.

AI agentsARISautonomous research
0 likes · 4 min read
ARIS: Cross-Model Review and Persistent Memory Mechanisms for Reliable Long-Term Research Tasks
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Aug 13, 2026 · Artificial Intelligence

Ilya’s First Model Arrives: Test‑Time Training Promises Data‑Efficient Scaling

Ilya Sutskever’s new SSI engine uses Test‑Time Training to achieve unprecedented data efficiency, ten‑fold scaling, and persistent digital agents, marking a shift from static, large‑parameter models toward continuously learning systems while raising new safety and interpretability challenges.

AI scalingIlya SutskeverSSI
0 likes · 7 min read
Ilya’s First Model Arrives: Test‑Time Training Promises Data‑Efficient Scaling
TechVision Expert Circle
TechVision Expert Circle
Aug 13, 2026 · Cloud Native

Does a Three‑Hour Commute Actually Boost Anyone’s Efficiency?

A 2026 OPM survey of over 600,000 federal workers shows that mandatory office returns cut satisfaction and raise turnover, while modern cloud‑native collaboration tools and AI‑driven workflows enable remote teams to match or exceed on‑site productivity, revealing the hidden technical costs of forced commuting.

AI collaborationCRDTCloud Native
0 likes · 13 min read
Does a Three‑Hour Commute Actually Boost Anyone’s Efficiency?
Cloud Architecture
Cloud Architecture
Aug 13, 2026 · Cloud Native

Kubernetes Node Maintenance: From Drain to True Zero‑Downtime Engineering

Many teams mistakenly believe that a simple `kubectl drain` guarantees safe node shutdown, but in production the risk spans the control plane, service discovery, long‑lived connections, load balancers and observability; this guide presents a repeatable, auditable, production‑grade process that turns node maintenance into a zero‑interruption engineering workflow.

Kubernetesgraceful-shutdownnode-maintenance
0 likes · 41 min read
Kubernetes Node Maintenance: From Drain to True Zero‑Downtime Engineering
Ray's Galactic Tech
Ray's Galactic Tech
Aug 13, 2026 · Backend Development

Event Sourcing Primer: Rebuilding State Without a Database

This article explains how event sourcing replaces the traditional current‑state table with an immutable event log, allowing systems to reconstruct any state, handle concurrency, support auditing, and power flexible read models through projections, while outlining the necessary architectural components such as aggregates, event stores, snapshots, outbox, idempotency, and the natural transition to CQRS.

Backend Architecturecqrsevent sourcing
0 likes · 32 min read
Event Sourcing Primer: Rebuilding State Without a Database
21CTO
21CTO
Aug 13, 2026 · Frontend Development

Evan You Launches New Company While Unveiling Pinia 4 – Key Updates and Impact

Evan You announced the formation of a new company and the official release of Pinia 4, highlighting a shift to pure ESM modules, a 77% bundle‑size reduction, a modern nostics‑based error‑diagnostics system, the adoption of ES2022 Object.hasOwn, and the debut of Pinia Colada 1.0 with deep Vue‑Router integration, while also outlining the strategic governance behind Vue’s sustainable development.

ESMError DiagnosticsFrontend
0 likes · 8 min read
Evan You Launches New Company While Unveiling Pinia 4 – Key Updates and Impact
21CTO
21CTO
Aug 13, 2026 · Industry Insights

Why Tencent Is Giving Up 30% Immediate Profit to Bet on Its Own Large‑Model AI

Tencent’s Q2 earnings call reveals a strategic shift away from renting GPU capacity for short‑term gains, instead allocating most of its $53 billion capex to develop the Hunyuan large‑model series and AI agents like WorkBuddy and CodeBuddy, aiming for long‑term market dominance.

AICodeBuddyGPU Compute
0 likes · 6 min read
Why Tencent Is Giving Up 30% Immediate Profit to Bet on Its Own Large‑Model AI
Architect
Architect
Aug 13, 2026 · Artificial Intelligence

DeepSeek Harness (DSH) Unveiled: Analyzing DeepSeek V4 Pro’s Model, Protocol, and Runtime for Agents

The article examines DeepSeek’s August 13 release of V4 Pro and the new DSH runtime, breaking down the three‑layer architecture (model, Responses API protocol, and DSH runtime), benchmark scores, pricing tiers, plugin modes, session logging, and practical guidance for evaluating agent workloads and costs.

AI AgentDSHDeepSeek
0 likes · 17 min read
DeepSeek Harness (DSH) Unveiled: Analyzing DeepSeek V4 Pro’s Model, Protocol, and Runtime for Agents
Big Data and Microservices
Big Data and Microservices
Aug 13, 2026 · Industry Insights

AI Industry Applications on Aug 13 2026: Manufacturing, Healthcare, Finance & More

On August 13, 2026 AI moved from conversational to execution across manufacturing, healthcare, finance, agriculture and other sectors, delivering concrete value such as Nio’s 3‑minute vehicle inspection with 99.7% defect accuracy, Dippu‑Huawei’s 97.8% task success, medical AI accuracies above 99%, token‑driven banking growth, and large‑scale robotics deployments.

AIAgricultureFinance
0 likes · 21 min read
AI Industry Applications on Aug 13 2026: Manufacturing, Healthcare, Finance & More
Open Source Tech Hub
Open Source Tech Hub
Aug 13, 2026 · Artificial Intelligence

DeepSeek Harness Opens Developer Preview: A Fully Plugin‑Based Open‑Source Agent Framework

DeepSeek Harness, now in a globally open developer preview under the MIT license, introduces a thin Cordis core and a fully plugin‑based architecture with over 130 interchangeable capabilities, four preset modes, exhaustive session tracing, and simple npx or source‑code startup, marking a shift from model‑only competition to agent‑infrastructure innovation.

AI agentsDeepSeekTypeScript
0 likes · 7 min read
DeepSeek Harness Opens Developer Preview: A Fully Plugin‑Based Open‑Source Agent Framework