All Articles

143350 articles · Page 354 of 7168
Linyb Geek Road
Linyb Geek Road
May 10, 2026 · Artificial Intelligence

Designing Progressive Large‑Model Agents: Architecture, Frameworks, and Real‑World Practices

This article examines the evolution of large‑model agents, outlines four development stages, compares workflow, collaborative, and evolutionary frameworks, details core components such as perception, memory, planning, tools, and reflection, and explains how a progressive, loop‑based architecture can be applied across verticals like research, code generation, and complex workflow automation.

AlphaEvolveLLM agentsLangGraph
0 likes · 9 min read
Designing Progressive Large‑Model Agents: Architecture, Frameworks, and Real‑World Practices
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 9, 2026 · Artificial Intelligence

Heuristic Learning: Reinforcement Without Parameter Updates via .py File

OpenAI researcher Yong Jiayi introduces Heuristic Learning, a reinforcement paradigm that replaces gradient‑based neural network updates with code‑editing driven by GPT‑5.4, achieving the theoretical 864‑point Atari Breakout score and matching or surpassing PPO on multiple Atari and robot tasks.

Atari BenchmarkGPT-5.4continual learning
0 likes · 8 min read
Heuristic Learning: Reinforcement Without Parameter Updates via .py File
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 9, 2026 · Artificial Intelligence

Can 99% Sparse Transformers Run Faster? Insights from the Original Authors

A new ICML 2026 paper by Sakana AI and NVIDIA shows that applying lightweight L1 regularization can make Feed‑Forward Network activations in Transformers over 99% sparse, and with the TwELL storage format and a hybrid routing scheme this sparsity translates into up to 20.5% inference speedup, 21.9% training‑step acceleration, lower energy consumption and reduced peak memory across 0.5‑2 B‑parameter models while preserving downstream performance.

CUDAGPU OptimizationHybrid Routing
0 likes · 9 min read
Can 99% Sparse Transformers Run Faster? Insights from the Original Authors
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 9, 2026 · Artificial Intelligence

Why OpenClaw Is So Expensive and How QuantClaw Cuts Cost by 21% While Boosting Speed 15%

OpenClaw’s high token consumption drives steep costs, but the QuantClaw plug‑in dynamically routes tasks to 4‑bit, 8‑bit or 16‑bit model instances based on a systematic quantization study, achieving up to 21% cost reduction, 15% latency improvement, and even modest accuracy gains.

AI agentsDynamic Precision RoutingOpenClaw
0 likes · 9 min read
Why OpenClaw Is So Expensive and How QuantClaw Cuts Cost by 21% While Boosting Speed 15%
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 9, 2026 · Artificial Intelligence

AI Code‑Generation Benchmarks Show Zero Pass Rate for GPT, Claude, and Gemini

A new benchmark called ProgramBench challenges top‑tier LLMs to rebuild 200 real‑world software projects from scratch, revealing that GPT‑5.4, Claude Opus, and Gemini all achieve a 0% full‑pass score while exposing design flaws, language‑choice biases, and rampant cheating when network access is allowed.

AI code generationProgramBenchSoftware Engineering
0 likes · 11 min read
AI Code‑Generation Benchmarks Show Zero Pass Rate for GPT, Claude, and Gemini
Architects' Tech Alliance
Architects' Tech Alliance
May 9, 2026 · Artificial Intelligence

Fractile Claims 90% Cost Cut and 100× Speed Over Nvidia GPUs

Fractile, a UK AI‑chip startup founded in 2022, says its SRAM‑compute‑on‑die architecture eliminates data movement, promising up to 100‑fold faster inference and 90% lower cost than Nvidia GPUs, yet the chip is still in simulation and not expected to ship until 2027, sparking both investor hype and industry skepticism.

AI hardware marketAI inferenceAnthropic
0 likes · 6 min read
Fractile Claims 90% Cost Cut and 100× Speed Over Nvidia GPUs
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 9, 2026 · Backend Development

9 Essential Java Code Optimizations to Eliminate Bad Practices

This article presents nine practical Java code‑optimization techniques—including string formatting, loop refactoring, resource management, buffered I/O, multithreading, enums, exception handling, and third‑party libraries—each illustrated with before‑and‑after code samples and clear explanations of why the improved version is more readable, efficient, and maintainable.

Exception HandlingJavaMultithreading
0 likes · 14 min read
9 Essential Java Code Optimizations to Eliminate Bad Practices
Old Zhang's AI Learning
Old Zhang's AI Learning
May 9, 2026 · Artificial Intelligence

Claude’s Open‑Source Financial Skills: A Deep Dive

Anthropic’s new claude‑for‑financial‑services repository bundles 11 ready‑to‑run agents, vertical plugins, and 11 MCP data connectors that automate core Wall Street workflows—from pitch decks and earnings reviews to valuation modeling—while offering clear installation paths and guidance for enterprise customization.

AI agentsClaudeFinancial Services
0 likes · 13 min read
Claude’s Open‑Source Financial Skills: A Deep Dive
FunTester
FunTester
May 9, 2026 · Industry Insights

Why ATMs Didn't Kill Bank Tellers—and AI Won't Erase Test Engineers

The article debunks the myth that automation eliminates jobs by tracing the ATM era, three waves of software testing evolution, and current AI trends, showing that repetitive tasks disappear while roles requiring judgment and context shift and expand.

AIATMsAutomation
0 likes · 10 min read
Why ATMs Didn't Kill Bank Tellers—and AI Won't Erase Test Engineers
DataFunTalk
DataFunTalk
May 9, 2026 · Artificial Intelligence

Four Hidden Pitfalls of Hermes Agent and How DTClaw Bridges Them

The article examines four overlooked problems of the Hermes AI Agent—cognitive deployment gaps, uncontrolled self‑evolution, limited memory applicability, and finite security rules—and details how DTClaw’s professional skill bundles, deterministic self‑evolution engine, pluggable memory backend, and CARLI five‑dimensional security model address each issue with concrete benchmark improvements.

AI AgentDTClawHermes Agent
0 likes · 8 min read
Four Hidden Pitfalls of Hermes Agent and How DTClaw Bridges Them
Smart Workplace Lab
Smart Workplace Lab
May 9, 2026 · R&D Management

How Middle Managers Can Survive AI Disruption: Leveraging Exception Management

The article analyzes why middle managers lose relevance when AI automates routine tasks, redefines their role as interfaces for standards and exceptions, and presents a three‑step lever‑control framework—including a task‑allocation matrix, automation rules, and an exception‑interception checklist—to restore strategic impact.

AIException HandlingManagement Levers
0 likes · 7 min read
How Middle Managers Can Survive AI Disruption: Leveraging Exception Management
TonyBai
TonyBai
May 9, 2026 · Artificial Intelligence

Why a Top Anthropic Engineer Claims HTML, Not Markdown, Is the Ultimate Language for AI

In the age of powerful AI agents, Anthropic’s Thariq argues that Markdown’s simplicity becomes a limitation, advocating HTML for its superior information density, visual clarity, two‑way interaction, and shareability, while the community debates token costs and editing friction.

AI agentsAgent communicationClaude
0 likes · 11 min read
Why a Top Anthropic Engineer Claims HTML, Not Markdown, Is the Ultimate Language for AI
ITPUB
ITPUB
May 9, 2026 · Industry Insights

Doubao Launches Paid Subscriptions, Signaling a Turning Point for Chinese Consumer AI

Doubao, ByteDance's AI assistant, announced three paid subscription tiers—Standard, Enhanced, and Professional—triggering heated debate about the sustainability of free consumer AI in China, the high compute costs driving monetization, and how this shift may reshape the domestic AI market.

AI subscriptionChatGPT comparisonChinese AI market
0 likes · 9 min read
Doubao Launches Paid Subscriptions, Signaling a Turning Point for Chinese Consumer AI
DataFunSummit
DataFunSummit
May 9, 2026 · Industry Insights

Why Palantir’s Ontology Beats Traditional Data Middle Platforms in Decision Making

The article examines costly failures of conventional data middle platforms—such as a $40 million payroll system flop and a chemical firm’s data‑cleaning bottleneck—then shows how Palantir’s ontology‑driven approach delivers triple‑digit ROI for BP, 98% R&D efficiency for Novartis, and $14 million annual savings for General Mills, highlighting the three‑layer semantic, dynamics, and decision architecture that turns data into actionable decisions.

Business IntelligenceDecision SystemsOntology
0 likes · 5 min read
Why Palantir’s Ontology Beats Traditional Data Middle Platforms in Decision Making
DataFunSummit
DataFunSummit
May 9, 2026 · Artificial Intelligence

DeepEye: Building an Autonomous, Human‑Steerable Data Agent System

The article presents DeepEye, an open‑source autonomous data‑agent platform that combines LLM reasoning, workflow orchestration, and human‑in‑the‑loop control to enable end‑to‑end analysis of heterogeneous data, and introduces a six‑level capability taxonomy to guide its evolution from manual to fully autonomous operation.

Data AgentDeepEyeLLM
0 likes · 18 min read
DeepEye: Building an Autonomous, Human‑Steerable Data Agent System
Machine Heart
Machine Heart
May 9, 2026 · Artificial Intelligence

Can QuantClaw Cut OpenClaw Costs by 21% and Speed Up Inference by 15%?

QuantClaw, an open‑source plug‑in for the OpenClaw AI agent framework, uses a systematic quantization study to dynamically route tasks to appropriate model precisions, achieving up to 21% cost reduction, 8‑15% latency improvement, and even higher task scores across diverse workloads.

AI agentsCost OptimizationOpenClaw
0 likes · 8 min read
Can QuantClaw Cut OpenClaw Costs by 21% and Speed Up Inference by 15%?
IT Services Circle
IT Services Circle
May 9, 2026 · Fundamentals

What Your CPU Actually Does All Day: The Four Core Tasks

The article explains that a CPU continuously repeats four stages—fetch, decode, execute, and write‑back—while highlighting the role of registers, the differences between CISC and RISC instruction sets, how function calls build and tear down stack frames, and why user‑mode coroutines are far lighter than kernel threads.

ARMCPUCoroutines
0 likes · 28 min read
What Your CPU Actually Does All Day: The Four Core Tasks