1336 related articles

Quantprobe is an open-source memory optimization framework that enables 30B LLMs to run at 22 tokens/s on 6GB GPUs through per-layer quantization and intelligent CPU/GPU splitting.

An in-depth analysis of AI programming tools' real value and limitations: from boilerplate acceleration to hallucination issues, from efficiency illusions to complex system failures—a sober assessment from a frontline developer's perspective.

GitHub Trending Aug 5: AI Agents shift from demos to production with new projects for state management, long-term memory, skill systems, and security.

August 4, 2026 is the setting date of Bradbury's 1950 story "There Will Come Soft Rains." Its depiction of an automated home running without humans resonates deeply with today's AI automation debates.

Explore LangGraph Studio's hidden features including time travel debugging, interactive state editing, and human-in-the-loop testing to efficiently debug AI Agent workflows.

An insider's analysis of China's four AI labs — Qwen, DeepSeek, Moonshot, and Ling — revealing their distinct strategic bets on distribution, architecture, long-termism, and serving cost.

Deep dive into how an 80B-parameter LLM runs on Mac with only 4.3GB memory, covering ultra-low-bit quantization, sparsity, memory mapping, and implications for privacy and edge AI.

A complete self-learning path for NLP covering fundamentals, Transformer concepts, hands-on projects, and tools like Hugging Face to help developers master NLP without returning to school.

AI can now autonomously play Minecraft Bedwars and break through bed defenses, demonstrating integrated perception, planning, and control capabilities — a significant step for embodied intelligence.

Qwen3-Max joins the Venice privacy AI platform, enabling anonymous access to Alibaba's flagship LLM without registration. Learn about Venice's features, Qwen3-Max capabilities, and anonymous AI usage.

Alibaba launches flagship model Qwen3-Max focused on coding and collaboration, paired with Qwen Studio platform integrating multimodal AI, tool calling, and Artifacts to compete with GPT-4o and Gemini.

Copy-pasting AI-generated code accumulates cognitive debt. Learn why manually retyping code helps developers deeply understand their codebase and build long-term programming skills.

Airtop is an AI agent-powered Google Ads automation tool that handles keyword research, campaign creation, budget optimization, and reporting through natural language conversation — no SEM expertise needed.

How to build product analytics and evaluation capabilities for AI Agents at the MCP protocol layer, covering session-level tracing, tool call observability, and quality Evals.

MicroCodex re-implements OpenAI's Codex programming agent in C++ with a binary under 1MB. This article analyzes its engineering design, minimalist philosophy, and use cases in CI/CD and embedded systems.

Deep dive into how Nanocodex uses Rust to build high-performance foundation components for OpenAI Agents, exploring Rust's advantages in performance, memory safety, and modular design for AI infrastructure.

Explore AI development tool mashups: model layering with DeepSeek Flash, flagship model selection, Antigravity CLI, and practical strategies for model routing and tool composition.

Explore how AI tools empower solo entrepreneurs to achieve million-dollar revenue. Learn about AI coding assistants, automation, profit advantages, and the future of democratized entrepreneurship.

Zinley is an AI agent with its own phone number and email that answers calls, handles emails, and books tasks on your behalf. A deep dive into this proactive AI assistant that topped Product Hunt.

Developers found GPT-5.6 Sol spends ~70% of runtime on sleep commands, sparking debate about balancing model caution vs. efficiency in the AI agent era.