All Articles

140233 articles · Page 2 of 7012
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 2, 2026 · Backend Development

Why Spring Boot Prefers Slice Over Page for Massive Data Sets

The article analyzes Spring Data JPA's Page and Slice pagination options, explains the hidden COUNT(*) overhead of Page, demonstrates both approaches with code examples, compares performance and UX impacts, and provides guidance on when to choose Slice for large‑scale or infinite‑scroll scenarios.

PerformanceSpring Bootbackend
0 likes · 11 min read
Why Spring Boot Prefers Slice Over Page for Massive Data Sets
Machine Heart
Machine Heart
Jul 2, 2026 · Artificial Intelligence

How AReaL 2.0 Accelerates Self‑Evolving Agents

AReaL 2.0 introduces an online reinforcement‑learning infrastructure that turns real‑world agent interactions into a learning loop, defining three pillars—trajectory data protocol, data proxy, and evolution control plane—to enable agents to not only execute tasks but continuously improve from their own experience.

AReaLAgentic RLLLM agents
0 likes · 16 min read
How AReaL 2.0 Accelerates Self‑Evolving Agents
DataFunTalk
DataFunTalk
Jul 2, 2026 · Industry Insights

From Hackathon First Prize to a Codex Skill: My Real‑World Playbook

I won the Beijing Global Hackathon’s Coding Agent track solo while battling a cold, and later distilled the 48‑hour trial‑and‑error journey with Codex into an open‑source skill that captures direction‑finding, rapid tech‑stack evaluation, and trustworthy AI‑agent loop engineering.

AB testingAI agentshackathon
0 likes · 24 min read
From Hackathon First Prize to a Codex Skill: My Real‑World Playbook
Machine Heart
Machine Heart
Jul 2, 2026 · Artificial Intelligence

EMCES: How Episodic Memory Guides Controllable Sample Synthesis to Boost Reinforcement Learning

The paper introduces EMCES, a method that injects episodic memory into controllable diffusion models and uses a hash‑based state representation to generate high‑value synthetic samples, dramatically improving sample efficiency and downstream reinforcement‑learning performance while cutting storage and time costs.

Diffusion ModelsEpisodic MemoryHashing
0 likes · 14 min read
EMCES: How Episodic Memory Guides Controllable Sample Synthesis to Boost Reinforcement Learning
Design Hub
Design Hub
Jul 2, 2026 · Industry Insights

Design Insight: Why the 130‑meter Electric Ferry Redefines More Than Its Engine

China Zorrilla, a 130‑meter electric Ro‑Pax ferry built by Incat, demonstrates that true innovation lies in redesigning the entire route system—integrating hull, battery, shore power, and passenger experience—rather than merely swapping a diesel engine for electric propulsion.

battery integrationelectric ferryinfrastructure
0 likes · 11 min read
Design Insight: Why the 130‑meter Electric Ferry Redefines More Than Its Engine
Java Companion
Java Companion
Jul 2, 2026 · Frontend Development

A Tiny Rust‑Based Open‑Source Markdown Editor Built for AI Workflows

The article reviews marka.md, a lightweight Rust‑powered local‑first Markdown editor with a Context Tray that lets users bundle multiple files into a single AI‑ready text block, highlighting its no‑login design, dual‑pane UI, shortcut support, installation quirks, and practical limitations.

AIMarkdownRust
0 likes · 7 min read
A Tiny Rust‑Based Open‑Source Markdown Editor Built for AI Workflows
21CTO
21CTO
Jul 2, 2026 · Artificial Intelligence

Claude Sonnet 5 Launches as Anthropic Lifts Export Ban on Fable 5 and Mythos 5

Anthropic unveiled Claude Sonnet 5, a mid‑tier model that matches flagship performance at a fraction of the cost, while simultaneously announcing the U.S. Commerce Department's removal of export restrictions on Fable 5 and Mythos 5, restoring global access and reshaping the AI model landscape.

AI modelsAnthropicClaude
0 likes · 6 min read
Claude Sonnet 5 Launches as Anthropic Lifts Export Ban on Fable 5 and Mythos 5
PaperAgent
PaperAgent
Jul 2, 2026 · Artificial Intelligence

MCompassRAG: Using Topic Metadata as a Semantic Compass to Accelerate RAG Retrieval

MCompassRAG introduces a semantic‑compass approach that attaches topic metadata to coarse chunks, eliminating the need for fine‑grained splitting, reranking, or LLM calls during inference, and achieves an average 8.24% information‑efficiency gain and over five‑fold latency reduction across six complex retrieval benchmarks.

MCompassRAGRAGinformation efficiency
0 likes · 8 min read
MCompassRAG: Using Topic Metadata as a Semantic Compass to Accelerate RAG Retrieval
macrozheng
macrozheng
Jul 2, 2026 · Artificial Intelligence

Claude Code + Obsidian: A Game‑Changing LLM‑Powered Knowledge Engine

The article introduces the open‑source Claude‑Obsidian project, which lets a large language model read, link, and maintain your personal knowledge base inside Obsidian, explains its compounding‑knowledge model, key features like automatic note structuring and health checks, and provides step‑by‑step installation and daily usage instructions.

AIClaudeKnowledge Base
0 likes · 7 min read
Claude Code + Obsidian: A Game‑Changing LLM‑Powered Knowledge Engine
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Jul 2, 2026 · Artificial Intelligence

Is Changing Session, Skill, or Model the Same? Why Claude Code’s Self‑Review Fails

The article explains why Claude Code’s self‑review is inherently unreliable and distinguishes four distinct remedies—starting a new session, swapping a review Skill, changing the underlying model, and using Sub‑Agent or Worktree isolation—each solving a different problem and none interchangeable, then outlines a risk‑based workflow for AI‑assisted code review.

AIClaudeCode Review
0 likes · 12 min read
Is Changing Session, Skill, or Model the Same? Why Claude Code’s Self‑Review Fails
Frontend AI Walk
Frontend AI Walk
Jul 2, 2026 · R&D Management

AI Skips the Workflow and Writes Correct Code—What Human Value Remains in 2026?

The article examines a real auto‑sign project where a large model directly edited code, bypassing the intended OpenSpec‑based workflow, and argues that while AI can produce usable first drafts, developers still provide essential value through boundary setting, acceptance arbitration, source truth maintenance, organizational memory, and workload reduction decisions.

2026AI programmingAutomation
0 likes · 12 min read
AI Skips the Workflow and Writes Correct Code—What Human Value Remains in 2026?
AI Engineering
AI Engineering
Jul 2, 2026 · Artificial Intelligence

Sidecar Routing Slashes AI Code Generation Costs 35% While Keeping Performance

Devin Fusion’s hybrid model routing, which pairs a high‑end main agent with a low‑cost Sidekick and employs in‑session dynamic routing and shared caches, reduces AI‑assisted coding expenses by about 35% while maintaining comparable performance, as demonstrated by multiple FrontierCode benchmarks and real‑world case studies.

AI codingDevin FusionSidekick architecture
0 likes · 8 min read
Sidecar Routing Slashes AI Code Generation Costs 35% While Keeping Performance
Lisa Notes
Lisa Notes
Jul 2, 2026 · Artificial Intelligence

NLP Study Notes: How Pre‑trained Models Transform Language Processing

This article reviews the evolution of pre‑trained models in natural language processing, from early word embeddings to Transformer‑based architectures like BERT and its variants, outlines their wide‑range applications such as QA, translation, and dialogue, and discusses remaining challenges and future research directions.

AIBERTNLP
0 likes · 6 min read
NLP Study Notes: How Pre‑trained Models Transform Language Processing
Java Tech Workshop
Java Tech Workshop
Jul 2, 2026 · Backend Development

Spring Boot Auto‑Configuration Unveiled: The @EnableAutoConfiguration SPI Mechanism

Spring Boot achieves zero‑XML, out‑of‑the‑box auto‑configuration by leveraging a custom SPI mechanism driven by @EnableAutoConfiguration, which replaces the legacy spring.factories with @AutoConfiguration imports, employs deferred import selectors, hierarchical ordering, and conditional annotations to dynamically load and prioritize beans.

Auto-ConfigurationConditional AnnotationsDebugging
0 likes · 12 min read
Spring Boot Auto‑Configuration Unveiled: The @EnableAutoConfiguration SPI Mechanism
Tencent Cloud Developer
Tencent Cloud Developer
Jul 2, 2026 · Artificial Intelligence

What Is Loop Engineering? A Deep Dive into the Four‑Layer Evolution of Enterprise AI Agents

The article maps the progression from Prompt to Context, Harness, and finally Loop Engineering, explains how each layer adds new engineering dimensions for reliable enterprise AI agents, provides concrete examples, risks, industry‑specific guidance, and a step‑by‑step adoption framework.

AI AgentAI OpsContext Engineering
0 likes · 34 min read
What Is Loop Engineering? A Deep Dive into the Four‑Layer Evolution of Enterprise AI Agents