Nightwalker Tech
Author

Nightwalker Tech

[Nightwalker Tech] is the tech sharing channel of "Nightwalker", focusing on AI and large model technologies, internet architecture design, high‑performance networking, and server‑side development (Golang, Python, Rust, PHP, C/C++).

58
Articles
0
Likes
298
Views
0
Comments
Recent Articles

Latest from Nightwalker Tech

58 recent articles
Nightwalker Tech
Nightwalker Tech
Jul 20, 2026 · Artificial Intelligence

Designing Reliable AI Agents: From a Single Prompt to Stable Delivery

The article explains why treating complex AI agents as a single long prompt leads to instability, and proposes a reusable closed‑loop architecture—scheduler, planner, executor, evaluator, repairer, and finalizer—that makes agents explainable, recoverable, and safely deliverable in production.

AI AgentClosed-loop Architectureevaluation
0 likes · 21 min read
Designing Reliable AI Agents: From a Single Prompt to Stable Delivery
Nightwalker Tech
Nightwalker Tech
Jun 12, 2026 · Artificial Intelligence

Turning One‑Shot AI Agents into Evolvable Systems with Harness Engineering

When AI agents work well in a single run but fail to reproduce results, the problem lies not in prompts but in the lack of a structured runtime environment; Harness Engineering adds task specifications, context, tools, permissions, memory, skills, workflow, verification, logging and feedback to turn a one‑off agent into a stable, repeatable, and self‑evolving system.

AI AgentsAgent LoopObservability
0 likes · 22 min read
Turning One‑Shot AI Agents into Evolvable Systems with Harness Engineering
Nightwalker Tech
Nightwalker Tech
May 29, 2026 · Artificial Intelligence

Taming AI Code Generation with PDCA: From Prompt to Reliable Delivery

This article explains how applying the classic PDCA (Plan‑Do‑Check‑Act) loop and a Harness engineering layer can transform probabilistic AI code generators like Codex and Claude Code into deterministic, reliable delivery tools for software development, documentation, and automated testing.

AI DevelopmentPDCATDD
0 likes · 30 min read
Taming AI Code Generation with PDCA: From Prompt to Reliable Delivery
Nightwalker Tech
Nightwalker Tech
Mar 27, 2026 · Artificial Intelligence

Why AI Needs a Harness Engineering Framework to Tackle Long‑Term Complex Tasks

The article explains that AI struggles with extended, complex tasks not because models lack intelligence but due to missing systematic engineering practices, and proposes a Harness Engineering framework that introduces external memory, task decomposition, fixed SOP loops, and test‑driven safeguards to turn AI agents into reliable, production‑grade collaborators.

AI engineeringSystematic AITest‑Driven AI
0 likes · 4 min read
Why AI Needs a Harness Engineering Framework to Tackle Long‑Term Complex Tasks
Nightwalker Tech
Nightwalker Tech
Nov 10, 2025 · Artificial Intelligence

AI-Powered Coding with OpenAI Codex: Features, Install & VSCode Guide

Codex, OpenAI’s software engineering AI agent, leverages the codex-1 model to generate, debug, and submit code via natural language, offering cloud sandbox execution, multi‑entry collaboration, and extensive CLI commands, with detailed feature comparisons, installation steps, configuration guides, and VSCode integration for developers.

AI codingCLIOpenAI Codex
0 likes · 13 min read
AI-Powered Coding with OpenAI Codex: Features, Install & VSCode Guide
Nightwalker Tech
Nightwalker Tech
Nov 7, 2025 · Artificial Intelligence

Unlock Agile AI‑Driven Development with the BMad Method: A Complete Guide

The article introduces BMad Method, a universal AI‑agent framework for agile, human‑AI collaborative development, detailing its core features, dual deployment modes, installation steps, project structure, agent team roles, workflow examples, a hands‑on tutorial for building a To‑Do app, extension ecosystem, and key advantages.

AI-driven developmentAgile methodologyAutomation
0 likes · 10 min read
Unlock Agile AI‑Driven Development with the BMad Method: A Complete Guide
Nightwalker Tech
Nightwalker Tech
Oct 27, 2025 · Artificial Intelligence

Unlock Seamless AI Coding: How to Pair Claude Code with GLM‑4.6 on Windows

This guide explains how to overcome access restrictions to Claude’s large‑model APIs in China by configuring Claude Code to work with Zhipu AI’s GLM‑4.6, covering background, model features, required environment setup, installation steps, environment variables, usage commands, and best‑practice scenarios for AI‑assisted development.

AI programmingClaude CodeFunction Calling
0 likes · 17 min read
Unlock Seamless AI Coding: How to Pair Claude Code with GLM‑4.6 on Windows