AI Engineering
Author

AI Engineering

Focused on cutting‑edge product and technology information and practical experience sharing in the AI field (large models, MLOps/LLMOps, AI application development, AI infrastructure).

275
Articles
0
Likes
1.5k
Views
0
Comments
Recent Articles

Latest from AI Engineering

100 recent articles max
AI Engineering
AI Engineering
Sep 1, 2026 · Artificial Intelligence

Why Long-Term LLM Agents Fail: The Same Design Choice Behind Two Deaths

Long‑term LLM agents suffer from ever‑slowing execution and context poisoning because they continuously append every observation, action, and reasoning step to the prompt, but the SKILL.state approach replaces this growing history with a compact mutable state, dramatically cutting token usage while boosting accuracy and robustness across diverse benchmarks.

GeminiGemmaLLM Agents
0 likes · 11 min read
Why Long-Term LLM Agents Fail: The Same Design Choice Behind Two Deaths
AI Engineering
AI Engineering
Aug 29, 2026 · Industry Insights

Why OpenAI Cut Ties with Cursor: Trust Issues with SpaceX

OpenAI announced it will end its four‑year partnership with the AI coding tool Cursor on November 12, citing an inability to trust SpaceX—now its owner—to honor service‑term compliance after a change‑of‑control clause was triggered.

AI programmingAstra modelCursor
0 likes · 4 min read
Why OpenAI Cut Ties with Cursor: Trust Issues with SpaceX
AI Engineering
AI Engineering
Aug 28, 2026 · Cloud Native

Why Round‑Robin Fails for LLM Inference and How llm‑d Fixes It

Round‑robin routing in Kubernetes wipes out KV‑cache benefits for LLM inference, but llm‑d introduces cache‑aware routing, hierarchical eviction, and prefill/decode separation, delivering up to three‑fold throughput gains and halving first‑token latency, as shown in Tesla's production rollout.

Cloud NativeKV CacheKubernetes
0 likes · 7 min read
Why Round‑Robin Fails for LLM Inference and How llm‑d Fixes It
AI Engineering
AI Engineering
Aug 26, 2026 · Industry Insights

Omarchy’s ‘Malleable Computer’ Sparks $1M Investment from Tech Titans

DHH’s new Linux distro Omarchy embeds AI coding agents directly into the OS, offers on‑demand model loading, and has attracted $10 million in backing from ten prominent tech leaders while prompting comparisons with Ubuntu, Fedora, and other AI‑focused operating systems.

AI agentsAI operating systemArch Linux
0 likes · 9 min read
Omarchy’s ‘Malleable Computer’ Sparks $1M Investment from Tech Titans
AI Engineering
AI Engineering
Aug 24, 2026 · Artificial Intelligence

Why You Should Move From Skills to Plugins in Claude Code

Claude Code’s new plugin system consolidates scattered .claude/ configurations into versioned, shareable units, standardizing existing skills, agents, hooks, and MCP servers; the article compares independent configs with plugins, walks through creating, testing, and publishing a plugin, and explains how this shift turns Claude Code from a tool into a platform.

AI toolingCLIClaude Code
0 likes · 11 min read
Why You Should Move From Skills to Plugins in Claude Code
AI Engineering
AI Engineering
Aug 21, 2026 · Artificial Intelligence

Anthropic Makes Four Agent Tools GA: Computer Use, Browser Tool, Skills API, and Files API

Anthropic announced the general availability of Computer Use, a new browser automation tool, the Skills API for versioned team workflows, and an enhanced Files API, detailing how these features improve agent capabilities, reduce latency, and expand automation boundaries while highlighting cost and compliance considerations.

AI agentsAnthropicClaude
0 likes · 6 min read
Anthropic Makes Four Agent Tools GA: Computer Use, Browser Tool, Skills API, and Files API
AI Engineering
AI Engineering
Aug 20, 2026 · Artificial Intelligence

Qwen3.8-27B 1‑bit Quantization Fits in 8 GB RAM with 77% Accuracy

Unsloth’s new Dynamic V3 quantization for Qwen3.8‑27B compresses the 27‑billion‑parameter model to as little as 6.2 GB using 1‑bit, preserving about 77 % of the original Top‑1 accuracy and allowing inference on devices with 8 GB of combined RAM and VRAM, while higher‑bit versions require proportionally more memory.

1-bitDynamic V3GGUF
0 likes · 5 min read
Qwen3.8-27B 1‑bit Quantization Fits in 8 GB RAM with 77% Accuracy