All Articles

143648 articles · Page 444 of 7183
IT Services Circle
IT Services Circle
Apr 24, 2026 · Artificial Intelligence

What’s the Real Difference Between LLMs and Agents? What Does an Agent Add?

The article explains that the fundamental gap between LLMs and Agents is state: LLMs perform single, stateless inferences, while Agents maintain execution history, intermediate results, and goal tracking to enable multi‑step, dynamic decision‑making, but this brings uncertainty, higher token costs, and debugging challenges.

AgentArtificial IntelligenceLLM
0 likes · 14 min read
What’s the Real Difference Between LLMs and Agents? What Does an Agent Add?
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Apr 24, 2026 · Artificial Intelligence

AI‑Powered Smart Shrimp Farming: 30‑Day Conversational Practice

This article details a 30‑day AI‑driven shrimp‑farming project built on Alibaba Cloud's Bailei platform, describing data sources, system architecture, model development, daily performance metrics, cost savings, and validation results that demonstrate how AI can replace expert judgment in aquaculture.

AIDockerOpenClaw
0 likes · 16 min read
AI‑Powered Smart Shrimp Farming: 30‑Day Conversational Practice
Java Tech Workshop
Java Tech Workshop
Apr 24, 2026 · Backend Development

SpringBoot Sensitive Data Desensitization via Jackson Serialization (Zero‑Intrusion, High‑Performance)

This article explains how to protect user privacy in SpringBoot applications by masking sensitive fields such as phone numbers, ID cards, emails, bank cards, names, and addresses during JSON serialization using a custom Jackson serializer and annotation, offering a zero‑intrusion, high‑performance solution compared to other approaches.

AnnotationJacksonSpringBoot
0 likes · 16 min read
SpringBoot Sensitive Data Desensitization via Jackson Serialization (Zero‑Intrusion, High‑Performance)
AI Software Product Manager
AI Software Product Manager
Apr 24, 2026 · User Experience Design

Claude Design: Anthropic’s AI‑Driven Visual Design Platform That’s Thrilling Designers and PMs

Claude Design is a web‑only AI visual collaboration platform powered by Claude Opus 4.7 that lets designers, product managers, and developers generate prototypes, pitch decks, marketing assets, and full design systems from natural‑language prompts, uploaded sketches, documents, or code repositories, with real‑time team collaboration, fine‑grained editing, and multiple export formats, while requiring a Pro‑level subscription.

AI design toolClaude DesignProduct Design
0 likes · 15 min read
Claude Design: Anthropic’s AI‑Driven Visual Design Platform That’s Thrilling Designers and PMs
Architects' Tech Alliance
Architects' Tech Alliance
Apr 24, 2026 · Industry Insights

Full-Stack Software‑Hardware Co‑Design Redefines China's AI Compute Landscape

The 2026 HaiGuang AI Software Ecosystem Summit in Zhengzhou revealed a decisive industry shift from peak‑performance chip bragging to system‑level effective compute, emphasizing full‑stack software‑hardware collaboration, heterogeneous scheduling, and open architecture as the key to unlocking trillion‑parameter AI models.

AI computeChina AI ecosystemMLPerf
0 likes · 5 min read
Full-Stack Software‑Hardware Co‑Design Redefines China's AI Compute Landscape
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2026 · Information Security

A Misplaced iptables Rule Nearly Took Down Our Production – Full Incident Postmortem and Best‑Practice Guide

The article recounts a real‑world iptables misconfiguration that cut off SSH access and caused a 47‑minute outage, then walks through the root‑cause analysis, step‑by‑step remediation, common pitfalls, rule‑ordering nuances, monitoring, automation, and migration to nftables, offering a comprehensive firewall best‑practice handbook.

LinuxNetwork Securityfirewall
0 likes · 75 min read
A Misplaced iptables Rule Nearly Took Down Our Production – Full Incident Postmortem and Best‑Practice Guide
Data Party THU
Data Party THU
Apr 24, 2026 · Artificial Intelligence

OpenAI Unveils GPT‑Rosalind: A New AI Model for Accelerating Life‑Science Research

OpenAI introduced GPT‑Rosalind, a purpose‑built reasoning model for biology, drug discovery and translational medicine that streamlines evidence synthesis, hypothesis generation and experiment planning, and demonstrates leading performance on benchmarks such as BixBench and LABBench2 while offering free plugins that connect to over fifty scientific tools and data sources.

BenchmarkingBixBenchGPT-Rosalind
0 likes · 8 min read
OpenAI Unveils GPT‑Rosalind: A New AI Model for Accelerating Life‑Science Research
Design Hub
Design Hub
Apr 24, 2026 · Artificial Intelligence

When DeepSeek V4 Meets GPT‑5.5: How Workflows Are Splitting Apart

Two heavyweight LLMs launched on the same day—DeepSeek V4 emphasizing open, ultra‑long‑context, deployable foundations, and GPT‑5.5 pushing agentic, tool‑using execution—highlight a clear industry fork between owning work context and delegating task execution.

DeepSeekGPT-5.5agentic AI
0 likes · 13 min read
When DeepSeek V4 Meets GPT‑5.5: How Workflows Are Splitting Apart
Design Hub
Design Hub
Apr 24, 2026 · Industry Insights

Anthropic Postmortem: Claude Code Decline Due to Product‑Layer Changes

Anthropic’s detailed postmortem explains that recent user‑perceived declines in Claude Code’s reasoning depth, context retention, and response length stemmed from three product‑layer adjustments—a lowered default reasoning effort, a caching bug that repeatedly cleared thinking, and an overly restrictive system prompt—rather than any degradation of the underlying model itself.

AI product engineeringAnthropicClaude Code
0 likes · 15 min read
Anthropic Postmortem: Claude Code Decline Due to Product‑Layer Changes
Java Architect Handbook
Java Architect Handbook
Apr 24, 2026 · Interview Experience

Why Use Coroutines When Threads Already Exist? Java Interview Deep Dive

An interview‑focused analysis explains how processes allocate resources, threads handle CPU scheduling, and coroutines act as lightweight user‑mode threads, comparing their creation costs, switching overhead, and memory usage, and highlights Java 19/21 virtual threads as the Java implementation of coroutines.

ConcurrencyVirtual Threadscoroutine
0 likes · 13 min read
Why Use Coroutines When Threads Already Exist? Java Interview Deep Dive
Golang Shines
Golang Shines
Apr 24, 2026 · Artificial Intelligence

Can One Developer Do the Work of Five? Exploring GitHub Copilot CLI’s /fleet Parallel Agent Feature

GitHub Copilot CLI’s /fleet command turns the AI assistant into an orchestrator that splits a large task into parallel subtasks, runs multiple agents with separate context windows, and aggregates the results, letting a single developer modify several files, run tests, and update documentation simultaneously.

AI orchestrationCLIGitHub Copilot
0 likes · 6 min read
Can One Developer Do the Work of Five? Exploring GitHub Copilot CLI’s /fleet Parallel Agent Feature
AI Large Model Application Practice
AI Large Model Application Practice
Apr 24, 2026 · Artificial Intelligence

DeepSeek V4 Preview: Key Technical Highlights, Benchmarks, and Pricing

The DeepSeek‑V4 preview details two model variants—Pro and Flash—with trillion‑scale parameters, outlines benchmark scores that surpass or match leading overseas models across code generation, real‑world fixes, engineering tasks, and world knowledge, and explains core innovations, pricing, API endpoints, and open‑source licensing.

DeepSeekHybrid AttentionLLM
0 likes · 7 min read
DeepSeek V4 Preview: Key Technical Highlights, Benchmarks, and Pricing
Cloud Native Technology Community
Cloud Native Technology Community
Apr 24, 2026 · Cloud Native

Kubernetes v1.36 “Haru”: Why Some Changes Aren’t Worth the Wait

Kubernetes v1.36 focuses on clearing technical debt rather than adding flashy features, retiring ingress‑nginx, tightening kubelet API auth, optimizing SELinux mounts, externalizing ServiceAccount token signing, expanding DRA for GPU scheduling, graduating MutatingAdmissionPolicy, and removing long‑standing legacy components, all accompanied by a concrete upgrade checklist.

DRAKubernetesMutatingAdmissionPolicy
0 likes · 15 min read
Kubernetes v1.36 “Haru”: Why Some Changes Aren’t Worth the Wait