All Articles

140469 articles · Page 44 of 7024
Coder Trainee
Coder Trainee
Jun 23, 2026 · Backend Development

Production-Grade Deployment and Best Practices for Java AI Applications

This article examines the three core challenges—stability, cost, and observability—of running Java AI services in production and presents concrete solutions such as timeout and retry policies, circuit‑breaker fallback, token‑monitoring, caching, tracing, custom metrics, and Docker‑based containerization.

AIDockerJava
0 likes · 6 min read
Production-Grade Deployment and Best Practices for Java AI Applications
PaperAgent
PaperAgent
Jun 23, 2026 · Interview Experience

From a PhD to OpenAI: 57 Interview Lessons and Process Insights

A top NLP PhD shares a detailed, data‑driven account of applying to 11 companies, completing 57 interviews, managing recruiter calls and post‑offer negotiations, and explains how technical preparation, parallel scheduling, and strategic negotiation are crucial for landing a research scientist role at OpenAI.

AIInterview ProcessOpenAI
0 likes · 7 min read
From a PhD to OpenAI: 57 Interview Lessons and Process Insights
PaperAgent
PaperAgent
Jun 23, 2026 · Artificial Intelligence

Arbor Boosts Autonomous Research Performance 150% Over Claude Code

Arbor, a collaborative framework from RUC and Microsoft, uses Hypothesis‑Tree Refinement to turn short‑lived experiments into lasting research progress, achieving over 2.5× held‑out gains across six autonomous optimization tasks and setting a new SOTA on MLE‑Bench Lite.

AI researchArborAutonomous Optimization
0 likes · 10 min read
Arbor Boosts Autonomous Research Performance 150% Over Claude Code
Architect
Architect
Jun 23, 2026 · Operations

Continuous Cleanup of Architectural Entropy with Loop Engineering

The article explains how Loop Engineering can be applied to architectural governance to continuously detect, verify, and reduce legacy burdens, turning costly deletion risks into small, repeatable feedback loops, especially in the AI Agent era, while outlining practical steps, pitfalls, and design patterns for effective entropy reduction.

AI agentsArchitectural EntropyContinuous Cleanup
0 likes · 17 min read
Continuous Cleanup of Architectural Entropy with Loop Engineering
21CTO
21CTO
Jun 23, 2026 · Frontend Development

TypeScript 7 RC Rewrites Compiler in Go, Boosting Speed ~10×

Microsoft’s TypeScript 7 RC replaces the compiler core with Go, delivering roughly a ten‑fold speed increase across CLI builds and editor services while remaining fully compatible with TypeScript 6 semantics, and provides detailed upgrade guidance and parallel‑compilation options.

GoPerformanceTypeScript
0 likes · 8 min read
TypeScript 7 RC Rewrites Compiler in Go, Boosting Speed ~10×
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Jun 23, 2026 · Artificial Intelligence

When RAG Returns Junk, Why a LLM Can’t Fix It – Building an Agentic RAG

The article examines why traditional single‑step Retrieval‑Augmented Generation fails when retrieved passages are irrelevant, outlines the three fundamental flaws of that pipeline, and presents the Agentic RAG paradigm—turning retrieval into a reusable tool with planning, reflection, and decision loops, illustrated with code, interview scenarios, and practical deployment tips.

AIAgentic RAGKnowledge Base
0 likes · 32 min read
When RAG Returns Junk, Why a LLM Can’t Fix It – Building an Agentic RAG
DataFunTalk
DataFunTalk
Jun 23, 2026 · Artificial Intelligence

What Is an Agent Harness? A Deep Dive into AI Agent Architecture

The article dissects the concept of an Agent Harness— the full software infrastructure that surrounds large language models—explaining its layers, twelve essential components, step‑by‑step execution loop, framework implementations, and key design decisions that determine production‑grade AI agent performance.

AI agentsAgent HarnessLLM infrastructure
0 likes · 21 min read
What Is an Agent Harness? A Deep Dive into AI Agent Architecture
DataFunTalk
DataFunTalk
Jun 23, 2026 · Artificial Intelligence

Can a Fable‑Level AI Model That Evades Export Controls Beat Claude Mythos?

Amid the sudden shutdown of Anthropic's Claude Fable 5, Sakana AI unveils Fugu—an orchestration‑based, Fable‑level model that sidesteps export restrictions, matches or exceeds Fable 5 and Mythos on engineering, scientific, and reasoning benchmarks, and demonstrates a new trend toward model scheduling over sheer scale.

AI orchestrationBenchmarkingLarge Language Models
0 likes · 8 min read
Can a Fable‑Level AI Model That Evades Export Controls Beat Claude Mythos?
DeepHub IMBA
DeepHub IMBA
Jun 23, 2026 · Artificial Intelligence

Parallel Training of 100B‑Parameter Models: Intra‑Node Tensor Parallelism and Inter‑Node Data Parallelism

Training 100‑billion‑parameter Transformers is limited by GPU memory rather than compute, requiring a mix of tensor parallelism within nodes and data parallelism across nodes, along with pipeline parallelism, gradient accumulation, and careful framework choices to balance memory, bandwidth, and compute overheads.

GPU memoryLarge Language Modelsdata parallelism
0 likes · 14 min read
Parallel Training of 100B‑Parameter Models: Intra‑Node Tensor Parallelism and Inter‑Node Data Parallelism
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2026 · Artificial Intelligence

Building Multi‑Agent Collaboration Systems: AutoGen, CrewAI, and a Custom Orchestration Framework

This article walks through the design, pitfalls, and best‑practice solutions for multi‑agent LLM systems, comparing AutoGen, CrewAI, and a self‑built orchestration stack, and provides concrete architecture diagrams, code samples, evaluation metrics, and a checklist for production deployment.

AutoGenCost ControlCrewAI
0 likes · 29 min read
Building Multi‑Agent Collaboration Systems: AutoGen, CrewAI, and a Custom Orchestration Framework
Smart Workplace Lab
Smart Workplace Lab
Jun 23, 2026 · Artificial Intelligence

Three‑Step Guide to Aligning AI Protocols Across Companies

The article explains why AI outputs often fail when different enterprises exchange data—such as mismatched ISO 8601 date formats—and presents a three‑step dynamic conversion and terminology‑mapping workflow that cuts average rework from 3.5 passes to one, reduces format‑conflict handling time by 90%, shortens integration cycles from two weeks to two days, and lowers field‑error rates by 85%.

AI integrationISO 8601cross-company collaboration
0 likes · 6 min read
Three‑Step Guide to Aligning AI Protocols Across Companies
Ops Community
Ops Community
Jun 23, 2026 · Artificial Intelligence

Advanced LlamaIndex Indexing, Routing, and Multimodal RAG: A Practical Guide

This article walks through a real‑world contract‑review RAG project, diagnosing low recall, redesigning the system with multiple indexes, a RouterQueryEngine, re‑ranking, knowledge‑graph integration, multimodal support, incremental updates, and a rigorous evaluation framework that boosted recall from 60 % to 92 %.

EvaluationIndexingKnowledge Graph
0 likes · 22 min read
Advanced LlamaIndex Indexing, Routing, and Multimodal RAG: A Practical Guide
Raymond Ops
Raymond Ops
Jun 23, 2026 · Information Security

Linux Intrusion Detection and Incident Response: A Practical Guide to Security Event Investigation

This guide walks through building a layered intrusion detection system on Linux, comparing HIDS tools such as AIDE, rkhunter, and auditd, detailing installation, configuration, baseline management, automated response scripts, forensic data collection, monitoring, and best‑practice hardening for effective security event investigation and remediation.

AIDEIntrusion DetectionLinux
0 likes · 48 min read
Linux Intrusion Detection and Incident Response: A Practical Guide to Security Event Investigation
ITPUB
ITPUB
Jun 23, 2026 · Backend Development

Why AI Coding Feels Much Slower in Java and How Five Harness Techniques Fix It

The article explains why AI‑assisted coding loops that run instantly on lightweight projects stall in Java microservices, and presents five concrete harness engineering principles—dependency inversion, zero‑intrusion profile isolation, CLI tool integration, CLAUDE.md documentation, and verification scripts—to create a fully local, AI‑friendly development environment.

AI codingCLIDependency Injection
0 likes · 23 min read
Why AI Coding Feels Much Slower in Java and How Five Harness Techniques Fix It
Alibaba Cloud Native
Alibaba Cloud Native
Jun 23, 2026 · Cloud Computing

Can Logs Be Modified? SLS LogStore Adds Native Update and Delete Support

The SLS LogStore team explains why they introduced native update and delete capabilities to the traditionally append‑only log service, detailing the design trade‑offs, the enableModify flag, row‑level addressing, API usage, practical scenarios such as billing corrections, risk label refreshes, LLM feedback, and operational edits, and the limits of the new feature.

Cloud LoggingLogStoreSLS
0 likes · 14 min read
Can Logs Be Modified? SLS LogStore Adds Native Update and Delete Support
Baidu App Technology
Baidu App Technology
Jun 23, 2026 · Mobile Development

How AI Coding Powered the End‑to‑End Development of NMLeak, an Android Native Memory Leak Detector

This article recounts the three‑week, single‑developer journey of building NMLeak—a 5,881‑line Android native memory‑leak detection library—by manually splitting the architecture, applying AI‑assisted module coding and spec‑driven design, and highlights which practices succeeded and where human oversight remains essential.

AI codingAndroidCounting Bloom Filter
0 likes · 16 min read
How AI Coding Powered the End‑to‑End Development of NMLeak, an Android Native Memory Leak Detector
DataFunSummit
DataFunSummit
Jun 23, 2026 · Artificial Intelligence

How to Engineer Trustworthy AI Agents: Execution Control, Safety Boundaries, and Multi‑Agent Collaboration

In a 90‑minute live technical dialogue, experts from OPPO and Tencent Cloud dissect ten core challenges of moving AI agents from demo to production—covering sandbox vs. permission boundaries, checkpoint design, rollback strategies, tool‑call safety, human‑in‑the‑loop control, multi‑agent coordination, and observability—offering concrete engineering guidelines for building reliable, auditable agents.

AI Agent EngineeringCheckpoint DesignExecution Control
0 likes · 18 min read
How to Engineer Trustworthy AI Agents: Execution Control, Safety Boundaries, and Multi‑Agent Collaboration
DataFunSummit
DataFunSummit
Jun 23, 2026 · Artificial Intelligence

AI Agents in Practice: From Code Generation to Self‑Healing Ops – Driving Enterprise‑Level Efficiency

A 90‑minute technical livestream brought together experts from Ping An Life, China Mobile Jiutian and Sangfor to dissect why enterprise AI agents face engineering, organizational and risk challenges—not model limits—and to outline concrete paths for code‑generation, legacy‑system understanding, operational self‑healing, rule‑model division, and measurable organization‑wide productivity gains.

AI AgentEnterprise AIcode generation
0 likes · 18 min read
AI Agents in Practice: From Code Generation to Self‑Healing Ops – Driving Enterprise‑Level Efficiency
DataFunSummit
DataFunSummit
Jun 23, 2026 · Artificial Intelligence

Financial Large Language Models: Architecture Shifts, Engineering Lessons, and Cutting‑Edge Agent Strategies

The article analyzes how strict compliance, data‑security, and rigorous business requirements reshape financial large‑model deployments, detailing a PageIndex‑based retrieval architecture, engineering pitfalls such as rule explosion and prompt bloat, model‑selection trade‑offs, and forward‑looking agent‑centric designs.

Large Language ModelsPrompt engineeringagentic AI
0 likes · 11 min read
Financial Large Language Models: Architecture Shifts, Engineering Lessons, and Cutting‑Edge Agent Strategies