All Articles

143099 articles · Page 269 of 7155
Java Web Project
Java Web Project
May 26, 2026 · Artificial Intelligence

Master Spring AI Alibaba: Token Basics, RAG, and Multi‑Agent Implementation

This article walks through the core concepts of Spring AI Alibaba—including token mechanics, prompt structures, embedding, structured output, chat memory, RAG pipelines, function calling, and graph‑based multi‑agent workflows—while providing concrete code samples, configuration tips, performance tricks, and a curated list of common pitfalls.

Alibaba CloudFunction CallingGraph Agents
0 likes · 24 min read
Master Spring AI Alibaba: Token Basics, RAG, and Multi‑Agent Implementation
Java Tech Workshop
Java Tech Workshop
May 26, 2026 · Backend Development

How to Implement RabbitMQ Fanout Broadcast in Spring Boot

This guide explains the fanout (publish/subscribe) pattern in RabbitMQ, compares it with other exchange types, clarifies common misconceptions, and provides a step‑by‑step Spring Boot implementation—including configuration, producer, multiple consumers, testing, and best‑practice recommendations.

Distributed CacheFanout ExchangeMessage Broadcasting
0 likes · 10 min read
How to Implement RabbitMQ Fanout Broadcast in Spring Boot
Tencent Cloud Developer
Tencent Cloud Developer
May 26, 2026 · Artificial Intelligence

How TencentDB Agent Memory Cuts Tokens by 61% and Boosts Success Rate 52% with Mermaid Infinite Canvas and Context Offloading

The article presents a technical deep‑dive into TencentDB Agent Memory’s short‑term memory compression, which combines context offloading and a Mermaid‑based infinite canvas to reduce token usage by up to 61 % while improving task success rates by over 50 % across multiple long‑session benchmarks.

AgentContext OffloadingLLM
0 likes · 45 min read
How TencentDB Agent Memory Cuts Tokens by 61% and Boosts Success Rate 52% with Mermaid Infinite Canvas and Context Offloading
Tencent Cloud Developer
Tencent Cloud Developer
May 26, 2026 · Artificial Intelligence

What Hidden Secrets Does the Agent’s System Prompt Code Reveal?

This article dissects OpenClaw's agent architecture, detailing how the System Prompt, Skill modules, and Agent Loop interact, explaining PromptMode variations, safety rules, tool definitions, skill loading pipelines, heartbeat handling, sub‑agent spawning, silent replies, and the context engine that assembles messages for LLMs.

Agent LoopContext EngineLLM
0 likes · 17 min read
What Hidden Secrets Does the Agent’s System Prompt Code Reveal?
ZhiKe AI
ZhiKe AI
May 26, 2026 · Artificial Intelligence

ChatGPT Only Answers, Agents Get Things Done: Understanding AI Digital Employees

The article explains that AI Agents combine LLMs, memory, planning, and tool access to act autonomously on tasks—unlike ChatGPT’s passive answering—while highlighting industry momentum in 2025 and the four core capabilities that make them true digital employees.

AI agentAI toolsDigital Employee
0 likes · 8 min read
ChatGPT Only Answers, Agents Get Things Done: Understanding AI Digital Employees
Geek Labs
Geek Labs
May 26, 2026 · Artificial Intelligence

Three AI Tools That Eliminate the Headache of Academic Writing

This article reviews three open‑source AI‑powered tools—Scientific Agent Skills, Academic Research Skills, and Local Deep Research—that automate literature search, citation formatting, data analysis, and full‑paper drafting, comparing their features, installation steps, and ideal user scenarios.

AI research toolsClaude Codeacademic writing
0 likes · 8 min read
Three AI Tools That Eliminate the Headache of Academic Writing
Su San Talks Tech
Su San Talks Tech
May 26, 2026 · Artificial Intelligence

9 Powerful AI Coding Efficiency Techniques to Supercharge Your Development

AI can speed up development, but many waste time on repetitive tasks; this guide explains nine practical techniques—including model selection, prompt control, parallel agents, slash commands, MCP integration, and automation scripts—to dramatically boost coding productivity with tools like Cursor and Claude Code.

AIClaude CodeCursor
0 likes · 32 min read
9 Powerful AI Coding Efficiency Techniques to Supercharge Your Development
ArcThink
ArcThink
May 26, 2026 · Artificial Intelligence

Stop Manually Prompting AI: A Codex Automations Workflow Guide

The article explains how to replace repetitive manual prompts with OpenAI Codex Automations by defining stable, rhythmic workflows, using a four‑layer model of Rules, Skills, Hooks, and Automations, and provides concrete criteria, task types, durable‑prompt guidelines, safety practices, and starter templates.

AI WorkflowAutomation typesCodex Automations
0 likes · 19 min read
Stop Manually Prompting AI: A Codex Automations Workflow Guide
Eric Tech Circle
Eric Tech Circle
May 26, 2026 · Artificial Intelligence

Taming Codex with AGENTS.md: Project‑Level Context Governance

When AI coding assistants like Codex are launched in a project without proper context, they often modify the wrong code, run incorrect commands, misplace files, or ignore project conventions; the article explains that this stems from missing project rules and shows how an AGENTS.md file can provide the needed guidance, improve efficiency, and avoid common pitfalls.

AGENTS.mdAI agentsCodeX
0 likes · 10 min read
Taming Codex with AGENTS.md: Project‑Level Context Governance
Black & White Path
Black & White Path
May 26, 2026 · Information Security

How Attackers Rewrote 700+ Laravel Git Tags to Steal CI/CD Secrets

On the night of May 22 2026, an attacker with organization-level push credentials force-pushed every tag of four Laravel-Lang packages to a malicious fork, exploited Composer's files autoload to run a three-second payload, and exfiltrated cloud and CI/CD secrets, prompting a detailed forensic analysis and remediation guide.

CI/CD SecretsComposerGit Tag Hijacking
0 likes · 13 min read
How Attackers Rewrote 700+ Laravel Git Tags to Steal CI/CD Secrets
AI Engineer Programming
AI Engineer Programming
May 26, 2026 · Artificial Intelligence

What Exactly Makes a System AI‑Native?

The article defines AI‑native as a system whose existence depends on AI at every layer, contrasts it with AI‑enabled and AI‑first, explains the structural layers, role shifts, bottlenecks, and maturity stages, and offers concrete guidelines for building truly AI‑native engineering practices.

AI-nativeAgenticdevops
0 likes · 10 min read
What Exactly Makes a System AI‑Native?
Code of Duty
Code of Duty
May 26, 2026 · Fundamentals

Git Reset Explained: When to Use --soft, --mixed, and --hard

This guide walks through Git's reset command, detailing the differences between --soft, --mixed, and --hard modes, when each is appropriate, and how they affect commits, the index, and the working tree for commits that haven't been pushed.

CommitGitgit reset
0 likes · 5 min read
Git Reset Explained: When to Use --soft, --mixed, and --hard
AI Step-by-Step
AI Step-by-Step
May 26, 2026 · Artificial Intelligence

How Prompt Caching Works in LLMs and How to Write More Efficient Prompts

The article explains that LLM prompt caching reuses internal KV states rather than full answers, compares provider implementations, quantifies cost and latency savings, and provides concrete guidelines for structuring prompts to maximize cache hits, along with monitoring signals and a practical evaluation checklist.

AI inferenceCost ReductionLLM
0 likes · 13 min read
How Prompt Caching Works in LLMs and How to Write More Efficient Prompts