78 related articles

Master OpenAI Codex fast, even from scratch! Learn Codex vs ChatGPT differences, four versions, interface tips, plugins & skills, browser automation, plus six best practices.

OfficeCLI is a command-line office suite for AI agents, supporting reading and writing of Word, Excel, and PowerPoint files—enabling efficient Office document automation without complex glue code.

OpenClaw author Peter shares his thinking on AI coding: when compute is no longer the bottleneck, developer attention becomes the new ceiling. Learn three practical skills—Agent Transcript, Auto-Review, and the Crapbox sandbox.

AI workspaces face cross-tenant session and cache leak risks that can expose sensitive enterprise data. This article analyzes multi-tenant isolation pitfalls, common architectural flaws, and actionable defenses.

Two methods for connecting external models to Codex: manually configure keys via relay services, or use the CC Tool to auto-bridge GPT, DeepSeek, and more. Covers auth/config files, CC Tool usage, and multi-model switching.

PP-OCRv6 is PaddlePaddle's SOTA-level OCR model. This article covers Docker deployment, invoice recognition testing, and the critical font-missing pitfall causing entire regions to be skipped.

Gas Town is an open-source multi-agent workspace manager built in Go with 16,000+ GitHub Stars. This article analyzes its architecture, Go language advantages, and typical multi-agent collaboration scenarios.
Reviving Legacy SOAP APIs: Building a …
A developer built a modern JSON wrapper and MCP integration for Spain's 2003-era SOAP Cadastre API, enabling AI assistants to query land registry data directly.

Researchers reveal attacks targeting AI coding assistants like Claude Code: malicious setup scripts use DNS covert channels to steal API keys, bypassing static scans.

Full comparison of Hermes Agent vs Open Cloud: lower token usage, 200+ model support, auto Skill encapsulation, WeChat/DingTalk integration. A cost-effective AI Agent alternative for long-term deployment.

Is GPT Pro carpooling or account top-up really reliable? This article analyzes the risks of low-cost sharing including account security, privacy leaks, financial loss, and compliance issues.

GitHub Advisory Database hits historic vulnerability submission records, reflecting systemic security pressure on open-source supply chains. A deep analysis of driving factors, response strategies, and practical recommendations.

In-depth comparison of five AI Agent code execution sandbox solutions—E2B, Daytona, Modal, Cloudflare Sandbox, and Vercel Sandbox—across isolation, cold start latency, state management, and pricing.

YouTuber Ali Abdaal shares 3 months of Claude Code experience, building a YouTube tracker, Slack bots, and AI tools from scratch with his AI Flywheel method.

Deep analysis of LLM job interview essentials: Multi-Agent architecture, Harness engineering, Agent Loop, sandbox isolation, and memory management with career transition tips.

A systematic guide to advanced Claude Code usage covering context management, plan mode, parallel development, and security — transforming your AI coding assistant into a virtual architect.

Learn how to build a WebSocket real-time chat room with Claude Code, covering multi-room systems, private messaging, emoji/image sending, message search and export, plus full setup and bug-fixing workflow.

Deep dive into enterprise AI agent architecture covering HARIS task decomposition, sandbox isolation, Skill persistence, MCP tool integration, and user-level memory systems.

Complete guide to installing and configuring OpenAI Codex, covering Git, Node.js prerequisites, sandbox permissions, multi-task parallelism, and context management for developers.

Deep dive into global variable pool design for AI Agent development, covering three memory types, variable scoping, node execution architecture, and placeholder variable replacement workflows.