Lin is Dream
Author

Lin is Dream

Sharing Java developer knowledge, practical articles, and continuous insights into computer engineering.

102
Articles
0
Likes
614
Views
0
Comments
Recent Articles

Latest from Lin is Dream

100 recent articles max
Lin is Dream
Lin is Dream
Aug 14, 2026 · Artificial Intelligence

Orchestrating Multiple Skills to Migrate Traditional SOPs to an AI‑Native Workflow

The article explains how to transform a conventional, human‑read SOP into an AI‑native, protocol‑driven workflow by orchestrating multiple Skills, detailing the role shift, protocol design steps, customization tips, and the broader implication that protocol design becomes the key asset in the Agent era.

AI agentsAI-nativeWorkflow Automation
0 likes · 8 min read
Orchestrating Multiple Skills to Migrate Traditional SOPs to an AI‑Native Workflow
Lin is Dream
Lin is Dream
Aug 4, 2026 · Artificial Intelligence

Zero-Code Engineering: How a Custom Protocol Lets an AI Agent Write All Your Code

The article details a month‑long experiment where a developer handed the entire coding, testing, review, merging and deployment pipeline to an AI Agent governed by a custom state‑machine protocol, enabling breakpoint‑resumable, loop‑feedback driven development without writing a single line of code.

AI AgentCI/CDDevOps automation
0 likes · 12 min read
Zero-Code Engineering: How a Custom Protocol Lets an AI Agent Write All Your Code
Lin is Dream
Lin is Dream
Jun 29, 2026 · Artificial Intelligence

Create Any‑Domain MVP in 30 Minutes with the Diverge‑Converge Skill

The article introduces a "diverge‑converge" skill that guides an AI agent to first expand a vague idea into a comprehensive map of possibilities and then iteratively lock decisions, enabling you to produce a complete, implementable MVP plan for any field within half an hour.

AI AgentDiverge-ConvergeMVP Planning
0 likes · 11 min read
Create Any‑Domain MVP in 30 Minutes with the Diverge‑Converge Skill
Lin is Dream
Lin is Dream
Jun 11, 2026 · Artificial Intelligence

What WWDC 2026 Revealed: Five Paradigms Shaping the AI Agent Industry

Apple's WWDC 2026 introduced Apple Intelligence 2.0, a rebuilt Siri AI, and a Core AI framework, illustrating five concrete agent paradigms—system‑wide integration, deep personal context, standardized action protocols, privacy‑first architecture, and goal‑driven interaction—while noting the service remains unavailable in mainland China.

AI Agent ParadigmsApp IntentsApple Intelligence
0 likes · 15 min read
What WWDC 2026 Revealed: Five Paradigms Shaping the AI Agent Industry
Lin is Dream
Lin is Dream
Jun 2, 2026 · Artificial Intelligence

Exploring Agent Skill Management: Treating Agent Capabilities Like Software Packages

The article proposes a systematic Agent Skill Hub that organizes, versions, releases, deploys, and rolls back AI Agent capabilities using software‑package‑style practices, illustrated with a concrete image‑download skill, directory conventions, metadata files, and a Spring AI Alibaba runtime loading strategy.

AIGitHubSkill
0 likes · 15 min read
Exploring Agent Skill Management: Treating Agent Capabilities Like Software Packages
Lin is Dream
Lin is Dream
Apr 29, 2026 · Artificial Intelligence

Where Do Agent Capabilities Come From? A High‑Frequency Skill Toolset for AI Agents

This article presents a practical collection of high‑frequency tools—including Python, Shell, SQL, Mermaid, Pandoc, curl, ImageMagick, and PlantUML—that can be wrapped as Agent Skills to give AI agents real execution power, illustrated with concrete prompts and scripts that cut manual work from hours to seconds.

Agent SkillImageMagickMermaid
0 likes · 13 min read
Where Do Agent Capabilities Come From? A High‑Frequency Skill Toolset for AI Agents
Lin is Dream
Lin is Dream
Mar 26, 2026 · Information Security

Detect and Fix the Critical Apifox Remote Code Execution Vulnerability

This article explains the high‑severity remote code execution and data‑theft flaw discovered in Apifox, outlines how malicious scripts can steal SSH keys, Git credentials and shell history, and provides step‑by‑step Mac and Windows commands for self‑inspection and comprehensive remediation.

ApifoxGitRemediation
0 likes · 7 min read
Detect and Fix the Critical Apifox Remote Code Execution Vulnerability
Lin is Dream
Lin is Dream
Mar 16, 2026 · Artificial Intelligence

From AI Agents to Enterprise Automation: Building a Scalable AI Platform with Java

This article analyzes the evolution of AI agents, compares multi‑agent and single‑agent frameworks, introduces the concept of an AI Tool Platform, and presents a five‑layer enterprise AI architecture with a step‑by‑step Java implementation roadmap for real‑world automation.

AI AgentArchitectureEnterprise AI
0 likes · 20 min read
From AI Agents to Enterprise Automation: Building a Scalable AI Platform with Java
Lin is Dream
Lin is Dream
Oct 22, 2025 · Backend Development

Designing High‑Performance Coupon Codes with Bit‑Level Encoding

This article explains how to design scalable, collision‑free coupon codes by using a custom binary layout, bit‑field allocation, checksum validation, obfuscation, Base62 encoding, and provides complete Java‑style algorithms and database schema for production use.

bit encodingcode generationcoupon
0 likes · 15 min read
Designing High‑Performance Coupon Codes with Bit‑Level Encoding