All Articles

143222 articles · Page 317 of 7162
Machine Heart
Machine Heart
May 17, 2026 · Artificial Intelligence

How CASCADE Enables LLM Agents to Learn from Experience During Live Deployment

The paper introduces CASCADE, a deployment‑time learning framework that lets LLM agents continuously select and reuse past cases via a contextual‑bandit approach, achieving higher long‑term success rates across diverse online tasks without updating the base model.

CASCADECase-Based ReasoningContextual Bandit
0 likes · 10 min read
How CASCADE Enables LLM Agents to Learn from Experience During Live Deployment
Machine Heart
Machine Heart
May 17, 2026 · Artificial Intelligence

Is Multimodal RAG the Cure for Enterprise Knowledge‑Base Bottlenecks? The ‘Where to Retrieve’ Challenge

The article analyzes how multimodal Retrieval‑Augmented Generation expands retrieval objects beyond text chunks, why the "where to retrieve" problem is as critical as "what to retrieve" in enterprise knowledge bases, and how Google Gemini's File Search and recent industry research illustrate the shift toward verifiable, multimodal evidence.

AI RetrievalDocument AIEnterprise Knowledge Base
0 likes · 7 min read
Is Multimodal RAG the Cure for Enterprise Knowledge‑Base Bottlenecks? The ‘Where to Retrieve’ Challenge
AI Engineer Programming
AI Engineer Programming
May 17, 2026 · Artificial Intelligence

ReAct, Plan‑Execute, and Reflection: How Continuous Loops Make Agent Architecture Crucial

While a single LLM call is a stateless function, real‑world tasks require dynamic information gathering, hypothesis testing, and iterative refinement, so agents must operate in a continuous loop; the article analyzes core patterns such as ReAct, Plan‑Execute, Reflection, Multi‑Agent and HITL, highlighting state management, cost, debugging, and observability challenges.

LLMPlan-ExecuteReAct
0 likes · 21 min read
ReAct, Plan‑Execute, and Reflection: How Continuous Loops Make Agent Architecture Crucial
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 17, 2026 · Backend Development

8 Must‑Use Spring Boot Code Snippets to Stop Re‑inventing the Wheel

This article presents eight ready‑to‑use Spring Boot 3.5.0 code snippets—including MapStruct converters, embeddable collections, i18n helpers, secure random generators, custom runtime exceptions, type‑safe configuration properties, JPA auditing, and custom validation annotations—each illustrated with concrete examples and runnable code.

Spring BootValidationconfiguration-properties
0 likes · 13 min read
8 Must‑Use Spring Boot Code Snippets to Stop Re‑inventing the Wheel
AIWalker
AIWalker
May 17, 2026 · Artificial Intelligence

From Image Captioning to Detective‑Style Perception: Pixel‑Searcher Beats Closed‑Source Models

Pixel‑Searcher introduces an agentic search‑driven visual perception framework that integrates web‑based evidence with pixel‑level grounding, and the new WebEyes benchmark demonstrates its superiority over existing open‑ and closed‑source multimodal models across localization, segmentation, and VQA tasks.

Agentic SearchPixel-SearcherWebEyes
0 likes · 16 min read
From Image Captioning to Detective‑Style Perception: Pixel‑Searcher Beats Closed‑Source Models
FunTester
FunTester
May 17, 2026 · Artificial Intelligence

How a Rubric‑Driven Agent Achieves More Stable Outputs

The article explains why vague expectations cause unstable Agent results, introduces Rubric as a concrete, pre‑written scoring standard for Generator‑Critic workflows, details how to design clear Yes/No criteria, organize them into Must/Should/Nice‑to‑have layers, and iteratively refine the Rubric for reliable AI output.

AI evaluationCriticPrompt Engineering
0 likes · 8 min read
How a Rubric‑Driven Agent Achieves More Stable Outputs
LuTiao Programming
LuTiao Programming
May 17, 2026 · Backend Development

What Is an API? Master the Basics in 10 Minutes

This article explains what an API is, how it acts as a communication middle‑man between clients and servers, walks through HTTP request components, compares REST, GraphQL, gRPC and WebSocket, shows practical code examples, status‑code meanings, and provides a step‑by‑step learning roadmap for beginners.

APIBackendGraphQL
0 likes · 14 min read
What Is an API? Master the Basics in 10 Minutes
ZhiKe AI
ZhiKe AI
May 17, 2026 · Artificial Intelligence

Harness Engineering: How 8 AI Agents Collaborate to Write Wuxia Novels

The article details Harness Engineering’s deterministic multi‑agent workflow that splits novel writing into seven staged phases, enforced by strict rule files and verification scripts, enabling eight specialized AI agents to collaboratively produce complete wuxia novels with consistent characters, martial arts systems, and quality guarantees.

AI orchestrationPrompt Engineeringdeterministic workflow
0 likes · 22 min read
Harness Engineering: How 8 AI Agents Collaborate to Write Wuxia Novels
Geek Labs
Geek Labs
May 17, 2026 · Industry Insights

Four Must‑Watch GitHub Projects: Bitlocker Exploit, ESP32 Dashboard, AI‑Powered 3D Generation, and A‑Share Data Toolkit

This article highlights four recent GitHub projects—YellowKey exposing a Windows 11 Bitlocker bypass, Clawdmeter delivering an ESP32‑S3 desktop dashboard for Claude Code usage, Pixal3D enabling single‑image 3D asset creation, and a‑stock‑data providing a comprehensive AI‑driven A‑share data toolkit—detailing their core mechanisms, hardware/software specs, and quick‑start instructions.

AI 3D generationA‑share dataBitLocker
0 likes · 12 min read
Four Must‑Watch GitHub Projects: Bitlocker Exploit, ESP32 Dashboard, AI‑Powered 3D Generation, and A‑Share Data Toolkit
Black & White Path
Black & White Path
May 17, 2026 · Information Security

From Normal User to Root: Inside the ssh-keysign-pwn Linux Kernel LPE (CVE‑2026‑46333)

The article details the ssh-keysign-pwn vulnerability (CVE‑2026‑46333), explaining its exit‑mm/exit‑files race condition, how ordinary users can steal SSH host keys and /etc/shadow via pidfd_getfd, the affected Linux distributions, exploit steps, mitigation measures, and the broader context of May 2026 kernel security disclosures.

CVE-2026-46333LinuxSecurity
0 likes · 16 min read
From Normal User to Root: Inside the ssh-keysign-pwn Linux Kernel LPE (CVE‑2026‑46333)
Black & White Path
Black & White Path
May 17, 2026 · Information Security

OpenClaw’s Four‑Vulnerability Chain Exposes 245,000 AI Agent Servers to Attack

A security analysis reveals that on February 19, 2026, 23 OpenClaw vulnerabilities—four of which can be chained—left roughly 245,000 publicly exposed AI Agent servers vulnerable to credential theft, privilege escalation, persistent backdoors, and lateral movement, especially in finance, healthcare, and legal sectors.

AI AgentCVE-2026-44112CVE-2026-44113
0 likes · 15 min read
OpenClaw’s Four‑Vulnerability Chain Exposes 245,000 AI Agent Servers to Attack
dbaplus Community
dbaplus Community
May 17, 2026 · Databases

Is Raising work_mem from 4 MB to 64 MB Really Optimizing Sorts? The 2 TB PostgreSQL OOM Time Bomb

The article explains why increasing PostgreSQL's work_mem does not guarantee per‑query memory limits, how multiple sort/hash nodes, parallel workers and long‑lived memory contexts can cause OOM even on a 2 TB server, and offers concrete diagnostics and mitigation strategies for DBAs and developers.

ConcurrencyMemory managementOOM
0 likes · 12 min read
Is Raising work_mem from 4 MB to 64 MB Really Optimizing Sorts? The 2 TB PostgreSQL OOM Time Bomb
AI Architecture Hub
AI Architecture Hub
May 17, 2026 · Product Management

Anthropic Founder’s Playbook: Building an AI‑Native Startup

The playbook breaks the startup journey into four stages—idea, MVP, launch, and scale—detailing what to do, common pitfalls, and how Anthropic’s Claude (Chat, Cowork, Code) can be applied at each stage to compress cycles, improve decision‑making, and turn founders into AI‑augmented product leaders.

AIAutomationClaude
0 likes · 41 min read
Anthropic Founder’s Playbook: Building an AI‑Native Startup
Linyb Geek Road
Linyb Geek Road
May 17, 2026 · Artificial Intelligence

OpenSpec Customization Guide: Tailoring AI Development Workflows to Your Team

This article walks you through OpenSpec's three-tier customization—project config, custom schemas, and global overrides—showing how to quickly adapt AI‑driven development workflows to your team's stack, processes, and standards with concrete commands, YAML examples, and validation tips.

AI WorkflowCLIDevOps
0 likes · 14 min read
OpenSpec Customization Guide: Tailoring AI Development Workflows to Your Team