All Articles

143084 articles · Page 258 of 7155
Java Architect Essentials
Java Architect Essentials
May 27, 2026 · Artificial Intelligence

How a Top OpenAI Engineer Extracts Maximum Value from Codex

Jason Liu, the creator of the 13k‑star Instructor library and new Codex team member, reveals how to turn Codex into a persistent, autonomous agent using long‑living threads, Heartbeats + @computer, Goal mode, local memory storage, and validation loops for continuous work.

AI automationGoal modeHeartbeats
0 likes · 9 min read
How a Top OpenAI Engineer Extracts Maximum Value from Codex
Liangxu Linux
Liangxu Linux
May 27, 2026 · Backend Development

Top Open‑Source Projects to Boost Your C/C++ Network Programming Skills

The article recommends a progression of open‑source projects—starting with libevent, then muduo, Redis, and finally nginx—to help developers master C/C++ network programming through hands‑on exploration, performance tuning, and debugging techniques.

C++Network ProgrammingOpen Source
0 likes · 5 min read
Top Open‑Source Projects to Boost Your C/C++ Network Programming Skills
LuTiao Programming
LuTiao Programming
May 27, 2026 · Backend Development

After Two Days Refactoring a Spring Boot Project with Codex, I Rethink Java Development

Using Codex to take over a real Spring Boot codebase—modifying packages, fixing beans, refactoring modules, adding idempotency, and even auto‑repairing compile errors—revealed that AI can now understand project context and act as an engineering agent, fundamentally shifting Java development practices.

AI Code GenerationAgent LoopCodeX
0 likes · 6 min read
After Two Days Refactoring a Spring Boot Project with Codex, I Rethink Java Development
Sohu Tech Products
Sohu Tech Products
May 27, 2026 · Artificial Intelligence

6 Practical Tips for Using Codex Effectively in Research Projects

The article outlines a six‑step workflow for leveraging Codex in research tasks—starting with reading the codebase, defining clear long‑term rules, planning complex changes, verifying assumptions, resetting the session after each task, and demanding explicit validation output—to make AI‑assisted development reliable and reproducible.

AGENTS.mdAI Code GenerationCodeX
0 likes · 6 min read
6 Practical Tips for Using Codex Effectively in Research Projects
Sohu Tech Products
Sohu Tech Products
May 27, 2026 · Backend Development

IDEA + JavaAI: A Hands‑On Review of Building a Mini‑Redis Spring Boot Starter

After struggling with AI‑generated code that failed on global edge cases, the author evaluates the FeiSuan JavaAI IDEA plugin, walking through its five‑agent workflow—from requirement planning to source generation—and demonstrates how it successfully creates a production‑ready mini‑redis Spring Boot starter with thorough testing.

AI Code GenerationAgentIDEA
0 likes · 16 min read
IDEA + JavaAI: A Hands‑On Review of Building a Mini‑Redis Spring Boot Starter
Sohu Tech Products
Sohu Tech Products
May 27, 2026 · Mobile Development

Avoid AI Pitfalls: A VibeCoding Checklist for Mobile Developers

This guide warns mobile developers that while VibeCoding can quickly generate SwiftUI, Compose, or Flutter code, they must still address security boundaries, cost implications, compliance rules, performance constraints, data‑schema design, testing, and incident‑response practices before releasing an app to real users.

AIComplianceCost
0 likes · 14 min read
Avoid AI Pitfalls: A VibeCoding Checklist for Mobile Developers
Model Perspective
Model Perspective
May 27, 2026 · Product Management

Decoding “All Good” Signals: Principal‑Agent Theory & Bayesian Inference

The article explains how everyday workplace interactions can be modeled with principal‑agent theory and Bayesian updating, showing how to infer a manager’s hidden intentions from explicit and implicit signals, illustrated by a product‑manager case study and practical guidelines for building priors, handling noise, and avoiding bias.

Bayesian Inferencedecision makingmanager intent
0 likes · 10 min read
Decoding “All Good” Signals: Principal‑Agent Theory & Bayesian Inference
dbaplus Community
dbaplus Community
May 27, 2026 · Industry Insights

16 Chinese Database Vendors, 23 Products: Insights from the Fourth National Test

The fourth national database test shows a surge in II‑level certifications, a clear shift toward scenario‑specific and enterprise‑self‑use products, and highlights the need for continuous iteration and careful vendor selection as the Chinese database market moves into a deep‑technology competitive era.

Chinese databasesEnterprise self-use databasesII-level certification
0 likes · 14 min read
16 Chinese Database Vendors, 23 Products: Insights from the Fourth National Test
Code of Duty
Code of Duty
May 27, 2026 · Artificial Intelligence

Configuring Codex Coding Rules with AGENTS.md: A Practical Guide

The article explains why Codex needs explicit project rules, distinguishes between collaboration rules in AGENTS.md and command‑permission rules in .codex/rules, and provides concrete examples, templates, and a checklist for writing effective, specific rules that keep Codex aligned with team conventions.

AGENTS.mdAI programmingCodeX
0 likes · 11 min read
Configuring Codex Coding Rules with AGENTS.md: A Practical Guide
Tech Stroll Journey
Tech Stroll Journey
May 27, 2026 · Operations

How to Evaluate Linux Network Performance: Stop Guessing and Use Data

This article explains a reproducible Linux network performance assessment covering latency, throughput, bandwidth, and packet loss, introduces built‑in and benchmark tools such as ping, ss, nstat, ethtool, iperf3, netperf and wrk, and provides a step‑by‑step workflow to generate a complete evaluation report.

Linuxethtooliperf3
0 likes · 9 min read
How to Evaluate Linux Network Performance: Stop Guessing and Use Data
SuanNi
SuanNi
May 27, 2026 · Artificial Intelligence

Can Agent Skills Be Trained Like Neural Networks? SkillOpt Demonstrates Success

SkillOpt treats an agent’s Skill document as a trainable external state, applying classic deep‑learning tools such as epochs, batch size, learning rate and validation gating, and in experiments across 52 benchmark units it lifts GPT‑5.5 performance by an average of 23.5 points while enabling cross‑model and cross‑environment transfer with no additional inference cost.

Agent SkillDeep Learning OptimizationLLM
0 likes · 11 min read
Can Agent Skills Be Trained Like Neural Networks? SkillOpt Demonstrates Success
SuanNi
SuanNi
May 27, 2026 · Artificial Intelligence

Inside Grok-5 and MiniMax-M3: Massive Model Upscale and New Sparse Attention Gains

The article reveals that xAI’s upcoming Grok-5 (Grok V9-Medium) will feature a 1.5-trillion-parameter model trained with extensive Cursor programming data, while MiniMax-M3 introduces a new sparse-attention architecture that boosts pre-fill speed by 9.7× and decode speed by 15.6×, highlighting a strategic partnership between SpaceX, Cursor, and xAI.

AI modelsCursorGrok-5
0 likes · 5 min read
Inside Grok-5 and MiniMax-M3: Massive Model Upscale and New Sparse Attention Gains
Code Mala Tang
Code Mala Tang
May 27, 2026 · Artificial Intelligence

8 Patterns to Make Claude Code Work in Enterprise-Scale Monorepos

The article outlines eight practical patterns—Context Cascade, Repo Map, Noise Filter, Symbol Lookup, Just-in-Time Skill, Scoped Skill, Scout Subagent, and Search-as-a-Tool—that enable Claude Code to efficiently navigate and operate within large, multi-team monorepos by providing structured entry points, filtering noise, leveraging language servers, and integrating existing knowledge systems.

AI assistantClaude CodeMonorepo
0 likes · 11 min read
8 Patterns to Make Claude Code Work in Enterprise-Scale Monorepos
Code Mala Tang
Code Mala Tang
May 27, 2026 · Industry Insights

12 Bold Assertions on How AI Is Redefining Software

Thorsten Ball outlines twelve decisive observations about the AI era, arguing that abundant code, the rise of autonomous agents, shifting bottlenecks, and new value drivers will fundamentally rewrite software development, organization, and engineer roles.

AIAgentsSoftware Development
0 likes · 10 min read
12 Bold Assertions on How AI Is Redefining Software
CodeNotes
CodeNotes
May 27, 2026 · Frontend Development

Understanding Reflow and Repaint: The Core Logic Behind Front‑End Performance Optimization

Reflow recalculates layout when geometric properties change, while repaint only redraws visual styles; the article explains their triggers, compares performance impact, and provides practical techniques—such as using DocumentFragment, batching reads before writes, and leveraging transform/opacity—to minimize costly reflows and achieve optimal front‑end rendering.

DOMPerformancebrowser rendering
0 likes · 6 min read
Understanding Reflow and Repaint: The Core Logic Behind Front‑End Performance Optimization
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 27, 2026 · Artificial Intelligence

How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams

The article analyses Claude Code's Subagents, Agent View, and Agent Teams, explaining when to use each, how to partition engineering work, enforce permission and budget limits, and gather verifiable evidence so that multiple AI agents can collaborate safely and efficiently in real projects.

AI codingAgent TeamsAgent View
0 likes · 23 min read
How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams
Architect
Architect
May 27, 2026 · Artificial Intelligence

How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams

The article analyses Claude Code's new parallel‑working features—Subagents, Agent View, and Agent Teams—explaining when each should be used, how to break engineering work into clear boundaries, manage permissions and budgets, gather verifiable evidence, and avoid hidden coordination costs in real projects.

AI codingAgent TeamsClaude Code
0 likes · 23 min read
How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams