Tagged articles
5 articles
Page 1 of 1
Geek Labs
Geek Labs
Apr 1, 2026 · Artificial Intelligence

Claude Code Leak Exposes 512,000 Lines of TypeScript – Is the AI Coding Tool’s Core Moat Crumbling?

A mishandled .npmignore file caused Anthropic to publish the Claude Code npm package with its full 512,000‑line TypeScript source map, revealing the tool’s architecture, hidden modes, and internal models, sparking deep analysis of technical, commercial, and security implications for AI coding assistants.

AI coding assistantAgent ArchitectureClaude Code
0 likes · 15 min read
Claude Code Leak Exposes 512,000 Lines of TypeScript – Is the AI Coding Tool’s Core Moat Crumbling?
Tencent Cloud Developer
Tencent Cloud Developer
Mar 3, 2026 · Artificial Intelligence

Why AI Coding Agents Are Just Loops + Context Engineering (And How to Build One)

The article explains that AI coding agents operate as a simple while‑loop driven by context engineering, details their core control flow, compares various tools, and provides a step‑by‑step Python implementation demonstrating how to define tools, system prompts, and the ReAct loop for practical use.

AI CodingLLMPython implementation
0 likes · 17 min read
Why AI Coding Agents Are Just Loops + Context Engineering (And How to Build One)
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 29, 2025 · Artificial Intelligence

Building Multimodal AI Agents: From Vision‑Language Fusion to Action

This article explores the rise of multimodal agents that integrate language, vision, and action, detailing their core architecture, model fusion strategies, decision chain, and a practical Python implementation using GPT‑4o‑mini and BLIP, while also discussing future extensions such as reinforcement learning and robotic control.

Agent ArchitectureMultimodal AIPython implementation
0 likes · 9 min read
Building Multimodal AI Agents: From Vision‑Language Fusion to Action
AI Cyberspace
AI Cyberspace
May 3, 2025 · Artificial Intelligence

How Hopfield Networks Mimic Brain Memory: Theory, Math, and Python Demo

This article explores the 1982 Hopfield associative memory neural network, detailing its biological inspiration, energy‑minimization principle, mathematical formulation, training and recall processes, capacity limits, practical Python implementation, and the model's strengths and weaknesses.

Hopfield networkNeural NetworksPython implementation
0 likes · 21 min read
How Hopfield Networks Mimic Brain Memory: Theory, Math, and Python Demo
Model Perspective
Model Perspective
Mar 12, 2023 · Fundamentals

Mastering the Entropy Weight Method: Theory, Steps, and Python Example

This article introduces the entropy weight method for multi‑criteria evaluation, explains its theoretical basis, outlines the calculation steps, presents a supplier‑selection case study, and provides a complete Python implementation to compute indicator weights and overall scores.

Multi-criteria DecisionPython implementationdata analysis
0 likes · 7 min read
Mastering the Entropy Weight Method: Theory, Steps, and Python Example