All Articles

143529 articles · Page 419 of 7177
Cloud Architecture
Cloud Architecture
Apr 27, 2026 · Cloud Native

Build Once, Deploy Hundreds: Helm Multi‑Environment Delivery Practices & Pitfalls

This article explains how to turn Helm from a simple templating tool into a production‑grade, multi‑environment delivery framework by covering Helm's core concepts, engineering upgrades, values schema, CI/CD integration, GitOps workflows, high‑concurrency considerations, and a comprehensive list of common pitfalls and best‑practice recommendations.

CI/CDDevOpsGitOps
0 likes · 36 min read
Build Once, Deploy Hundreds: Helm Multi‑Environment Delivery Practices & Pitfalls
Cloud Architecture
Cloud Architecture
Apr 27, 2026 · Backend Development

Building an Enterprise‑Level MyBatis Persistence Layer from Zero to One

The article walks through a real production incident caused by a massive IN‑list query, then presents a complete methodology for designing, implementing, and tuning an enterprise‑grade MyBatis persistence layer—including core execution chain, caching strategies, batch processing, read/write splitting, sharding, observability, and deployment best practices.

CachingMyBatisObservability
0 likes · 39 min read
Building an Enterprise‑Level MyBatis Persistence Layer from Zero to One
Ray's Galactic Tech
Ray's Galactic Tech
Apr 27, 2026 · Artificial Intelligence

Using AI to Auto‑Generate Forms: Production‑Ready Low‑Code Form Generation with Spring AI Alibaba ReactAgent

The article presents a production‑grade solution that lets users describe a form in natural language, then uses a Spring AI Alibaba ReactAgent powered by a ReAct reasoning loop to retrieve templates, validate fields, generate layout, enforce governance, and finally emit a versioned JSON schema ready for deployment.

ObservabilityReActReactAgent
0 likes · 29 min read
Using AI to Auto‑Generate Forms: Production‑Ready Low‑Code Form Generation with Spring AI Alibaba ReactAgent
MeowKitty Programming
MeowKitty Programming
Apr 27, 2026 · Artificial Intelligence

Java AI Agents: Beyond Tool Calls to Memory Layers

The article explains that recent Spring AI updates—AutoMemoryTools and the Session API—introduce long‑term and short‑term memory capabilities, arguing that Java AI agents must shift focus from merely invoking tools to managing context and memory to become reliable production systems.

AI AgentsAutoMemoryToolsJava
0 likes · 6 min read
Java AI Agents: Beyond Tool Calls to Memory Layers
FunTester
FunTester
Apr 27, 2026 · Operations

Why Relying on Humans for Incident Recovery Fails and How Self‑Healing Automation Platforms Help

The article explains that large‑scale incidents overwhelm on‑call engineers who must manually piece together context from countless signals, and shows how a self‑healing automation platform can take over repetitive, known failure patterns, verify fixes, and reduce fatigue while keeping humans in the loop for oversight.

AutomationOperationsSRE
0 likes · 8 min read
Why Relying on Humans for Incident Recovery Fails and How Self‑Healing Automation Platforms Help
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Apr 27, 2026 · Artificial Intelligence

STEAM: Wavelet‑Enhanced Attention Model for Stock Price Prediction

The STEAM model combines discrete wavelet transform, a wavelet‑enhanced attention mechanism, and a market‑index prefix within a Mamba‑2 encoder to capture multi‑frequency spatial and temporal dependencies in stock data, achieving state‑of‑the‑art performance across multiple international markets as measured by IC, PnL and Sharpe ratios.

Deep LearningMamba-2Stock Prediction
0 likes · 17 min read
STEAM: Wavelet‑Enhanced Attention Model for Stock Price Prediction
Architect
Architect
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries

The article explains how to choose between Sub‑Agent and Agent Team structures for multi‑agent systems by evaluating whether sub‑tasks share context, need isolation, compression, parallelism, or continuous collaboration, and provides practical guidelines, pitfalls, and a decision framework to avoid over‑engineering.

AI architectureAgent TeamContext Boundaries
0 likes · 18 min read
Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries
Architect's Tech Stack
Architect's Tech Stack
Apr 27, 2026 · Industry Insights

Why AI Is Toppling Programming Collaboration Tools Like JetBrains' Code With Me

JetBrains has discontinued its remote collaboration tool Code With Me, citing declining usage and maintenance costs, and is redirecting resources to its AI platform Central, while other coding resources like Stack Overflow also feel AI pressure, signaling a shift from human‑to‑human to human‑to‑AI collaboration in software development.

AI ProgrammingCode With MeIDE trends
0 likes · 2 min read
Why AI Is Toppling Programming Collaboration Tools Like JetBrains' Code With Me
AI Illustrated Series
AI Illustrated Series
Apr 27, 2026 · Artificial Intelligence

Comprehensive RAG Interview Q&A: 22 In-Depth Questions and Answers

This extensive interview guide covers 22 core RAG questions, detailing the definition, workflow, embedding selection, vector database choices, retrieval optimization, multi‑turn handling, context compression, evaluation metrics, knowledge‑graph integration, operational challenges, Agentic and hybrid RAG, document update strategies, similarity algorithms, and hallucination mitigation, providing concrete examples and practical advice for AI interview preparation.

AI interviewEmbeddingKnowledge Retrieval
0 likes · 29 min read
Comprehensive RAG Interview Q&A: 22 In-Depth Questions and Answers
AI Explorer
AI Explorer
Apr 27, 2026 · Artificial Intelligence

TradingAgents: A Multi‑Agent LLM Framework for Financial Trading

TradingAgents is an open‑source Python framework that splits the trading workflow into five specialized LLM agents, uses structured JSON communication, supports multiple model providers, and lets users quickly backtest or run live strategies with a single pip install.

FinanceLLMOpen Source
0 likes · 6 min read
TradingAgents: A Multi‑Agent LLM Framework for Financial Trading
AI Explorer
AI Explorer
Apr 27, 2026 · Artificial Intelligence

Single-File Hack Boosts Claude Code (92k★) with Four Senior‑Engineer Principles

The author presents a one‑file “CLAUDE.md” that, based on Andrej Karpathy’s four LLM coding pain points, rewrites Claude Code’s behavior using four concrete principles—think before coding, prioritize simplicity, make scalpel‑like edits, and drive execution with tests—turning AI from a noisy intern into a senior‑engineer‑like coder, and explains how to install it.

AI code generationClaude CodeGitHub
0 likes · 6 min read
Single-File Hack Boosts Claude Code (92k★) with Four Senior‑Engineer Principles
AI Explorer
AI Explorer
Apr 27, 2026 · Artificial Intelligence

Manifold AI’s Worldscape 0.2 Wins WorldArena, Marking a Shift from Seeing to Understanding

Manifold AI’s domestically developed Worldscape 0.2 model clinched first place in the rigorous WorldArena benchmark—demonstrating high‑fidelity dynamic scene generation and embodied control—highlighting a breakthrough in AI world models that move from mere visual perception toward genuine physical‑logic understanding, while noting the technology remains early‑stage.

AI benchmarkingManifold AIWorld Model
0 likes · 7 min read
Manifold AI’s Worldscape 0.2 Wins WorldArena, Marking a Shift from Seeing to Understanding
DeepHub IMBA
DeepHub IMBA
Apr 27, 2026 · Artificial Intelligence

DeepSeek‑V4 Deep Dive: Engineering Million‑Token Context Efficiency

The article provides a thorough technical analysis of DeepSeek‑V4, detailing how mixed sparse attention (CSA + HCA), manifold‑constrained hyper‑connections, the Muon optimizer, FP4 quantization, and a suite of infrastructure tricks enable stable training and inference with up to one‑million token contexts while achieving state‑of‑the‑art benchmark results.

CSADeepSeek V4FP4 Quantization
0 likes · 22 min read
DeepSeek‑V4 Deep Dive: Engineering Million‑Token Context Efficiency
Machine Heart
Machine Heart
Apr 27, 2026 · Artificial Intelligence

Why Traditional Video Captions Fail and How MTSS Solves the Problem

The article introduces Multi-Stream Scene Script (MTSS), a structured JSON‑based video description paradigm that replaces monolithic captions, explains its design principles, compares its advantages, and presents experimental evidence showing significant gains in both video understanding and generation tasks.

MTSSVideo Understandingmultimodal AI
0 likes · 8 min read
Why Traditional Video Captions Fail and How MTSS Solves the Problem
Machine Heart
Machine Heart
Apr 27, 2026 · Artificial Intelligence

Testing Alibaba’s HappyHorse 1.0: All‑in‑One Audio‑Video AI That Edits Itself

Alibaba’s HappyHorse 1.0, a native multimodal video generation model launched on April 27, combines audio‑video synthesis and editing in a single platform, tops several AI video benchmarks, offers low‑cost per‑second pricing, and demonstrates strong scene understanding through a series of prompt‑driven examples, while still showing minor glitches such as occasional text artifacts.

AI Video GenerationAlibabaHappyHorse
0 likes · 11 min read
Testing Alibaba’s HappyHorse 1.0: All‑in‑One Audio‑Video AI That Edits Itself
AI Programming Lab
AI Programming Lab
Apr 27, 2026 · Artificial Intelligence

Mastering Parallel Tasks with Claude Code Agent Teams: Best Practices

This guide explains the differences between Subagents and Agent Teams in Claude Code, when to enable parallel agent teams, how to configure and control teammates, display modes, practical examples, and proven best‑practice tips for efficient multi‑agent workflows.

AI multi‑agentAgent TeamsClaude Code
0 likes · 15 min read
Mastering Parallel Tasks with Claude Code Agent Teams: Best Practices
SuanNi
SuanNi
Apr 27, 2026 · Artificial Intelligence

Agent Skills Explained: Definition, Structure, and Engineering Practices

This article breaks down the official Anthropic definition of Agent Skills, shows how they are simple file‑system‑based, composable units stored in SKILL.md, scripts, references and assets, and explains the three‑layer progressive‑disclosure loading model, discovery, selection, execution, composition patterns, security, version‑control integration and evaluation practices.

AIAgent SkillsComposable
0 likes · 14 min read
Agent Skills Explained: Definition, Structure, and Engineering Practices