All Articles

143182 articles · Page 301 of 7160
Tech Minimalism
Tech Minimalism
May 20, 2026 · Artificial Intelligence

How Karpathy’s Markdown Wiki Redefines LLM Knowledge Management

The article examines the LLM Wiki concept introduced by Karpathy, explaining how a Markdown‑based wiki maintained outside the LLM context can persist and evolve model understanding, compares it with RAG, note‑taking tools and traditional knowledge bases, and outlines architectural components, risks, and practical guidelines.

AILLMMarkdown
0 likes · 14 min read
How Karpathy’s Markdown Wiki Redefines LLM Knowledge Management
Amazon Cloud Developers
Amazon Cloud Developers
May 20, 2026 · Artificial Intelligence

AgentCore Memory’s Philosophy: Teaching Agents to Forget and Remember What Matters

This article explains Amazon Bedrock AgentCore Memory’s two‑layer design that separates raw interactions from extracted insights, details built‑in, override and self‑managed strategies, shows Python configuration and three demo scenarios that illustrate cross‑session continuity, semantic deduplication, and episodic reflection, and discusses namespace organization, retrieval settings, and failure handling.

AI agentsAgentCoreAmazon Bedrock
0 likes · 12 min read
AgentCore Memory’s Philosophy: Teaching Agents to Forget and Remember What Matters
Huolala Tech
Huolala Tech
May 20, 2026 · Artificial Intelligence

How Multimodal Agents Double Private‑Domain Conversion Rates

The article details how a three‑layer multimodal AI agent framework—covering AI quality inspection, multimodal content generation, and QA interaction—transforms private‑domain marketing by automating content creation, boosting conversion efficiency, and achieving measurable cost and performance gains.

AI agentsContent Generationautomation
0 likes · 17 min read
How Multimodal Agents Double Private‑Domain Conversion Rates
AI Agent Super App
AI Agent Super App
May 20, 2026 · Operations

Enterprise‑Grade Nginx Configuration: From Binary Install to High‑Concurrency Production Deployment

This guide walks through installing Nginx via package manager or source compilation, explains core roles, provides a production‑ready configuration template, and details reverse proxy, load‑balancing strategies, health checks, high‑concurrency tuning, and HTTPS setup with self‑signed and Let’s Encrypt certificates.

High ConcurrencyLinuxnginx
0 likes · 13 min read
Enterprise‑Grade Nginx Configuration: From Binary Install to High‑Concurrency Production Deployment
SuanNi
SuanNi
May 20, 2026 · Artificial Intelligence

AI‑Powered Research Workflow: When to Trust the Tools and When to Supervise

The article surveys AI‑assisted research across the full lifecycle—creation, writing, validation, and dissemination—detailing the capabilities of prompt engineering, retrieval‑augmented generation, training‑free agents and hybrid methods, reporting benchmark numbers, failure modes, and governance challenges that dictate when human oversight remains essential.

AI research automationPrompt engineeringagentic methods
0 likes · 17 min read
AI‑Powered Research Workflow: When to Trust the Tools and When to Supervise
ShiZhen AI
ShiZhen AI
May 20, 2026 · Artificial Intelligence

Google I/O 2026 Recap: Gemini 3.5 Flash, Omni Video, Spark Agent, Search Upgrade

Google I/O 2026 unveiled Gemini 3.5 Flash—a faster, cheaper flagship model now fully open—alongside the multimodal Gemini Omni video generator, the 24/7 personal AI agent Gemini Spark, the biggest search overhaul in 25 years, upgraded Antigravity 2.0, new TPU 8 chips and refreshed AI subscription plans.

AI agentsGeminiGoogle I/O
0 likes · 15 min read
Google I/O 2026 Recap: Gemini 3.5 Flash, Omni Video, Spark Agent, Search Upgrade
Java Backend Technology
Java Backend Technology
May 20, 2026 · Artificial Intelligence

Claude Code vs Codex: 10× Cost, 4× Speed – A Deep Comparative Review

The article provides a data‑driven comparison between Anthropic's Claude Code and OpenAI's Codex, covering benchmark scores (SWE‑bench, Terminal‑Bench), blind‑test code‑quality results, token consumption, real‑world cost scenarios, ecosystem integration (MCP), and community feedback to help teams choose the right AI coding agent for their workflow.

AI Coding AgentsClaude CodeCodeX
0 likes · 14 min read
Claude Code vs Codex: 10× Cost, 4× Speed – A Deep Comparative Review
Architect's Guide
Architect's Guide
May 20, 2026 · Databases

30 Essential SQL Query Optimization Techniques

This article presents thirty practical SQL optimization tips, covering index usage, avoiding full‑table scans caused by operators like !=, NULL checks, OR, LIKE, IN, functions, and expressions, as well as best practices for temporary tables, cursors, and transaction size to improve database performance.

Performance TuningQuery OptimizationSQL
0 likes · 10 min read
30 Essential SQL Query Optimization Techniques
Java Tech Workshop
Java Tech Workshop
May 20, 2026 · Backend Development

How Switch Expressions Evolved from Java 12 to Java 17

This article traces the evolution of Java's switch statement from a cumbersome statement to a modern expression, detailing the six shortcomings of the traditional switch, the introduction of arrow syntax and preview mode in Java 12, the yield keyword in Java 13, the standardization in Java 14, and the powerful pattern‑matching and null‑handling features added in Java 17, while providing concrete code examples and practical guidance.

JavaJava 17Pattern Matching
0 likes · 19 min read
How Switch Expressions Evolved from Java 12 to Java 17
Linux Tech Enthusiast
Linux Tech Enthusiast
May 20, 2026 · Operations

18 Essential Shell Scripts for Everyday Linux Operations

This article compiles 18 practical Bash scripts covering tasks such as verifying file consistency across servers, scheduled log cleaning, network traffic monitoring, numeric analysis in files, FTP operations, Nginx error handling, process monitoring, bulk user management, iptables protection, and IP validation, each accompanied by clear code examples.

0 likes · 19 min read
18 Essential Shell Scripts for Everyday Linux Operations
AI Large Model Application Practice
AI Large Model Application Practice
May 20, 2026 · Artificial Intelligence

Why AI Coding Falls Short of Its Promised Efficiency in Complex Enterprise Systems

Although AI coding agents like Claude Code and Codex promise dramatic productivity gains, the article explains that in large‑scale enterprise software the benefits are limited by unclear requirements, extensive context engineering, hidden token and rework costs, subtle bugs that pass superficial tests, and the need for strict risk‑tiered usage and human‑AI collaboration.

AI codingContext EngineeringROI
0 likes · 18 min read
Why AI Coding Falls Short of Its Promised Efficiency in Complex Enterprise Systems
Big Data Technology & Architecture
Big Data Technology & Architecture
May 20, 2026 · Databases

Deep Dive into Apache Doris’ Multimodal Capabilities: Architecture and Enterprise Deployments

Apache Doris 4.0 introduces native vector indexes, built‑in AI functions, and hybrid search, turning the OLAP engine into an AI‑centric analytics hub; the article details the technical design, performance optimizations, and real‑world deployments at ByteDance, Squirrel AI, NetEase and a security vendor, highlighting storage savings, query speedups and reduced operational complexity.

AI FunctionsApache DorisEnterprise Case Study
0 likes · 19 min read
Deep Dive into Apache Doris’ Multimodal Capabilities: Architecture and Enterprise Deployments
Geek Labs
Geek Labs
May 20, 2026 · Frontend Development

Two Open‑Source AI Tools to Auto‑Generate HTML Slides and Hand‑Drawn Technical Diagrams

This article introduces two open‑source projects—beautiful‑html‑templates, which lets an AI generate complete HTML slide decks from plain instructions, and ian‑handdrawn‑ppt, which converts articles or outlines into a series of Chinese hand‑drawn style technical illustration images—detailing their features, usage steps, target users, and limitations.

AIHTML slidesOpen-source
0 likes · 9 min read
Two Open‑Source AI Tools to Auto‑Generate HTML Slides and Hand‑Drawn Technical Diagrams