All Articles

143104 articles · Page 270 of 7156
Black & White Path
Black & White Path
May 26, 2026 · Information Security

How Attackers Rewrote 700+ Laravel Git Tags to Steal CI/CD Secrets

On the night of May 22 2026, an attacker with organization-level push credentials force-pushed every tag of four Laravel-Lang packages to a malicious fork, exploited Composer's files autoload to run a three-second payload, and exfiltrated cloud and CI/CD secrets, prompting a detailed forensic analysis and remediation guide.

CI/CD SecretsComposerGit Tag Hijacking
0 likes · 13 min read
How Attackers Rewrote 700+ Laravel Git Tags to Steal CI/CD Secrets
AI Engineer Programming
AI Engineer Programming
May 26, 2026 · Artificial Intelligence

What Exactly Makes a System AI‑Native?

The article defines AI‑native as a system whose existence depends on AI at every layer, contrasts it with AI‑enabled and AI‑first, explains the structural layers, role shifts, bottlenecks, and maturity stages, and offers concrete guidelines for building truly AI‑native engineering practices.

AI-nativeAgenticPrompt Engineering
0 likes · 10 min read
What Exactly Makes a System AI‑Native?
Code of Duty
Code of Duty
May 26, 2026 · Fundamentals

Git Reset Explained: When to Use --soft, --mixed, and --hard

This guide walks through Git's reset command, detailing the differences between --soft, --mixed, and --hard modes, when each is appropriate, and how they affect commits, the index, and the working tree for commits that haven't been pushed.

CommitGitgit reset
0 likes · 5 min read
Git Reset Explained: When to Use --soft, --mixed, and --hard
AI Step-by-Step
AI Step-by-Step
May 26, 2026 · Artificial Intelligence

How Prompt Caching Works in LLMs and How to Write More Efficient Prompts

The article explains that LLM prompt caching reuses internal KV states rather than full answers, compares provider implementations, quantifies cost and latency savings, and provides concrete guidelines for structuring prompts to maximize cache hits, along with monitoring signals and a practical evaluation checklist.

AI inferenceCost ReductionLLM
0 likes · 13 min read
How Prompt Caching Works in LLMs and How to Write More Efficient Prompts
TonyBai
TonyBai
May 26, 2026 · Artificial Intelligence

Why NVIDIA Chose Go for Its GPU Cloud Platform: Inside the AI Infrastructure Rewrite

NVIDIA quietly rewrote its AI cloud platform using Go, open‑sourcing NVCF, AICR, and AIStore, where Go accounts for over 80% of the code, enabling a three‑plane architecture, scale‑to‑zero via NATS JetStream, and a cloud‑native stack that balances performance, maintainability, and rapid iteration.

AI infrastructureGPUKubernetes
0 likes · 15 min read
Why NVIDIA Chose Go for Its GPU Cloud Platform: Inside the AI Infrastructure Rewrite
Architecture Breakthrough
Architecture Breakthrough
May 26, 2026 · Industry Insights

Capital Adequacy Ratio: The Lifeline Gauging Chinese Banks' Bad‑Debt Resilience

The article explains the definition, risk‑weighting methodology, and tiered structure of capital under the 2024 Commercial Bank Capital Management Measures, presents the regulatory minimums, and analyzes 2025 data for state‑owned and joint‑stock banks, highlighting strengths and emerging capital pressures.

Chinese commercial banksbank regulationcapital adequacy
0 likes · 10 min read
Capital Adequacy Ratio: The Lifeline Gauging Chinese Banks' Bad‑Debt Resilience
The Dominant Programmer
The Dominant Programmer
May 26, 2026 · Artificial Intelligence

Spring AI ChatMemory: Concepts, Practical Setup, and Common Issues

This guide explains how Spring AI abstracts LLM conversation memory using a three‑layer architecture, demonstrates configuring MessageWindowChatMemory with a sliding‑window strategy, shows two ways to register the memory advisor, and provides complete Maven, YAML, and Java code examples with test screenshots.

ChatMemoryConversation MemoryJava
0 likes · 9 min read
Spring AI ChatMemory: Concepts, Practical Setup, and Common Issues
AI Architecture Hub
AI Architecture Hub
May 26, 2026 · Artificial Intelligence

7 Steps to Build a Parallel Development Workflow with Claude Code Agent Teams

This guide shows how to replace the traditional serial code‑review‑test‑PR‑doc cycle with a team of Claude Code agents that run five tasks in parallel, covering agent levels, environment setup, model routing, security permissions, cost control, and a side‑by‑side performance comparison.

AI agentsClaude CodeSecurity
0 likes · 10 min read
7 Steps to Build a Parallel Development Workflow with Claude Code Agent Teams
AI Engineering
AI Engineering
May 25, 2026 · Artificial Intelligence

What Anthropic Co‑founder Chris Olah Said at the Vatican on AI Ethics

Chris Olah, co‑founder of Anthropic, addressed the Vatican after Pope Leo XIV’s AI encyclical, highlighting how frontier AI labs are driven by conflicting incentives, describing large language models as organically grown rather than engineered, and urging the Church to champion responsibility to the global poor, moral imagination for human flourishing, and rigorous scrutiny of model inner states.

AI EthicsAI governanceAnthropic
0 likes · 6 min read
What Anthropic Co‑founder Chris Olah Said at the Vatican on AI Ethics
Architects' Tech Alliance
Architects' Tech Alliance
May 25, 2026 · Industry Insights

Huawei’s τ (Tao) Scaling Theory: How Time‑Based Chip Design Breaks Performance Limits

Huawei’s new τ (Tao) scaling theory shifts chip optimisation from shrinking dimensions to compressing time, offering a post‑Moore roadmap that boosts mobile SoC density by 55%, AI data‑center latency by 500×, and promises continued performance growth without relying on advanced EUV lithography.

AI data centerHuaweiLogicFolding
0 likes · 8 min read
Huawei’s τ (Tao) Scaling Theory: How Time‑Based Chip Design Breaks Performance Limits
Big Data Tech Team
Big Data Tech Team
May 25, 2026 · Big Data

AI Large Models Meet Data Warehouses: 3 Core Use Cases, 5 Common Pitfalls, and Best Practices

The article analyzes how AI large models can transform data‑warehouse development through three practical scenarios—automated modeling, intelligent data cleaning, and ops optimization—while exposing five frequent implementation traps and offering concrete best‑practice recommendations to achieve cost reduction, efficiency gains, and quality improvement.

AI large modelsAutomated modelingBest Practices
0 likes · 10 min read
AI Large Models Meet Data Warehouses: 3 Core Use Cases, 5 Common Pitfalls, and Best Practices
Java Architect Essentials
Java Architect Essentials
May 25, 2026 · Backend Development

AOP Aspect Order Mistakes? Stop Misusing @Order – A Rule That Cuts Interview Errors to Zero

A real‑world incident where mis‑ordered Spring AOP aspects caused payment callbacks to report success while the transaction rolled back leads to a concise rule—smaller @Order values have higher priority—plus pitfalls, three common scenarios, and a four‑step debugging guide that eliminates interview mistakes.

@OrderAspectJJava
0 likes · 8 min read
AOP Aspect Order Mistakes? Stop Misusing @Order – A Rule That Cuts Interview Errors to Zero
LuTiao Programming
LuTiao Programming
May 25, 2026 · Artificial Intelligence

AI Automates a Spring Boot System, Leaving Colleagues Stunned

The article demonstrates how to turn ordinary Spring Boot methods into AI‑driven tools, enabling a language model to interpret a natural‑language request, orchestrate a multi‑step workflow (stock query, order creation, warehouse notification), and execute the entire business process without any hard‑coded if‑else logic.

Spring AITool Integrationai-agent
0 likes · 11 min read
AI Automates a Spring Boot System, Leaving Colleagues Stunned
ShiZhen AI
ShiZhen AI
May 25, 2026 · Operations

Why AgentBro Is the Must‑Have Desktop Hub for Claude Code, Codex and Other AI Agents

AgentBro adds a lightweight desktop island that aggregates permission requests, prompts, plan approvals, session details, and remote notifications from Claude Code, Codex, Gemini CLI and other AI agents, letting developers handle interruptions without switching windows, and supports multi‑agent workflows, SSH remote sessions, and customizable themes.

AI agentsAgentBroClaude Code
0 likes · 13 min read
Why AgentBro Is the Must‑Have Desktop Hub for Claude Code, Codex and Other AI Agents
CodeNotes
CodeNotes
May 25, 2026 · Fundamentals

Master Java Enums: Safer, More Readable Alternative to Magic Numbers

Java enums replace magic numbers with meaningful, type‑safe constants, improving readability and safety; the guide covers basic definitions, core methods, typical usages like switch statements and iteration, advanced features with fields and constructors, a comparison with static‑final constant classes, and common pitfalls to avoid.

Best PracticesEnumJava
0 likes · 6 min read
Master Java Enums: Safer, More Readable Alternative to Magic Numbers
dbaplus Community
dbaplus Community
May 25, 2026 · Artificial Intelligence

Claude AI Elevates DeWu’s Financial Data Warehouse to Full-Chain Efficiency

The article analyzes how Claude large‑model AI is applied to DeWu’s financial data warehouse, detailing the domain’s unique challenges, the model’s three core capabilities, practical use‑cases such as OneData standardised modelling, AI‑assisted SQL coding and automated data testing, and the resulting efficiency, quality and reusability gains.

AI codingClaude AIData Modeling
0 likes · 21 min read
Claude AI Elevates DeWu’s Financial Data Warehouse to Full-Chain Efficiency
SuanNi
SuanNi
May 25, 2026 · Artificial Intelligence

Top AI Models Achieve Under 4% Task Completion in Real-World SaaS Benchmarks

A new SaaS‑Bench study evaluates leading large‑language models across 23 real SaaS applications and 106 multi‑step tasks, revealing that even the best agents complete fewer than four percent of workplace jobs and exposing four fundamental failure modes that keep AI far from replacing human workers.

AI agentsLarge Language ModelsSaaS benchmark
0 likes · 13 min read
Top AI Models Achieve Under 4% Task Completion in Real-World SaaS Benchmarks