All Articles

143151 articles · Page 287 of 7158
Linyb Geek Road
Linyb Geek Road
May 23, 2026 · Artificial Intelligence

Why Most Claude Code Skills Fail and How to Rebuild Them Using the Official Specification

The article explains that many Claude Code skills are never invoked because their description fields are missing or too long, then walks through the official directory layout, three‑layer loading, description budgeting, fork vs. inline execution, frontmatter groups, and shell pre‑processing, providing concrete examples and best‑practice guidelines.

AI WorkflowClaude CodeContext
0 likes · 15 min read
Why Most Claude Code Skills Fail and How to Rebuild Them Using the Official Specification
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 23, 2026 · Cloud Computing

Best Practice: Using EMR Serverless StarRocks AI Function for Financial Text Classification

This article demonstrates how to leverage StarRocks AI Function on EMR Serverless to perform sentiment analysis, intelligent classification, information extraction, and PII redaction on financial text entirely within SQL, eliminating data export, reducing latency, and ensuring compliance while providing concrete code examples, performance benchmarks, and best‑practice recommendations.

AI FunctionEMR ServerlessFinancial NLP
0 likes · 25 min read
Best Practice: Using EMR Serverless StarRocks AI Function for Financial Text Classification
Open Source Tech Hub
Open Source Tech Hub
May 23, 2026 · Backend Development

Achieving Single‑Thread Peak Performance: How TrueAsync Server Rewrites the PHP Server Landscape in C

TrueAsync Server is a high‑performance HTTP/1.1, HTTP/2 and HTTP/3 server written in C that embeds directly into the PHP process, runs entirely on a single thread, eliminates inter‑thread communication, supports multi‑protocol on one port, and offers a suite of low‑level optimizations and a clear API for developers.

C++HTTP/3PHP
0 likes · 17 min read
Achieving Single‑Thread Peak Performance: How TrueAsync Server Rewrites the PHP Server Landscape in C
AI Architecture Hub
AI Architecture Hub
May 23, 2026 · Artificial Intelligence

Unlock Claude’s Hidden Features Most Users Miss

This guide walks through every hidden Claude capability—from Projects that remember context, to Artifacts that generate runnable tools, Adaptive Thinking for step‑by‑step reasoning, Memory profiles, role‑setting prompts, Chrome extension, desktop Cowork app, scheduled tasks, Skills plugins, Claude.md rules, Claude Code, Claude Design, and Prompt Caching—providing entry points, activation steps, and ready‑to‑paste prompts so you can enable each feature in minutes and reap daily productivity gains.

AIClaudeDeveloper Tools
0 likes · 18 min read
Unlock Claude’s Hidden Features Most Users Miss
AI Architecture Path
AI Architecture Path
May 23, 2026 · Artificial Intelligence

Claude Code Controls the Browser with Playwright and Chrome DevTools MCP

The article compares Playwright MCP and Chrome DevTools MCP, explains their core differences, token consumption, waiting mechanisms, and tool capabilities, and provides step‑by‑step installation, configuration, and practical scenarios, showing how combining snapshot‑based analysis with these tools lets Claude Code efficiently automate browsers while avoiding common pitfalls such as token exhaustion and unstable execution.

AI automationChrome DevTools MCPClaude Code
0 likes · 11 min read
Claude Code Controls the Browser with Playwright and Chrome DevTools MCP
dbaplus Community
dbaplus Community
May 22, 2026 · Industry Insights

How Gary Kildall’s CP/M Lost the OS Crown to Bill Gates

The article recounts how Gary Kildall created the BIOS abstraction and CP/M operating system, missed a pivotal IBM deal, and ultimately saw Bill Gates acquire a CP/M‑compatible QDOS to launch MS‑DOS, reshaping the personal‑computer era.

BIOSCP/MGary Kildall
0 likes · 9 min read
How Gary Kildall’s CP/M Lost the OS Crown to Bill Gates
Deepin Linux
Deepin Linux
May 22, 2026 · Fundamentals

What is nullptr and why should it replace NULL in modern C++?

The article explains that NULL is a macro equal to integer 0, which can cause type‑mixing errors in overload resolution and template deduction, while the C++11 keyword nullptr has its own std::nullptr_t type, providing strict pointer semantics, eliminating overload ambiguities, improving safety, readability, and integration with modern C++ features.

C++function overloadnull
0 likes · 24 min read
What is nullptr and why should it replace NULL in modern C++?
SuanNi
SuanNi
May 22, 2026 · Artificial Intelligence

Why Qwen3.7-Max Is Sending Overseas Developers Into a Frenzy

Qwen3.7-Max demonstrates product‑level long‑task autonomy with 35 hours of uninterrupted operation, 1,158 tool calls, and kernel‑level optimizations, while outperforming Gemini 3.5‑Flash, Claude Opus, and GPT‑5.5 across a wide range of benchmarks, cost‑effectiveness, and real‑world agent scenarios.

AIQwen3.7-Maxagent
0 likes · 11 min read
Why Qwen3.7-Max Is Sending Overseas Developers Into a Frenzy
SuanNi
SuanNi
May 22, 2026 · Artificial Intelligence

How GLM‑5.1‑highspeed Achieves 7× Faster Inference to Become the World’s Fastest Flagship Model

On May 22, Zhipu launched the GLM‑5.1‑highspeed API, delivering 400 tokens per second—about 7× faster than the original model and twice as fast as Gemini 3.5 Flash—through a three‑layer optimization that rewrites the MoE inference path, introduces dynamic scheduling, and leverages TileRT’s AOT engine to cut latency while preserving full flagship capabilities.

GLM-5.1Real-time AITileRT
0 likes · 10 min read
How GLM‑5.1‑highspeed Achieves 7× Faster Inference to Become the World’s Fastest Flagship Model
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 22, 2026 · Artificial Intelligence

ESI‑Bench: The ImageNet‑Style Benchmark for Embodied Spatial Intelligence

ESI‑Bench, introduced by Fei‑Fei Li's team, transforms the observer into an active agent to evaluate embodied spatial intelligence across 10 task categories and 3,081 instances, revealing that perception is not the bottleneck, action strategies are critical, imperfect 3D reconstructions can hurt performance, and current models suffer from action blindness and metacognitive deficits compared with humans.

Embodied AISpatial Intelligenceaction blindness
0 likes · 11 min read
ESI‑Bench: The ImageNet‑Style Benchmark for Embodied Spatial Intelligence
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 22, 2026 · Artificial Intelligence

20‑Year‑Old Transformer Co‑author Open‑Sources a 218‑Billion‑Parameter Model

Cohere’s Command A+ model, built by Transformer co‑author Aidan Gomez and backed by Nick Frosst, packs 218 billion parameters but activates only 25 billion at inference, uses a lossless 4‑bit quantization scheme, offers native citation support, runs on a single B200 or two H100 GPUs, and is released under an Apache 2.0 license, marking a major shift toward truly open‑source, enterprise‑ready large language models.

AIApache 2.0Cohere
0 likes · 12 min read
20‑Year‑Old Transformer Co‑author Open‑Sources a 218‑Billion‑Parameter Model
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 22, 2026 · Artificial Intelligence

How a 10M‑Parameter Model Beats Large Models on Sudoku and ARC with Multi‑Trajectory Reasoning

The GRAM model introduced by Yoshua Bengio’s team replaces deterministic recursive updates with probabilistic multi‑trajectory sampling, enabling a 10 M‑parameter network to achieve 97 % accuracy on Sudoku‑Extreme, 52 %/11 % on ARC‑AGI, and near‑perfect results on N‑Queens and graph‑coloring, while also supporting unconditional generation tasks.

ARC‑AGIGRAMSudoku
0 likes · 9 min read
How a 10M‑Parameter Model Beats Large Models on Sudoku and ARC with Multi‑Trajectory Reasoning
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 22, 2026 · Artificial Intelligence

Li Mu Returns to Bilibili with a Real-Time AI Avatar

Li Mu (沐神) returns to Bilibili after a year to showcase Higgs Avatar v1, a fully AI‑generated real‑time digital human that can listen, speak, lip‑sync and display facial expressions, with performance metrics showing 16 ms per frame on a single H100 GPU and potential applications ranging from customer service to training, while also raising ethical considerations about identity and trust.

AI AvatarBoson AIHiggs Avatar
0 likes · 7 min read
Li Mu Returns to Bilibili with a Real-Time AI Avatar
James' Growth Diary
James' Growth Diary
May 22, 2026 · Artificial Intelligence

Advanced Graph RAG with Neo4j: When Multi‑Hop Reasoning Beats Vector Search

This article explains why vector retrieval fails on multi‑hop reasoning, shows how Neo4j’s Cypher path traversal enables precise Graph RAG queries, outlines modeling best‑practices, demonstrates hybrid graph‑vector retrieval, compares Graph RAG with vector RAG, and lists common pitfalls to avoid.

CypherHybrid RetrievalMulti-hop Reasoning
0 likes · 21 min read
Advanced Graph RAG with Neo4j: When Multi‑Hop Reasoning Beats Vector Search
Architect
Architect
May 22, 2026 · Industry Insights

Which Roles Will AI Replace First? Cloudflare CEO’s Layoff List Highlights a Measurement Layer Issue

The article analyzes Cloudflare’s recent AI‑driven layoffs, explaining the CEO’s builder‑seller‑measurer framework, showing that AI first compresses measurement‑focused roles, and argues that organizations must transform their measurement layer into a continuous, observable, verifiable system to stay resilient.

AIArchitectureCloudflare
0 likes · 25 min read
Which Roles Will AI Replace First? Cloudflare CEO’s Layoff List Highlights a Measurement Layer Issue
Cloud Architecture
Cloud Architecture
May 22, 2026 · Operations

Kafka vs Pulsar: Choosing the Right Messaging System for Architecture and Production

Kafka and Pulsar are both mature distributed messaging platforms, but they differ fundamentally in architecture, performance, scalability, and operational complexity; this article analyzes their core designs, benchmarks, engineering trade‑offs, and real‑world scenarios to guide architects in making a reliable technology selection.

ArchitectureEvent-DrivenKafka
0 likes · 36 min read
Kafka vs Pulsar: Choosing the Right Messaging System for Architecture and Production
DeepHub IMBA
DeepHub IMBA
May 22, 2026 · Fundamentals

Inside Python’s Automatic Memory Management: Core Mechanisms and Optimization Guide

The article breaks down Python’s memory system layer by layer, explaining stack vs. heap, reference counting, generational garbage collection, the true effect of the del statement, built‑in optimizations like integer caching, string interning and __slots__, and shows how to process a 20 GB CSV efficiently with generators.

Garbage CollectionMemory ManagementPython
0 likes · 12 min read
Inside Python’s Automatic Memory Management: Core Mechanisms and Optimization Guide
Code Mala Tang
Code Mala Tang
May 22, 2026 · Industry Insights

Why Spec-Driven Development Is Becoming the New Default in AI Programming

Spec-Driven Development (SDD) has rapidly become the default architecture for AI‑assisted coding, backed by industry radars, academic reviews, and multiple open‑source toolkits, while researchers debate its trade‑offs, governance models, and remaining open challenges.

AI programmingBMADOpenSpec
0 likes · 20 min read
Why Spec-Driven Development Is Becoming the New Default in AI Programming
AI Waka
AI Waka
May 22, 2026 · Artificial Intelligence

How Powerful Is Karpathy’s LLM Wiki? An Ontology and VSM Analysis

The article examines how the ease of building AI systems shifts the challenge from construction to defining what is built, using ontology’s five perspectives and the Viable System Model to diagnose Karpathy’s LLM Wiki, revealing strengths in entity‑level design and gaps in process and purpose.

Knowledge managementLLM WikiVSM
0 likes · 10 min read
How Powerful Is Karpathy’s LLM Wiki? An Ontology and VSM Analysis