All Articles

143663 articles · Page 461 of 7184
Tech Minimalism
Tech Minimalism
Apr 22, 2026 · Artificial Intelligence

14 Reusable Agent Skill Design Patterns from Anthropic’s Official Best Practices

Anthropic’s official skill authoring guide outlines fourteen reusable design patterns for Agent Skills—grouped into discovery & selection, context economy, instruction calibration, workflow control, and executable code—each with concrete examples, trade‑offs, and practical tips to help developers craft effective, token‑efficient Claude extensions.

AIAgent SkillsAnthropic
0 likes · 21 min read
14 Reusable Agent Skill Design Patterns from Anthropic’s Official Best Practices
Architect's Ambition
Architect's Ambition
Apr 22, 2026 · Artificial Intelligence

From Natural Language to Executable SQL: Building an AI‑Powered SQL Generation Engine

The article explains why directly letting large language models generate SQL leads to poor accuracy, and presents a production‑grade engine that combines a semantic knowledge layer, RAG‑enhanced NL‑to‑DSL conversion, and a deterministic DSL‑to‑SQL translator to achieve 85‑90% correctness in real‑world deployments.

DSL2SQLNL2DSLRAG
0 likes · 13 min read
From Natural Language to Executable SQL: Building an AI‑Powered SQL Generation Engine
Tencent Architect
Tencent Architect
Apr 22, 2026 · Backend Development

Can AI Safely Write Code for High‑Risk Backend Systems? Lessons from Tencent’s CDN

This article analyses how Tencent applied AI coding to its massive, high‑risk CDN LEGO backend, built a Rust‑based Nonstop proxy to probe AI limits, designed a five‑layer Harness Engineering framework with multi‑model adversarial review, identified concrete failure modes, and quantified efficiency gains while redefining developer roles.

AI CodingAI safetyBackend Development
0 likes · 20 min read
Can AI Safely Write Code for High‑Risk Backend Systems? Lessons from Tencent’s CDN
AI Waka
AI Waka
Apr 22, 2026 · Artificial Intelligence

How Anthropic’s Dual‑Agent Harness Overcomes Long‑Context Coding Limits

Anthropic’s Harness engineering introduces a dual‑agent architecture, JSON‑based feature anchors, strict test contracts, incremental git commits, browser‑automation validation, and a token‑efficient startup script to prevent context‑window overflow and premature completion in long‑running AI‑driven coding tasks.

AI agentsAgentic Codingbrowser automation
0 likes · 22 min read
How Anthropic’s Dual‑Agent Harness Overcomes Long‑Context Coding Limits
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 22, 2026 · Industry Insights

How to Build a Scalable Ontology‑Driven Investigation Platform: A Full‑Stack Architecture Blueprint

This article dissects the design of an end‑to‑end investigation platform by breaking down its core capabilities, mapping a layered architecture, justifying open‑source component choices, detailing deployment topology, comparing gaps with the commercial Gotham solution, and outlining a phased implementation roadmap.

AIOntologySecurity
0 likes · 12 min read
How to Build a Scalable Ontology‑Driven Investigation Platform: A Full‑Stack Architecture Blueprint
Data STUDIO
Data STUDIO
Apr 22, 2026 · Backend Development

Why Printing Logs Is a Mistake: Deep Dive into Python’s Three Major Logging Solutions

After a chaotic production alert, the author, a decade‑long backend developer, compares Python’s built‑in logging, Loguru, and Logfire, showing their configurations, strengths, pitfalls, and best‑fit scenarios—from simple cron jobs to high‑throughput API gateways—so you can choose the right tool for reliable, observable logging.

LogfireLoguruPython
0 likes · 15 min read
Why Printing Logs Is a Mistake: Deep Dive into Python’s Three Major Logging Solutions
Tencent TDS Service
Tencent TDS Service
Apr 22, 2026 · Artificial Intelligence

Can AI Really Streamline Client Development? Inside Kuikly’s Harness Engineering

The article analyzes how Kuikly integrates AI across the entire client‑side development lifecycle, identifies quality and complexity challenges, introduces a five‑part Harness Engineering framework, and details open‑source tools such as Rules, Skills, MCP and visual‑code agents that aim to make AI‑generated code reliable and production‑ready.

AIKuiklyclient development
0 likes · 12 min read
Can AI Really Streamline Client Development? Inside Kuikly’s Harness Engineering
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 22, 2026 · Artificial Intelligence

How to Classify and Manage Agent Memories for Better Retrieval

This article dissects Claude Code's memory system, explains why unstructured memory degrades performance, introduces four distinct memory types with concrete examples and schema, shows how to handle expiration and retrieval strategies, and provides step‑by‑step implementation code to improve agent reliability.

Agent MemoryLLMMemory Management
0 likes · 19 min read
How to Classify and Manage Agent Memories for Better Retrieval
SuanNi
SuanNi
Apr 22, 2026 · Information Security

How ClawLess Secures Autonomous AI Agents with Formal System‑Call Isolation

The ClawLess framework, developed by researchers from Southern University of Science and Technology and Hong Kong University of Science and Technology, combines formal security policies, physical sandboxing, user‑space kernels and BPF‑based system‑call interception to protect highly autonomous AI agents from rogue behavior and external attacks.

AI safetyBPFSystem Security
0 likes · 11 min read
How ClawLess Secures Autonomous AI Agents with Formal System‑Call Isolation
AI Illustrated Series
AI Illustrated Series
Apr 22, 2026 · Artificial Intelligence

Mastering AI Agent Skills: From Concept to Hands‑On Implementation

This guide explains what Agent Skills are, how they differ from traditional prompts, the three core design mechanisms, step‑by‑step creation of a Skill—including file structure, YAML metadata, and markdown instructions—plus advanced tips, real‑world use cases, and troubleshooting advice.

AI agentsAgent SkillsKnowledge Management
0 likes · 30 min read
Mastering AI Agent Skills: From Concept to Hands‑On Implementation
Tencent Cloud Developer
Tencent Cloud Developer
Apr 22, 2026 · Artificial Intelligence

How Cube Sandbox Achieves Sub‑60ms Secure AI Agent Execution

Tencent Cloud open‑sources Cube Sandbox, a hardware‑isolated, sub‑60 ms startup sandbox for AI agents that is E2B‑compatible, dramatically reduces memory usage, supports continuous "think‑execute‑feedback" loops, and outperforms traditional Docker‑based sandboxes in speed, security, and scalability.

AI agentsE2BRust
0 likes · 7 min read
How Cube Sandbox Achieves Sub‑60ms Secure AI Agent Execution
Machine Heart
Machine Heart
Apr 22, 2026 · Artificial Intelligence

Can LLMs Boost Reasoning Alone? Introducing SePT’s Simple Online Self‑Training

SePT (Self‑evolving Post‑Training) shows that a large language model can improve its mathematical reasoning ability by about ten percentage points using a reward‑free online self‑training loop that decouples generation temperature from standard SFT, matching or surpassing RL‑based methods without harming general performance.

LLMMathematical ReasoningSFT
0 likes · 9 min read
Can LLMs Boost Reasoning Alone? Introducing SePT’s Simple Online Self‑Training
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 22, 2026 · Backend Development

Top IntelliJ IDEA Plugins for 2026 You Probably Haven’t Tried

IntelliJ IDEA already covers about 80% of development needs, but its rich plugin ecosystem lets you fine‑tune your workflow like a custom Vim setup; this article reviews essential plugins—including AceJump, Catppuccin Theme, CodeGlance Pro, Edit‑Tabs‑Location, GenerateAllSetter, GitHub Copilot, Inspection Lens, MyBatis Log Free, Power Mode II, IdeaVim, and Rainbow Brackets—detailing core features, configuration tips, and trade‑offs to help you choose wisely.

AI CodingCode navigationIDE plugins
0 likes · 10 min read
Top IntelliJ IDEA Plugins for 2026 You Probably Haven’t Tried
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 22, 2026 · Backend Development

A Lightweight Spring Boot Starter for Anti‑Repeat Submissions and Rate Limiting – Now on Maven Central

Guardian is a lightweight Spring Boot starter that provides both anti‑repeat‑submission protection and API rate limiting; it supports annotation and YAML configuration, flexible key scopes (user, IP, global), Redis or local storage, customizable response modes, white‑list handling, and built‑in observability, making it a drop‑in solution for single‑service projects.

API protectionAnnotationRedis
0 likes · 16 min read
A Lightweight Spring Boot Starter for Anti‑Repeat Submissions and Rate Limiting – Now on Maven Central