All Articles

143661 articles · Page 450 of 7184
Tech Architecture Stories
Tech Architecture Stories
Apr 23, 2026 · R&D Management

How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea

The article details a five‑layer architecture for a sustainable local knowledge vault—Inbox, Raw Sources, Extracted Text, Distilled, and Archive—explaining each layer’s purpose, the import workflow from tools like Evernote, and the supporting Python scripts that automate ingestion, extraction, and governance.

AI automationKnowledge ManagementLLM Wiki
0 likes · 14 min read
How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 23, 2026 · Artificial Intelligence

ControlAudio: Script‑Driven, Time‑Precise Text‑to‑Audio Generation Presented at ACL 2026

ControlAudio, a progressive diffusion framework introduced by Tsinghua researchers, unifies text, timing, and phoneme modeling to enable precise control over when sounds occur and what is spoken, achieving superior alignment and intelligibility while preserving high‑fidelity audio generation.

ACL 2026ControlAudioText-to-Audio
0 likes · 11 min read
ControlAudio: Script‑Driven, Time‑Precise Text‑to‑Audio Generation Presented at ACL 2026
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 23, 2026 · Artificial Intelligence

DeepSeek Quietly Open‑Sources TileKernels to Push GPU Performance to Its Limits

DeepSeek has released TileKernels, a GPU kernel library written in the TileLang DSL, that targets H100/H200/B200 GPUs and claims to approach hardware limits in compute intensity and memory bandwidth, offering MoE routing, FP8/FP4 quantization, and dual‑language PyTorch references for deep‑learning engineers.

FP8 quantizationGPU OptimizationLLM training
0 likes · 9 min read
DeepSeek Quietly Open‑Sources TileKernels to Push GPU Performance to Its Limits
Architect
Architect
Apr 23, 2026 · Artificial Intelligence

What Exactly Belongs in a .claude/ Folder? A Beginner’s Guide

This article explains the purpose and layered structure of the .claude/ directory in Claude Code projects, detailing what files belong in CLAUDE.md, settings.json, hooks, commands, skills, and agents, and how to organize project‑level versus user‑level configurations for reliable, maintainable AI‑assisted development.

AI agentsClaude CodeCommands
0 likes · 32 min read
What Exactly Belongs in a .claude/ Folder? A Beginner’s Guide
FunTester
FunTester
Apr 23, 2026 · Artificial Intelligence

When AI Boosts Efficiency, Who Takes Responsibility?

The article explains how many organizations start AI projects with safe pilot scenarios and see productivity gains, but then stall because accountability mechanisms lag behind, and it proposes a detailed framework for assigning decision ownership, matching governance intensity to impact, measuring performance, and establishing continuous improvement loops.

AI GovernanceAccountabilityOperational framework
0 likes · 9 min read
When AI Boosts Efficiency, Who Takes Responsibility?
MeowKitty Programming
MeowKitty Programming
Apr 23, 2026 · Backend Development

Why Java Developers Should Re‑Emphasize API Design in the AI Era

Java developers using AI to generate code find speed gains, but vague API boundaries cause AI to misinterpret intent; clear, well‑named, constrained interfaces are essential for reliable AI assistance, making API design a core factor in future development productivity.

AI code generationAPI designBackend Development
0 likes · 6 min read
Why Java Developers Should Re‑Emphasize API Design in the AI Era
Cloud Architecture
Cloud Architecture
Apr 23, 2026 · Backend Development

Gracefully Stopping Java Threads: Kernel Mechanics to Cloud‑Native Guide

This article explains why Java threads cannot be force‑killed, how Thread.interrupt works, and provides a step‑by‑step framework—including cooperative cancellation, two‑phase termination, thread‑pool shutdown, Kafka consumer handling, Spring Boot lifecycle integration, and Kubernetes termination orchestration—to achieve safe, observable shutdown of production‑grade Java services.

ConcurrencyKafkaKubernetes
0 likes · 31 min read
Gracefully Stopping Java Threads: Kernel Mechanics to Cloud‑Native Guide
Cloud Architecture
Cloud Architecture
Apr 23, 2026 · Backend Development

Three Practical Spring Boot Solutions for Auto‑Cancelling Orders After 30 Minutes

This article analyzes the challenges of automatically cancelling unpaid orders after 30 minutes in high‑traffic e‑commerce systems and compares three production‑grade approaches—simple scheduled polling, RabbitMQ delayed queues, and a time‑bucket plus MQ strategy—detailing their architectures, code, trade‑offs, and best‑practice recommendations.

RabbitMQdatabasedistributed scheduling
0 likes · 41 min read
Three Practical Spring Boot Solutions for Auto‑Cancelling Orders After 30 Minutes
Ray's Galactic Tech
Ray's Galactic Tech
Apr 23, 2026 · Artificial Intelligence

From Black‑Box to Explainable: Cloud‑Native AI Demand Engineering for Life‑Insurance

This guide explains why life‑insurance AI must move beyond black‑box recommendations, outlines eight production‑grade requirements, and presents a cloud‑native architecture that combines GraphRAG, rule engines, AI orchestration, observability, security, and Kubernetes to deliver explainable, auditable underwriting decisions.

Artificial IntelligenceBackend DevelopmentCloud Native
0 likes · 37 min read
From Black‑Box to Explainable: Cloud‑Native AI Demand Engineering for Life‑Insurance
Ray's Galactic Tech
Ray's Galactic Tech
Apr 23, 2026 · Backend Development

Stop Treating LLMs as 'All‑Purpose Tools': Practical Spring AI Multi‑Agent Architecture for Production

This article analyses why a single‑agent LLM approach quickly hits scalability, context, and governance limits, and presents a production‑ready Spring AI Multi‑Agent design—including layered architecture, agent metadata, skill engineering, routing strategies, orchestration, resilience, A2A service discovery, Kubernetes deployment, observability, security, and cost‑control—backed by concrete Java code examples.

A2AKubernetesNacos
0 likes · 38 min read
Stop Treating LLMs as 'All‑Purpose Tools': Practical Spring AI Multi‑Agent Architecture for Production
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 23, 2026 · Product Management

The Core Logic Behind AI Product Management: When and How to Use Multiple Agents

The article explains why many AI product managers struggle with multi‑agent concepts, outlines the three structural bottlenecks a single agent faces, shows how task decomposition and specialized agents improve quality, and provides concrete product‑design decisions—including orchestration, context passing, failure handling, and human‑in‑the‑loop—to determine when multi‑agent architectures are appropriate.

AI product managementOrchestrationProduct Design
0 likes · 16 min read
The Core Logic Behind AI Product Management: When and How to Use Multiple Agents
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 23, 2026 · Product Management

From Manufacturing to AI Product Management: My Journey and Lessons

The author recounts a six‑month transition from traditional manufacturing to AI product management, outlining how AI reshapes workflows, the pitfalls of superficial efficiency, and four key transformations that turn a product manager into a workflow architect who defines tools, delegates prompts, and flips the prototype‑first development model.

AI product managementAI toolsPrompt engineering
0 likes · 10 min read
From Manufacturing to AI Product Management: My Journey and Lessons
AI Explorer
AI Explorer
Apr 23, 2026 · Artificial Intelligence

Why OpenAI’s Lightweight Multi‑Agent Python Framework Is Going Viral

The open‑source OpenAI Agents SDK provides a lightweight Python framework that enables multiple AI agents to collaborate like a team, offering features such as automatic handoff, sandboxed execution, safety guardrails, human‑in‑the‑loop control, full‑traceability, and support for over 100 LLM models, all with just a single pip install.

AI WorkflowLLMOpenAI Agents
0 likes · 5 min read
Why OpenAI’s Lightweight Multi‑Agent Python Framework Is Going Viral
AI Explorer
AI Explorer
Apr 23, 2026 · Industry Insights

OpenAI Unveils ChatGPT Workspace Agent Preview: AI as a Digital Employee

OpenAI’s new ChatGPT Workspace Agent preview transforms the chatbot from a passive assistant into an autonomous digital employee that can fetch data, run analyses, generate reports, and interact with enterprise systems, promising higher ROI for businesses while raising security, ethical, and employment concerns.

ChatGPTWorkspace Agentautomation
0 likes · 6 min read
OpenAI Unveils ChatGPT Workspace Agent Preview: AI as a Digital Employee
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 23, 2026 · Industry Insights

Should You Take a Tencent AI Internship? Key Factors to Consider

The article examines whether a Tencent AI internship is worth pursuing by analyzing the program’s growth stage, unique user ecosystem, mentorship structure, compensation model, and early‑year advantages, illustrated with real intern case studies, to help students decide what they aim to gain from the experience.

AI internshipAI researchTencent
0 likes · 14 min read
Should You Take a Tencent AI Internship? Key Factors to Consider
DeepHub IMBA
DeepHub IMBA
Apr 23, 2026 · Artificial Intelligence

Architectural Fixes for LLM Hallucinations: Inference Parameters, RAG, Constrained Decoding, and Post‑Generation Validation

The article breaks down LLM hallucination mitigation into five layers—runtime inference parameters, retrieval‑augmented generation and prompting tricks, constrained decoding with confidence calibration, post‑generation verification checks, and domain‑specific fine‑tuning plus continuous evaluation—showing how each layer reduces false, confident outputs.

LLMRAGconstrained decoding
0 likes · 11 min read
Architectural Fixes for LLM Hallucinations: Inference Parameters, RAG, Constrained Decoding, and Post‑Generation Validation
Smart Workplace Lab
Smart Workplace Lab
Apr 23, 2026 · Artificial Intelligence

Think Standard Scripts Solve It? Uncover the Real Issue with High‑EQ AI Prompt Tuning

The article explains why using formal, standard language makes AI‑generated workplace messages sound robotic and presents a three‑step protocol—high‑quality phrase extraction, persona‑mapping prompts, and forbidden‑word rules—to feed the model with emotionally intelligent corpora for more natural communication.

AI Prompt EngineeringLanguage ModelPrompt design
0 likes · 5 min read
Think Standard Scripts Solve It? Uncover the Real Issue with High‑EQ AI Prompt Tuning