Tagged articles
15 articles
Page 1 of 1
Old Zhang's AI Learning
Old Zhang's AI Learning
May 2, 2026 · Artificial Intelligence

Andrew Ng’s AI Prompting Course: Deep Research, Writing, Data Analysis

The review dissects Andrew Ng’s 2026 “AI Prompting for Everyone” course, outlining its three modules—information retrieval tiers, AI‑assisted writing with progressive outlining, and building apps or analyzing data via code execution—while highlighting the Deep Research agentic loop, AI‑slop detection, and a decision‑tree for choosing the right AI tool.

AI promptingAI writingCode Execution
0 likes · 12 min read
Andrew Ng’s AI Prompting Course: Deep Research, Writing, Data Analysis
Data Party THU
Data Party THU
Nov 14, 2025 · Artificial Intelligence

Unlocking Multi‑Agent Collaboration with AutoGen: 5 Core Concepts Explained

This article introduces Microsoft Research's open‑source AutoGen framework, explains its five core concepts—including human‑in‑the‑loop, code execution, tool integration, multi‑agent collaboration, and termination mechanisms—provides practical Python examples, and compares it with competing solutions to show why it matters for building complex AI systems.

AI FrameworkAutoGenCode Execution
0 likes · 9 min read
Unlocking Multi‑Agent Collaboration with AutoGen: 5 Core Concepts Explained
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 12, 2025 · Artificial Intelligence

How Self‑Programming AI Agents Are Built: From LLM Brain to Dynamic Code Execution

This article explains how a self‑programming AI Agent is constructed by extending large language models as the brain, designing a multi‑area architecture, implementing memory layers, prompt engineering with segment mechanisms, and enabling code generation and execution through a Python‑Java bridge, while sharing practical insights and future directions.

AI AgentCode ExecutionLLM
0 likes · 34 min read
How Self‑Programming AI Agents Are Built: From LLM Brain to Dynamic Code Execution
BirdNest Tech Talk
BirdNest Tech Talk
Oct 17, 2025 · Artificial Intelligence

How to Extend Claude with Custom Agent Skills Using SKILL.md

Claude’s new Agent Skills let developers package domain expertise into organized SKILL.md files and resource folders, enabling progressive disclosure, code execution, and scalable context loading, with detailed guidance on structure, bundling, evaluation, and security considerations for building robust, reusable AI agents.

AI agentsAgent SkillsClaude
0 likes · 11 min read
How to Extend Claude with Custom Agent Skills Using SKILL.md
DevOps
DevOps
Jun 16, 2025 · Artificial Intelligence

Unlock AI’s Real‑World Power: 6 Must‑Have MCP Tools with Hands‑On Code

This article reviews six open‑source MCP servers—Bright Data, Graphiti, GitIngest, Terminal, Code Executor, and MindsDB—showing how each extends large language models with web scraping, long‑term memory, code navigation, command‑line control, sandboxed Python execution, and multi‑source data integration, complete with practical code examples.

AI toolsCode ExecutionKnowledge graph
0 likes · 9 min read
Unlock AI’s Real‑World Power: 6 Must‑Have MCP Tools with Hands‑On Code
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 14, 2025 · Artificial Intelligence

Understanding AI Agents and Multi‑Agent Systems: Frameworks, Design Principles, and Code Samples

This article provides a comprehensive overview of AI agents and multi‑agent systems, covering definitions, workflow vs. agent architectures, key differences, popular frameworks such as Swarm, AutoGen, and Magentic‑One, design principles, communication protocols, and practical code examples for building and orchestrating intelligent agents.

AI agentsAutoGenCode Execution
0 likes · 39 min read
Understanding AI Agents and Multi‑Agent Systems: Frameworks, Design Principles, and Code Samples
AntTech
AntTech
Jul 25, 2024 · Information Security

Security Analysis of Code Execution Sandboxes in AI Applications

This report investigates the security of code‑execution sandboxes used by various AI applications, evaluates their isolation mechanisms, presents detailed test results for multiple platforms, and offers recommendations for selecting and hardening sandbox solutions in the era of large language models.

Code ExecutionDenoFirecracker
0 likes · 23 min read
Security Analysis of Code Execution Sandboxes in AI Applications
php Courses
php Courses
Oct 24, 2023 · Backend Development

Understanding and Using PHP's microtime() Function

This article explains PHP's microtime() function, covering its basic concept, syntax, optional parameters, practical code examples for retrieving timestamps as strings or floats, and common use cases such as measuring execution time and generating unique identifiers.

Code Executionmicrotimetime handling
0 likes · 5 min read
Understanding and Using PHP's microtime() Function
Open Source Linux
Open Source Linux
Feb 28, 2022 · Fundamentals

Unlock Python’s 68 Built‑in Functions: A Complete Guide for Beginners

This article presents a comprehensive overview of Python’s 68 built‑in functions, categorizing them into numeric, data‑structure, scope, iterator, string execution, I/O, memory, file, module, and utility groups, and provides clear code examples for each to help beginners master Python fundamentals.

Code ExecutionData Structuresbuilt-in functions
0 likes · 18 min read
Unlock Python’s 68 Built‑in Functions: A Complete Guide for Beginners
Python Programming Learning Circle
Python Programming Learning Circle
Mar 5, 2021 · Fundamentals

Python Built‑in Functions and Common Usage

This article introduces Python's built‑in functions, data types, numeric conversions, mathematical utilities, sequence and collection constructors, iteration tools, scope inspection, dynamic code execution, memory introspection, file handling, and module import techniques, providing concise code examples for each concept.

Code ExecutionData TypesPython
0 likes · 11 min read
Python Built‑in Functions and Common Usage