All Articles

143493 articles · Page 405 of 7175
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 29, 2026 · Artificial Intelligence

Dual Engine for Training and Inference: How Princeton’s SD‑ZERO and AggAgent Redefine Complex Reasoning

The article reviews two recent Princeton papers—SD‑ZERO, which introduces self‑revision training and on‑policy self‑distillation to turn a model’s own error traces into dense supervision, and AggAgent, which actively aggregates parallel long‑horizon trajectories—showing how internal trajectory mining can cut compute costs and boost accuracy on challenging math and code benchmarks.

AggAgentComplex ReasoningLarge Language Models
0 likes · 10 min read
Dual Engine for Training and Inference: How Princeton’s SD‑ZERO and AggAgent Redefine Complex Reasoning
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 29, 2026 · Artificial Intelligence

From Solo Agents to Elite Teams: openJiuwen’s Coordination Engineering Enables Self‑Evolving AI Collaboration

The openJiuwen community introduces Coordination Engineering, a new paradigm that lets multiple AI agents form autonomous, self‑organizing teams through the Agent Team Engine, encapsulated in reusable Team Skills and shared via the Team Skills Hub, with examples ranging from renovation planning to multi‑disciplinary medical consultations.

AI collaborationAgent Team EngineCoordination Engineering
0 likes · 15 min read
From Solo Agents to Elite Teams: openJiuwen’s Coordination Engineering Enables Self‑Evolving AI Collaboration
TechVision Expert Circle
TechVision Expert Circle
Apr 29, 2026 · Industry Insights

Why Code‑Centric CTOs Are Losing Their Edge in the AI Era

The article analyzes how AI‑driven code generation erodes the traditional technical advantage of CTOs, shifting their core value from writing code to translating business intent, orchestrating fragmented systems, and managing AI‑related risks, and outlines the new capabilities required for leadership.

AICTObusiness strategy
0 likes · 11 min read
Why Code‑Centric CTOs Are Losing Their Edge in the AI Era
FunTester
FunTester
Apr 29, 2026 · Artificial Intelligence

When AI Collaboration Causes Ability Misjudgment

The article introduces the “LLM Fallacy,” explaining how relying on large language models can make individuals mistakenly attribute AI‑generated results to their own skills, leading to overestimated competence across tasks such as writing, coding, and analysis, and discusses implications for education, hiring, and skill development.

AI collaborationLLM fallacyRecruitment
0 likes · 12 min read
When AI Collaboration Causes Ability Misjudgment
CodeTrend
CodeTrend
Apr 29, 2026 · Artificial Intelligence

qwen2API: Turning Qwen Web Chat into OpenAI, Claude, and Gemini Compatible APIs

The qwen2API project offers a FastAPI backend and React+Vite frontend that expose the Qwen web chat as OpenAI Chat Completions, Anthropic Messages, and Gemini GenerateContent interfaces, featuring tool calling, image generation, account pool management, multiple deployment options, and various execution engines.

AnthropicFastAPIGemini
0 likes · 6 min read
qwen2API: Turning Qwen Web Chat into OpenAI, Claude, and Gemini Compatible APIs
Architect-Kip
Architect-Kip
Apr 29, 2026 · Backend Development

A Generic State Machine Solution for Managing Business Entity Lifecycles

This article presents a comprehensive state‑machine‑based approach for managing the lifecycle of business entities such as orders and work orders, detailing core pain points, essential questions a state machine must answer, a comparative analysis of four implementation options, and a recommended solution that combines a database transition table, domain services, and optimistic‑lock concurrency control, along with architecture diagrams, code snippets, and operational guidelines.

Domain Serviceaudit logconcurrency
0 likes · 15 min read
A Generic State Machine Solution for Managing Business Entity Lifecycles
Architect
Architect
Apr 29, 2026 · Artificial Intelligence

How Claude Code Subagents Keep Context Clean by Isolating Exploration

Long Claude Code sessions get polluted when exploratory commands, logs, and temporary files share the main window, so Subagents run those steps in independent workspaces, returning only concise results and preserving the main context for decision‑making.

AI AgentsAgent HarnessClaude Code
0 likes · 26 min read
How Claude Code Subagents Keep Context Clean by Isolating Exploration
MeowKitty Programming
MeowKitty Programming
Apr 29, 2026 · Artificial Intelligence

10 Must‑Try Open‑Source AI Projects for Java Developers: RAG, Agents, Knowledge Bases, and Text‑to‑SQL

This article curates ten open‑source AI projects on Gitee that Java developers can use to learn RAG pipelines, AI agents, knowledge‑base construction, Text‑to‑SQL, workflow orchestration, and multi‑model integration, offering concrete use cases, learning goals, and guidance on selecting a learning path.

AIJavaLangChain4j
0 likes · 13 min read
10 Must‑Try Open‑Source AI Projects for Java Developers: RAG, Agents, Knowledge Bases, and Text‑to‑SQL
AI Explorer
AI Explorer
Apr 29, 2026 · Artificial Intelligence

Open-Source ML Intern: One-Click Paper Reading, Training & Deployment – Hype or Real Deal?

ml‑intern, an open‑source AI agent from Hugging Face, automates the full ML workflow—reading papers, generating code, training and deploying models—using an asynchronous event‑driven loop with submission and event queues, supporting interactive and headless modes, Slack notifications, and multiple LLM back‑ends.

AI AgentAutomationHugging Face
0 likes · 5 min read
Open-Source ML Intern: One-Click Paper Reading, Training & Deployment – Hype or Real Deal?
AI Explorer
AI Explorer
Apr 29, 2026 · Artificial Intelligence

Tencent Open‑Sources Hy‑MT: Offline Translation for 33 Languages Beats Google Translate

Tencent’s Hy‑MT1.5‑1.8B‑1.25bit model, now open‑source, runs entirely offline on smartphones, supports 33 languages, and—according to internal tests—delivers translation quality that surpasses Google Translate’s online service, highlighting the impact of 1.25‑bit quantization on model size and performance.

1.25bit quantizationHy-MTMobile AI
0 likes · 6 min read
Tencent Open‑Sources Hy‑MT: Offline Translation for 33 Languages Beats Google Translate
AI Explorer
AI Explorer
Apr 29, 2026 · Industry Insights

SenseTime’s ‘Big Device’ Powers the Leap of Chinese AI from Usable to Practical

The article explains how DeepSeek V4’s delayed launch was a strategic move to fully adapt to Huawei’s Ascend chips, with SenseTime’s ‘Big Device’ acting as middleware that fine‑tunes hardware‑level scheduling, enabling million‑token contexts and bringing Chinese AI performance closer to Nvidia‑based systems, while noting remaining throughput challenges.

AI infrastructureChinese AIDeepSeek V4
0 likes · 7 min read
SenseTime’s ‘Big Device’ Powers the Leap of Chinese AI from Usable to Practical
Cloud Architecture
Cloud Architecture
Apr 29, 2026 · Backend Development

How to Implement Full‑Link Gray Release with Spring Cloud Alibaba: A Practical Engineering Guide

This article provides a production‑ready engineering guide for implementing full‑link gray releases using Spring Cloud Alibaba, covering traffic dyeing principles, control‑plane and data‑plane design, Nacos metadata, gateway routing, asynchronous context propagation, high‑concurrency protection, database compatibility, observability, and automated rollback.

0 likes · 50 min read
How to Implement Full‑Link Gray Release with Spring Cloud Alibaba: A Practical Engineering Guide
Cloud Architecture
Cloud Architecture
Apr 29, 2026 · Databases

ORM Type Mismatch Causes MySQL Index Failure and Outage – Investigation & Fix

An ORM parameter type mismatch caused MySQL to perform implicit conversion on a VARCHAR index column, turning an indexed query into a full table scan that saturated connection pools, thread pools, Kafka consumers, and upstream services during a high‑traffic promotion, illustrating the full‑stack impact and remediation steps.

Implicit ConversionIndex OptimizationMyBatis
0 likes · 29 min read
ORM Type Mismatch Causes MySQL Index Failure and Outage – Investigation & Fix
DeepHub IMBA
DeepHub IMBA
Apr 29, 2026 · Artificial Intelligence

From Stateless to Stateful: 5 Architecture Patterns for Long‑Running Agents

The article outlines five concrete design patterns—Checkpoint‑and‑Resume, Delegated Approval, Memory‑Layered Context, Ambient Processing, and Fleet Orchestration—that enable production‑grade, multi‑day AI agents to persist state, handle failures, and scale safely.

AI AgentsCloud SandboxLong-Running Agents
0 likes · 12 min read
From Stateless to Stateful: 5 Architecture Patterns for Long‑Running Agents
Woodpecker Software Testing
Woodpecker Software Testing
Apr 29, 2026 · Artificial Intelligence

Leveraging ChatGPT to Transform Software Development

The article explains how large language models like ChatGPT can assist software engineers across the entire development lifecycle—requirements, design, coding, testing, and operations—while emphasizing the need for human review due to hallucinations, and presents a PDCA‑style iterative workflow for effective human‑AI collaboration.

AI-assisted testingChatGPTLarge Language Models
0 likes · 4 min read
Leveraging ChatGPT to Transform Software Development
Java Architect Handbook
Java Architect Handbook
Apr 29, 2026 · Backend Development

How Many Ways Can You Create a ThreadPool in Java? Interview Essentials

The article explains the four ways to create a thread pool in Java, why the Executors factory methods are unsafe for production, how to manually configure ThreadPoolExecutor with its seven parameters, and compares scheduled and ForkJoin pools while providing interview‑focused Q&A and practical configuration formulas.

ExecutorsForkJoinPoolJava
0 likes · 14 min read
How Many Ways Can You Create a ThreadPool in Java? Interview Essentials
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 29, 2026 · Artificial Intelligence

What’s Inside GPT‑6’s ‘Spud’ Release? 5‑6 Trillion Parameters and 2 M Token Context

OpenAI’s GPT‑6 ‘Spud’ launch packs 5‑6 trillion parameters with MoE sparsity, a unified Symphony multimodal architecture, dual System‑1/2 reasoning, a 2‑million‑token window, and competitive benchmark results, while keeping pricing flat and introducing autonomous agent capabilities that reshape AI workflows.

AgentGPT-6Large Language Model
0 likes · 15 min read
What’s Inside GPT‑6’s ‘Spud’ Release? 5‑6 Trillion Parameters and 2 M Token Context
Code Mala Tang
Code Mala Tang
Apr 29, 2026 · Artificial Intelligence

What Exactly Does Claude Code Send When You Type “Hello”?

The article walks through configuring a custom model in Claude Code, installing the claude‑tap plugin, launching the tool, sending the message “Hello”, and then dissecting the resulting request to reveal token counts, latency, tool list, system prompts, message payload, and a lingering cache issue.

AI modelClaude CodeLing-2.6-flash
0 likes · 6 min read
What Exactly Does Claude Code Send When You Type “Hello”?
Smart Workplace Lab
Smart Workplace Lab
Apr 29, 2026 · Operations

Why Using AI Makes Me More Exhausted and How an Energy Firewall Can Help

The author shows that despite AI tripling code and report speed, hidden costs like format checks, alignment, and follow‑ups drain mental energy, and proposes a three‑step "energy firewall" with workload accounting and SOPs to protect personal focus and restore true efficiency.

AI productivitySOPWorkflow Optimization
0 likes · 6 min read
Why Using AI Makes Me More Exhausted and How an Energy Firewall Can Help