All Articles

140391 articles · Page 32 of 7020
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 25, 2026 · Artificial Intelligence

Introducing DeNovoSWE: The First Long‑Horizon Doc2Repo Training Set for Code Agents

DeNovoSWE, a newly released large‑scale dataset of 4,818 high‑quality document‑to‑repository tasks, uses a Divide‑and‑Conquer and Critic‑Repair pipeline to generate well‑organized, evaluation‑aligned specifications, and experiments show it boosts LLM code agents’ repository‑level generation performance from single‑digit to over 40% on benchmarks.

LLMbenchmarkcode agents
0 likes · 10 min read
Introducing DeNovoSWE: The First Long‑Horizon Doc2Repo Training Set for Code Agents
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 25, 2026 · Artificial Intelligence

AutoResearch Advances: RUC & Microsoft Open‑Source Arbor Gives Agents Research Memory

Arbor, an open‑source autonomous research framework from RUC’s Gaoling AI Institute and Microsoft Research, structures the research loop with a growing hypothesis‑tree and insight back‑propagation, allowing agents to retain hypotheses, evidence, and failures, and achieves the best held‑out results on six real AO tasks, surpassing Codex and Claude Code.

AI research automationArbor frameworkLLM Agents
0 likes · 18 min read
AutoResearch Advances: RUC & Microsoft Open‑Source Arbor Gives Agents Research Memory

Switching Fields in My Final PhD Year Leads to an OpenAI Offer: A Surprise‑Filled Interview Journey

A Brown University PhD candidate who shifted from multilingual modeling to AI safety shares six unexpected lessons from landing an OpenAI Astra Fellowship, covering the limited role of papers, diverse interview formats, paid work trials, timing, rare retention offers, and many interview topics unrelated to the research focus.

AI safetyJob SearchOpenAI
0 likes · 12 min read
Switching Fields in My Final PhD Year Leads to an OpenAI Offer: A Surprise‑Filled Interview Journey
Architect
Architect
Jun 25, 2026 · Artificial Intelligence

Why a Concise CLAUDE.md Entry File Is Critical for LLM Agents in Your Repo

The article explains how a short, well‑structured CLAUDE.md file injects the minimal yet essential context an LLM coding agent needs before it scans a repository, preventing common mis‑assumptions about tech stack, commands, boundaries, and completion criteria.

AGENTS.mdAI ToolingCLAUDE.md
0 likes · 16 min read
Why a Concise CLAUDE.md Entry File Is Critical for LLM Agents in Your Repo
James' Growth Diary
James' Growth Diary
Jun 25, 2026 · Artificial Intelligence

Why Compression Isn’t Truncation: Hermes’s Structured Summaries Keep Prefix Cache Hits

The article explains how Hermes Agent avoids the pitfalls of naive sliding‑window truncation—such as orphaned tool calls and broken KV‑cache—by using a three‑segment protection scheme, cheap tool‑result pre‑pruning, and a structured, reference‑only summary that dramatically reduces tokens while preserving and even improving prefix cache hit rates.

Hermes AgentLLMcontext compression
0 likes · 17 min read
Why Compression Isn’t Truncation: Hermes’s Structured Summaries Keep Prefix Cache Hits
DeepHub IMBA
DeepHub IMBA
Jun 25, 2026 · Artificial Intelligence

Transform a Single RAG Pipeline with LangGraph – Agent Picks Vector, Graph or Web Search

This article demonstrates how to use LangGraph to build a state‑machine‑based hybrid RAG agent that routes each query to the most suitable retriever—vector similarity, graph traversal, or web search—through a Router, and then validates answers with grading, rewriting, generation, and hallucination‑checking components.

Agentic RetrievalFAISSLLM
0 likes · 12 min read
Transform a Single RAG Pipeline with LangGraph – Agent Picks Vector, Graph or Web Search
JD Tech
JD Tech
Jun 25, 2026 · Artificial Intelligence

JD Donates Oxygen xLLM Large‑Model Inference Engine to OpenAtom Foundation to Boost Domestic AI Infra

JD donated its self‑developed Oxygen xLLM large‑model inference engine to the OpenAtom Open Source Foundation under Apache 2.0, highlighting its service‑engine decoupled architecture, heterogeneous‑chip support, proven performance gains in e‑commerce, power and public‑safety use cases, and a roadmap to become the domestic AI‑infra standard.

AI InfrastructureOpenAtomOxygen xLLM
0 likes · 9 min read
JD Donates Oxygen xLLM Large‑Model Inference Engine to OpenAtom Foundation to Boost Domestic AI Infra
JD Cloud Developers
JD Cloud Developers
Jun 25, 2026 · Artificial Intelligence

JD Donates Oxygen xLLM: Open‑Source Large‑Model Inference Engine Boosts China’s AI Infrastructure

JD announced the donation of its Oxygen xLLM inference engine to the OpenAtom Open‑Source Foundation, detailing its service‑engine decoupled architecture, performance breakthroughs across e‑commerce, power and public‑safety workloads, and a roadmap to expand the open‑source AI ecosystem.

AI InfrastructureOxygen xLLMengineering intelligence
0 likes · 8 min read
JD Donates Oxygen xLLM: Open‑Source Large‑Model Inference Engine Boosts China’s AI Infrastructure
JD Tech Talk
JD Tech Talk
Jun 25, 2026 · Artificial Intelligence

JD Donates Oxygen xLLM Inference Engine to OpenAtom, Boosting China’s AI Infra Ecosystem

On June 24, 2026 JD announced the donation of its Oxygen xLLM large‑model inference engine to the OpenAtom Open Source Foundation, detailing its service‑engine decoupled architecture, performance breakthroughs, heterogeneous chip support, and real‑world gains in e‑commerce, power‑grid and public‑safety applications while outlining a roadmap for broader ecosystem co‑building and standards leadership.

AI InfrastructureOxygen xLLMengineering intelligence
0 likes · 7 min read
JD Donates Oxygen xLLM Inference Engine to OpenAtom, Boosting China’s AI Infra Ecosystem
AI Engineering
AI Engineering
Jun 25, 2026 · Artificial Intelligence

How EdgeOne Makers Lets an AI Agent Deploy Applications Autonomously

Tencent quietly launched the open‑source EdgeOne Makers platform, which enables an AI agent to fully deploy a Next.js project—or any supported app—through a single CLI command, using a standardized Skill system while highlighting both its potential and current limitations.

AI AgentAutomated DeploymentSkill System
0 likes · 4 min read
How EdgeOne Makers Lets an AI Agent Deploy Applications Autonomously
Smart Workplace Lab
Smart Workplace Lab
Jun 25, 2026 · Operations

Cut Approval Time by 80% with a Single Excel Sheet—No IT Changes Needed

The article outlines a step‑by‑step, Excel‑based workflow that identifies approval bottlenecks, creates a group whitelist, and implements lightweight SOPs to shave up to 80% off approval cycle time, saving two hours daily and letting teams focus on high‑risk items without requiring system changes.

Approval ProcessExcelOperations
0 likes · 7 min read
Cut Approval Time by 80% with a Single Excel Sheet—No IT Changes Needed
Raymond Ops
Raymond Ops
Jun 25, 2026 · Operations

Linux Kernel Sysctl Tuning: Common Pitfalls and Values You Shouldn’t Change Blindly

This guide explains how to safely tune Linux kernel sysctl parameters by first identifying the problem layer, backing up current settings, applying targeted changes, and verifying effects, while highlighting common mis‑configurations, real‑world case studies, best‑practice recommendations, and monitoring strategies.

LinuxMemory ManagementMonitoring
0 likes · 18 min read
Linux Kernel Sysctl Tuning: Common Pitfalls and Values You Shouldn’t Change Blindly
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 25, 2026 · Backend Development

Why Nginx Can Handle Tens of Millions of Requests

The article explains how Nginx’s event‑driven, asynchronous non‑blocking model, master‑worker multi‑process design, efficient I/O multiplexing (epoll/kqueue), and lightweight resource‑control architecture enable it to sustain extremely high concurrency with minimal overhead.

AsynchronousHigh concurrencyI/O multiplexing
0 likes · 5 min read
Why Nginx Can Handle Tens of Millions of Requests
IT Xianyu
IT Xianyu
Jun 25, 2026 · Artificial Intelligence

GPT Plus vs. Pro: Which Plan Suits Developers Who Monetize with GPT?

The article compares GPT Plus and ChatGPT Pro, explaining how usage intensity, task complexity, and delivery stability determine which subscription is appropriate for programmers, freelancers, and anyone earning money with GPT.

AI toolsChatGPT PlusChatGPT Pro
0 likes · 6 min read
GPT Plus vs. Pro: Which Plan Suits Developers Who Monetize with GPT?
ITPUB
ITPUB
Jun 25, 2026 · Artificial Intelligence

OpenAI’s GPT‑5.5‑Cyber Detects, Patches Vulnerabilities, Beats Anthropic Mythos 5

OpenAI unveiled GPT‑5.5‑Cyber as part of its Daybreak security initiative, delivering a full‑capability model that outperforms Anthropic’s Mythos 5 on multiple security benchmarks and can autonomously discover, verify, and patch software vulnerabilities while launching the open‑source “Patch the Planet” program.

AI securityAnthropicGPT-5.5-Cyber
0 likes · 7 min read
OpenAI’s GPT‑5.5‑Cyber Detects, Patches Vulnerabilities, Beats Anthropic Mythos 5