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
Aug 18, 2026 · Artificial Intelligence

How macOS Harness Lets an LLM Write Code and Control Your Entire Mac

macOS Harness is an open‑source project that gives a persistent Python process to a large language model, exposing six primitive actions so the model can see the screen, type, click, read accessibility trees, run AppleScript, and write custom Python logic to automate virtually any macOS task.

AppleScriptLLMPython
0 likes · 3 min read
How macOS Harness Lets an LLM Write Code and Control Your Entire Mac
AI Engineering
AI Engineering
Aug 17, 2026 · Artificial Intelligence

Why Agent Memory Needs AML: Inside AML’s Variable‑Control Engineering Design

The article critiques traditional agent‑memory benchmarks for their self‑selected models, judges, and datasets, then explains how the Agent Memory Leaderboard (AML) enforces strict variable control through isolated APIs, version‑hashed contracts, high‑concurrency scheduling, and a 5k‑question blind set, and analyzes the resulting commercial and open‑source rankings, highlighting architectural trade‑offs such as recall, time reasoning, memory governance and safety.

AIAMLCommercial
0 likes · 11 min read
Why Agent Memory Needs AML: Inside AML’s Variable‑Control Engineering Design
AI Engineering
AI Engineering
Aug 15, 2026 · Artificial Intelligence

Skills Are Obsolete: DeepSeek Harness Pushes Self‑Evolving Agents to a New Stage

DeepSeek Harness v0.1, an MIT‑licensed framework driven by Cordis, treats models, tools, skills and even the execution loop as interchangeable plugins, flattening previous layered architectures, enabling true self‑evolution of agents while exposing new risks and open questions about safe modification and evaluation.

AIAgentDeepSeek
0 likes · 8 min read
Skills Are Obsolete: DeepSeek Harness Pushes Self‑Evolving Agents to a New Stage
AI Engineering
AI Engineering
Aug 13, 2026 · Artificial Intelligence

DeepSeek Harness Open‑Source: A Fully Pluggable AI Agent Framework Backed by a Formal Paper

The DeepSeek Harness SDK, now open‑source, offers a completely pluggable architecture for building AI agents, provides four preset modes, multiple entry points, a fail‑closed security model, and is underpinned by a rigorous academic paper on spatiotemporal composability that formalizes reversible effects and reactive coeffects.

AI agentsCordisDeepSeek
0 likes · 18 min read
DeepSeek Harness Open‑Source: A Fully Pluggable AI Agent Framework Backed by a Formal Paper
AI Engineering
AI Engineering
Aug 13, 2026 · Artificial Intelligence

When AI Agents Become Internet Users: Exploring the AI‑SNS Network

The article examines how the internet, traditionally built for human users, may evolve into an AI‑agent‑centric network, discussing the need for agent discovery, social relationships, and a new infrastructure illustrated by the open‑source AI‑SNS project.

AI InfrastructureAI agentsAI‑SNS
0 likes · 11 min read
When AI Agents Become Internet Users: Exploring the AI‑SNS Network
AI Engineering
AI Engineering
Aug 12, 2026 · Artificial Intelligence

Run Large Models Locally Without Environment Hassles: Introducing Unsloth Desktop

Unsloth Desktop, an open‑source native app for macOS, Windows and Linux, brings local large‑model inference and training into a graphical interface, delivering up to 2× faster training, 70% lower VRAM usage, and integrated features such as image/video generation, tool calling, and API compatibility while eliminating the need for Python‑based setup.

AI toolsUnsloth Desktoplocal AI inference
0 likes · 6 min read
Run Large Models Locally Without Environment Hassles: Introducing Unsloth Desktop
AI Engineering
AI Engineering
Aug 10, 2026 · Artificial Intelligence

Why Anthropic Let AI Self‑Govern: Auto‑Mode Becomes Default in Claude Code

Anthropic switched Claude Code’s Pro, Max and Team plans to auto‑mode by default after a controlled test with 1,053 paid users showed the classifier caught 89% of dangerous commands versus only 13.6% for manual approval, and the article details the classifier’s operation, user behavior, safety comparisons with OpenAI’s Codex, and new defensive measures.

AI safetyAnthropicAuto Mode
0 likes · 9 min read
Why Anthropic Let AI Self‑Govern: Auto‑Mode Becomes Default in Claude Code
AI Engineering
AI Engineering
Aug 9, 2026 · Artificial Intelligence

Six Major Vendors Release Unified AI Agent Plugin Packaging Standard

Six leading AI companies—Google, Microsoft, OpenAI, Cursor, Vercel, and AWS—have jointly published the Agent Plugins 1.0.0 specification, standardizing the directory layout, plugin.json and mcp.json formats, and discovery rules to enable "write once, run on any client" while highlighting current security limitations.

AI agentAgent PluginsMCP
0 likes · 12 min read
Six Major Vendors Release Unified AI Agent Plugin Packaging Standard
AI Engineering
AI Engineering
Aug 7, 2026 · Artificial Intelligence

How Claude Code Enables Cross‑Session AI Chat via Summarized Messages

Claude Code now lets AI sessions on different terminals exchange concise, Claude‑generated summaries, supporting handoff detection, parallel worktree coordination, long‑running task status, and cross‑machine replies while preserving privacy and respecting permission controls.

AI assistantClaude CodeLinux
0 likes · 7 min read
How Claude Code Enables Cross‑Session AI Chat via Summarized Messages