All Articles

140570 articles · Page 77 of 7029
PaperAgent
PaperAgent
Jun 17, 2026 · Artificial Intelligence

Spatial-Agent: A New Concept‑Transformation Paradigm for Map Agents

The paper introduces Spatial‑Agent, which models geospatial question answering as a concept‑transformation process using a GeoFlow Graph intermediate representation, outlines a five‑step workflow, defines core concepts and functional roles, and demonstrates its effectiveness on MapEval‑API and MapQA benchmarks with detailed error and cost analyses.

BenchmarkGISGeoFlow Graph
0 likes · 13 min read
Spatial-Agent: A New Concept‑Transformation Paradigm for Map Agents
ZhiKe AI
ZhiKe AI
Jun 17, 2026 · R&D Management

Break Rigid Thinking: Master First‑Principles in 3 Steps

The article explains why relying on industry best‑practice searches traps experienced professionals, illustrates how Elon Musk used first‑principles to slash rocket costs and how analogical reasoning failed in the 2008 crisis, and then offers a concrete three‑step framework to train first‑principles thinking.

Charlie MungerElon Muskcognitive bias
0 likes · 5 min read
Break Rigid Thinking: Master First‑Principles in 3 Steps
Machine Heart
Machine Heart
Jun 17, 2026 · Artificial Intelligence

Why Large Language Models Miss Simple Addition: Iso‑Raw‑Sum Trajectories Reveal the Geometry of Errors

Despite excelling at complex reasoning, LLMs often err on multi‑digit addition; probing shows correct answers reside in hidden states, and the authors reveal a structured geometric manifold—digit basins, carry fibers, and Iso‑Raw‑Sum trajectories—explaining how errors arise via noisy quantization at decision boundaries.

Arithmetic ErrorsGeometric AnalysisLLM
0 likes · 12 min read
Why Large Language Models Miss Simple Addition: Iso‑Raw‑Sum Trajectories Reveal the Geometry of Errors
macrozheng
macrozheng
Jun 17, 2026 · Artificial Intelligence

Why OpenCode Is the Open‑Source Alternative to Claude Code for AI‑Powered Programming

OpenCode is an open‑source AI coding agent that natively supports over 75 models, offers dual Plan/Build modes, provides a mouse‑friendly CLI, and can generate a full Microsoft To Do‑style web app, while also highlighting its current limitations compared with Claude Code.

AI coding assistantClaude Code alternativeModel integration
0 likes · 6 min read
Why OpenCode Is the Open‑Source Alternative to Claude Code for AI‑Powered Programming
AI Agent Super App
AI Agent Super App
Jun 17, 2026 · Artificial Intelligence

Install the Four Major AI Coding Agents and Seamlessly Configure Six Chinese Models

This article walks through selecting the most suitable AI coding agent, provides step‑by‑step installation commands for Claude Code, OpenCode, Pi Agent and Hermes, details how to configure six domestic large language models, introduces the cc‑switch tool for quick model swapping, compares model capabilities, and offers troubleshooting tips.

AIAgentsChinese models
0 likes · 17 min read
Install the Four Major AI Coding Agents and Seamlessly Configure Six Chinese Models
AI Engineering
AI Engineering
Jun 17, 2026 · Artificial Intelligence

How GLM-5.2 Surpassed Claude Fable 5 to Top Design Arena Rankings

GLM-5.2, the new open‑source LLM from Zhipu, offers a stable 1 M token context, adjustable coding inference strength, and an IndexShare architecture that cuts FLOPs per token by 2.9×, achieving the highest Elo score on Design Arena and leading multiple coding benchmarks against both open‑source and proprietary models.

1M contextBenchmarkGLM-5.2
0 likes · 10 min read
How GLM-5.2 Surpassed Claude Fable 5 to Top Design Arena Rankings
Frontend AI Walk
Frontend AI Walk
Jun 17, 2026 · Artificial Intelligence

From Manual Prompts to Self‑Driving AI Loops: Build Your First Loop System in 14 Steps

The article explains how most developers still manually prompt AI, introduces Loop Engineering as a way to automate prompt cycles, outlines a 14‑step roadmap—including a four‑condition test, five core components, risk mitigation, and a minimal viable Loop—so teams can decide when and how to adopt self‑driving AI coding loops.

AI codingAgentAutomation
0 likes · 18 min read
From Manual Prompts to Self‑Driving AI Loops: Build Your First Loop System in 14 Steps
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 17, 2026 · Interview Experience

How to Make var [a, b] = {a: 1, b: 2} Work in JavaScript?

The article explains why the destructuring statement var [a, b] = {a: 1, b: 2} throws a TypeError, details the iterator requirement for the left‑hand side, and shows how to add a Symbol.iterator method to Object.prototype so any object becomes iterable and the assignment succeeds.

DestructuringInterview QuestionIterator Protocol
0 likes · 6 min read
How to Make var [a, b] = {a: 1, b: 2} Work in JavaScript?
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 17, 2026 · Backend Development

When Java Streams Crash: A Real‑World Performance Disaster

A production outage caused by a Java Stream pipeline processing one million orders revealed massive memory overhead and CPU‑bound garbage collection, prompting a benchmark that showed a handcrafted for‑loop to be up to twenty times faster and far more memory‑efficient.

BenchmarkGarbage CollectionJava
0 likes · 10 min read
When Java Streams Crash: A Real‑World Performance Disaster
java1234
java1234
Jun 17, 2026 · Artificial Intelligence

Spring AI 2.0 GA: Native Java AI Development with Spring Boot 4 Integration

Spring AI 2.0 reaches GA, offering a production‑grade, Java‑first AI development path tightly integrated with Spring Boot 4.x, Spring Framework 7.0, and the Model Context Protocol, while introducing upgraded agent tooling, Jackson 3, JSpecify annotations, and streamlined provider SDKs.

AgentJackson 3Java
0 likes · 6 min read
Spring AI 2.0 GA: Native Java AI Development with Spring Boot 4 Integration
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 17, 2026 · Operations

5 Essential Python Automation Scenarios for Operations Engineers

The article presents five practical Python automation scenarios for operations engineers—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/recovery—each illustrated with concrete code examples and library recommendations.

AutomationFabricOperations
0 likes · 10 min read
5 Essential Python Automation Scenarios for Operations Engineers
21CTO
21CTO
Jun 17, 2026 · Fundamentals

Project Valhalla Hits JDK 28: Preview of Value Types Arrives

Project Valhalla's JEP 401, introducing value classes and objects, merges into the OpenJDK mainline as a preview feature in JDK 28, involving 1,816 files and over 197,000 new lines, with a cautious rollout timeline and notable design trade‑offs for Java performance.

JEP 401JavaMemory optimization
0 likes · 7 min read
Project Valhalla Hits JDK 28: Preview of Value Types Arrives
Ubuntu
Ubuntu
Jun 17, 2026 · Operations

How to Back Up and Migrate WSL Without Losing Your Development Environment

This guide walks you through exporting and importing WSL distributions, automating backups with PowerShell, managing dotfiles via a bare Git repository, using a migration checklist, and running one‑click scripts so you can switch computers or reinstall systems without losing any configuration or data.

AutomationDotfilesWSL
0 likes · 11 min read
How to Back Up and Migrate WSL Without Losing Your Development Environment
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 17, 2026 · Artificial Intelligence

Building a Reliable Live‑Streaming Host Assistant: Harness Engineering Practices for the Taobao Agent

This article analyzes the engineering challenges of a live‑streaming host agent—instant public impact, scarce host attention, multi‑topic interleaving, and long‑running sessions—and presents a Harness framework that structures execution, tool registration, context management, state storage, lifecycle hooks, and evaluation to make the AI‑driven agent safe, observable, and continuously improvable.

Artificial IntelligenceIndustry InsightsOperations
0 likes · 27 min read
Building a Reliable Live‑Streaming Host Assistant: Harness Engineering Practices for the Taobao Agent
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 17, 2026 · Artificial Intelligence

Is More Chain‑of‑Thought Always Better? Introducing E‑GRM for On‑Demand LLM Reasoning

The article critically examines the assumption that longer chain‑of‑thought reasoning always improves large language model performance, presents the E‑GRM framework that dynamically decides when to invoke full CoT based on model‑internal uncertainty, and validates its efficiency and accuracy gains through extensive experiments and ablations.

Ablation StudyDynamic RoutingEvaluation
0 likes · 16 min read
Is More Chain‑of‑Thought Always Better? Introducing E‑GRM for On‑Demand LLM Reasoning
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 17, 2026 · Artificial Intelligence

How OmniVideo-100K Generates High‑Quality Audio‑Video Training Data for Better Multimodal Understanding

The article analyzes why existing audio‑video QA pipelines break narrative continuity, proposes a structured‑script and evidence‑chain approach to automatically build the OmniVideo-100K dataset of 100K high‑quality QA pairs, and shows that fine‑tuning open‑source multimodal models on this data yields consistent accuracy gains across multiple benchmarks.

OmniVideo-100Kaudio-video datasetbenchmark evaluation
0 likes · 12 min read
How OmniVideo-100K Generates High‑Quality Audio‑Video Training Data for Better Multimodal Understanding
Geek Labs
Geek Labs
Jun 17, 2026 · Artificial Intelligence

Five AI Tools to Write Less, Write Better, and Code More Reliably

This article reviews five GitHub‑Trending AI coding assistants—improve, ponytail, effective‑html, omnigent, and architect‑loop—detailing how each automates code auditing, reduces unnecessary code, generates polished HTML, unifies multiple agents, and orchestrates a dual‑agent development pipeline, with benchmark figures and installation commands.

AI codingGitHubMulti-agent
0 likes · 9 min read
Five AI Tools to Write Less, Write Better, and Code More Reliably