inShocking
Author

inShocking

Occasional sharing

19
Articles
0
Likes
104
Views
0
Comments
Recent Articles

Latest from inShocking

19 recent articles
inShocking
inShocking
Sep 1, 2026 · Artificial Intelligence

Spec-Driven Development: How I Enabled AI Agents to Independently Deliver Features

The author details a Spec-Driven Development (SDD) practice that structures a .specs repository with state-gated phases, four-file feature specs, evidence grading, and reusable skills to let AI agents independently investigate, design, implement, and verify features while reserving business decisions and external side effects for human approval.

AI AgentsAutonomous DevelopmentEvidence-Based Development
0 likes · 25 min read
Spec-Driven Development: How I Enabled AI Agents to Independently Deliver Features
inShocking
inShocking
Aug 11, 2026 · Artificial Intelligence

Understanding AI Agent Skills: Core Technology Explained (Chapter 4)

This article provides a comprehensive analysis of AI Agent Skills, detailing their historical roots, differences from tools and prompts, directory structure, metadata specifications, execution flow, classification of skill types, multi‑tenant isolation, security considerations, and practical engineering guidelines for building and deploying reusable agent capabilities.

AI agentAgent SkillsPrompt
0 likes · 34 min read
Understanding AI Agent Skills: Core Technology Explained (Chapter 4)
inShocking
inShocking
Jul 15, 2026 · Artificial Intelligence

Understanding Function Calling: How AI Agents Safely Execute Tools

This article explains why AI agents need function calling, describes the structured tool‑call protocol between LLMs and runtimes, shows how to define and secure function tools, and provides best‑practice code and checklists for production deployments.

Agent RuntimeFunction CallingLLM
0 likes · 21 min read
Understanding Function Calling: How AI Agents Safely Execute Tools
inShocking
inShocking
Jul 7, 2026 · Backend Development

External Platform Integration Postmortem: From Unknown Code and New Workflow Pitfalls to AI Agent‑Driven Flow Clarity

A four‑day sprint turned into a week‑long integration effort, revealing hidden code paths, mismatched documentation, signature confusion, and field‑mapping errors, which were finally untangled by an AI Agent that mapped entry points, generated replayable curl commands, and produced a structured hand‑off document.

AI agentAPI DebuggingExternal Platform Integration
0 likes · 10 min read
External Platform Integration Postmortem: From Unknown Code and New Workflow Pitfalls to AI Agent‑Driven Flow Clarity
inShocking
inShocking
Jul 6, 2026 · Artificial Intelligence

AI Agent Core Technology Explained – Chapter 01: What Is a Foundational Agent?

The article breaks down how AI agents extend large language models by adding tools, memory, and looping mechanisms, explains the ReAct paradigm and its evolution, compares agents to traditional workflows, and outlines product perspectives, coding advantages, current maturity stages, and typical use‑case categories.

AI agentAgent ArchitectureLLM
0 likes · 11 min read
AI Agent Core Technology Explained – Chapter 01: What Is a Foundational Agent?
inShocking
inShocking
Jun 20, 2026 · Industry Insights

What 813 AI Job Listings Reveal About Beijing’s AI Market

Analyzing 813 AI‑related positions from 555 Beijing companies, the author uncovers a startup‑dominated market, a shift from model competition to Agent‑driven automation, and emerging talent demands such as Multi‑Agent, RAG, and deployment expertise.

AI industry insightsAI recruitmentBeijing
0 likes · 14 min read
What 813 AI Job Listings Reveal About Beijing’s AI Market
inShocking
inShocking
May 17, 2026 · Artificial Intelligence

5 Must‑Watch Tech Projects This Week: Agent Engineering, Rust CLI Tools, and the Dawn of an Agent Economy

This roundup highlights five noteworthy projects—Claude Code engineering skills, a Rust‑based terminal programming Agent, a persistent memory layer for AI coding Agents, the GPU‑accelerated Zed 1.0 editor, and pay.sh’s native Agent payment gateway—each illustrating a different layer of Agent engineering and its emerging ecosystem.

AI AgentsCLIMemory Layer
0 likes · 10 min read
5 Must‑Watch Tech Projects This Week: Agent Engineering, Rust CLI Tools, and the Dawn of an Agent Economy
inShocking
inShocking
May 10, 2026 · Artificial Intelligence

Inshocking Picks #1: 5 AI Agent Projects to Watch – Orchestration, Context Optimization, Multi‑Platform Assistants

This article reviews five standout GitHub‑trending AI Agent and developer‑tool projects—ruflo, AstrBot, context‑mode, AionUi, and TradingAgents—detailing the problems each solves, why they attracted rapid star growth, and which engineers would benefit from adopting them.

AI agentCLI toolsGitHub Trending
0 likes · 10 min read
Inshocking Picks #1: 5 AI Agent Projects to Watch – Orchestration, Context Optimization, Multi‑Platform Assistants
inShocking
inShocking
May 7, 2026 · Artificial Intelligence

What to Store and When to Skip: Lessons from Claude Code’s Memory Mechanism

The article dissects Claude Code’s memory system, showing that the real challenge is deciding what information to keep and when to discard, and it details design principles, index‑content separation, LLM‑based retrieval, expiration handling, write‑path isolation, and practical improvements applied to the author’s own agent platform.

Agent ArchitectureClaude CodeLLM
0 likes · 16 min read
What to Store and When to Skip: Lessons from Claude Code’s Memory Mechanism