inShocking
Author

inShocking

Occasional sharing

15
Articles
0
Likes
32
Views
0
Comments
Recent Articles

Latest from inShocking

15 recent articles
inShocking
inShocking
Apr 8, 2026 · Artificial Intelligence

Build Your Own Personal LLM Wiki (No RAG) – A Step‑by‑Step Guide

This article walks through how to assemble a personal LLM‑driven wiki using Claude Code, Obsidian, and the open‑source qmd search engine, detailing the directory layout, CLAUDE.md workflow spec, ingestion/query/health‑check cycles, and how the approach can be extended for enterprise knowledge bases.

AI agentsClaude CodeEnterprise Wiki
0 likes · 12 min read
Build Your Own Personal LLM Wiki (No RAG) – A Step‑by‑Step Guide
inShocking
inShocking
Apr 3, 2026 · Artificial Intelligence

March 2026 AI Tools: Agents Move from Feature Race to Trust Infrastructure

In March 2026 the AI‑tool ecosystem buzzed with new features—Claude Code’s Auto Mode, OpenAI Codex’s Rust overhaul, Gemini CLI’s ADK migration, and rapid iterations from Kimi and Qwen—but the real turning point was a shift from pure capability competition to a race for trustworthy, transparent, and controllable agent infrastructure.

AI ToolsAutomationagent infrastructure
0 likes · 11 min read
March 2026 AI Tools: Agents Move from Feature Race to Trust Infrastructure
inShocking
inShocking
Mar 24, 2026 · Artificial Intelligence

How to Build Effective AI Agents: Key Principles, Patterns, and When to Use Them

The article analyzes Anthropic's guidance on building effective AI agents, contrasts workflow and agent architectures, outlines criteria for choosing agents, presents six incremental design patterns, and shares practical principles such as simplicity, transparency, and robust tool interfaces.

AI agentsAgent designLLM memory
0 likes · 9 min read
How to Build Effective AI Agents: Key Principles, Patterns, and When to Use Them
inShocking
inShocking
Mar 18, 2026 · Artificial Intelligence

Building a Coding Agent with Claude: A 200‑Line Python Walkthrough

This article explains how to construct a functional coding agent by combining a large language model, a bash tool, and a message history loop, showing step‑by‑step code, system prompts, error handling, and a complete execution example.

AI AgentAgent LoopClaude
0 likes · 10 min read
Building a Coding Agent with Claude: A 200‑Line Python Walkthrough
inShocking
inShocking
Mar 16, 2026 · Artificial Intelligence

Building a Multi‑Agent Research Pipeline with OpenClaw: Lessons from Karpathy’s Autoresearch

The article analyzes Karpathy’s Autoresearch project, explains how its 5‑minute experiment constraint enables hundreds of automated runs, and details the author’s three‑layer OpenClaw pipeline that orchestrates search and analysis agents, discusses design decisions, pitfalls, and practical takeaways for engineers.

AI agentsLLMOpenClaw
0 likes · 12 min read
Building a Multi‑Agent Research Pipeline with OpenClaw: Lessons from Karpathy’s Autoresearch