33 related articles
Tech FrontiersOpenShell v0.0.34 introduces live sandbox policy updates, streamlined install-vm setup, seccomp hardening, and HTTP normalization for enhanced AI sandbox flexibility and security.

A developer built a pure C99 inference engine that runs the 1.56TB Kimi K3 model on 8GB RAM using MoE sparsity and NVMe on-demand loading—no GPU, 176KB binary.

Complete Nextcloud deployment guide for 15-person small businesses covering AIO installation, hardware specs, Redis and PHP tuning, OnlyOffice vs Collabora, backup strategies, and more.

Complete Nextcloud deployment guide for 15-person small businesses covering AIO installation, hardware specs, Redis and PHP tuning, OnlyOffice vs Collabora, backup strategies, and key practices for building a stable private cloud office platform.

A comprehensive guide to OpenAI's new AI coding agent Codex: from concept and comparison of its four forms, to installing Git/Node.js/VS Code, configuring the API Key, and creating a workspace.

Step-by-step guide to deploying Dify AI platform locally with Docker. Covers Linux, Windows, macOS setup, docker compose launch, and first-time initialization in under 30 minutes.

A clear, practical guide to CI/CD: from Waterfall to DevOps, manual vs. automated deployment, and a full Jenkins + RuoYi hands-on learning path for beginners.

A detailed walkthrough of the full Claude Code installation process: environment setup, npm installation, proxy configuration for networks in China, API integration, and CC Switch provider management—helping beginners quickly get started with this AI coding tool.

Bun combines a JS runtime, bundler, test runner, and package manager into one executable. Built on JavaScriptCore and Zig, it offers blazing-fast startup, native TypeScript support, and Node.js compatibility.

This article breaks down Azure SQL Database's progressive cost-optimization strategy from the free tier to Hyperscale, Serverless auto-scaling, and Elastic Pools, helping teams balance performance and budget.

An in-depth analysis of reverse-engineering Nvidia CUDA-checkpoint to accelerate GPU cold starts. Covers checkpoint/restore, Serverless GPU prospects, and VRAM snapshot challenges.

An open-source project uses HDMI capture for screen vision and USB HID to simulate touch input, enabling root-free, app-free hardware-level phone AI Agent control. Explore the principles, advantages, and limitations.

A detailed guide to Dify, the open-source LLM app development platform, covering its core features and full local deployment via VMware + Ubuntu + aaPanel + Docker. Supports 100+ models like DeepSeek and ChatGPT to build enterprise AI apps fast.

An in-depth guide to installing, configuring, and extending OpenCode, the terminal AI coding assistant. Covers desktop and WSL installation, model config, MCP integration, and custom Agents.

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.

AMD GPU black screens running local LLMs? This post-mortem covers Ollama's 3 fatal flaws and how switching to LM Studio boosted token speed from 5 to 36, with ROCm setup, Speculative Decoding, and GFX version tips.

Learn LangGraph multi-agent development covering Supervisor and Collaboration architectures, with three hands-on projects: code assistant, prompt assistant, and WebRTC digital human.

A systematic guide to OpenCode, the open-source terminal AI coding tool: installation methods (including WSL), model configuration, rules files, Agent types, custom commands, and MCP tool extensions.

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.

Deep dive into AI coding agent architecture: from interview-level cognition to building a Codex-like CLI agent tool, covering agents.md, Skills systems, context management, and more.