The Rust Marvel! This Agent Provides DevOps with Unmatched Security

The Rust Marvel! This Agent Provides DevOps with Unmatched Security

The Rust Marvel! This Agent Provides DevOps with Unmatched Security Brothers, have you ever had this experience: At 2 AM, the online service crashes. You rub your eyes while typing commands in the terminal,<span>kubectl logs</span>, <span>docker ps</span>, <span>tail -f /var/log/app.log</span>… frantically troubleshooting, thinking to yourself, “If only there were an AI that could help me … Read more

The Surge of Multimodal AI: How Baidu’s Super AI is Reshaping Smart Hardware

The Surge of Multimodal AI: How Baidu's Super AI is Reshaping Smart Hardware

Let the “AI assistant” evolve into an “AI partner”. In 2025, AI hardware will usher in its true inaugural year. After the technological upgrades of GPT-4o and Gemini 1.5 in 2024, multimodal large models have the potential to transition from theoretical research to practical application. AI is no longer limited to text generation or voice … Read more

XIAO ESP32S3 Sense: Implementing an AI Assistant Based on MicroPython

XIAO ESP32S3 Sense: Implementing an AI Assistant Based on MicroPython

Previous《Experience DFRobot ESP32-P4: Build Your Own “Xiao Zhi” Based on MicroPython》shared the implementation of an AI assistant based on ESP32-P4 (non-voice wake-up version). This note shares the implementation of an AI assistant based onXIAO ESP32S3 Sense. 1. Development Board Introduction <span>Seeed Studio XIAO ESP32S3 Sense</span> is a powerful mini ESP32-S3 development board, only the size … Read more

Designing a Social Worker Assistant Based on STM32 and ESP32: An Embedded AI Tool for Community Services

Designing a Social Worker Assistant Based on STM32 and ESP32: An Embedded AI Tool for Community Services

1. Project Overview The Social Worker Assistant is a portable smart terminal, based on STM32F407 microcontroller + ESP8266 WiFi module, equipped with an OLED screen, microphone, and small speaker, enabling intelligent Q&A and information services between frontline social workers and residents. Its biggest highlight is the support for dual-mode operation: Cloud Mode: When connected to … Read more

Exploring the DFRobot ESP32-P4: Creating a Custom ‘Xiao Zhi’ with MicroPython

Exploring the DFRobot ESP32-P4: Creating a Custom 'Xiao Zhi' with MicroPython

The previous article “Exploring the DFRobot ESP32-P4 Development Board, Mastering MicroPython” introduced the process of flashing MicroPython firmware onto the ESP32-P4 and achieving most functionalities.This article continues to share how to create a custom ‘Xiao Zhi’ based on MicroPython. 1. Development Board Introduction The latest release from DFRobot, the FireBeetle 2 ESP32-P4 development board is … Read more

Deploying Qwen 3.0 Based on RK3588

Deploying Qwen 3.0 Based on RK3588

Requires the following versionRKLLM https://github.com/airockchip/rknn-llm/tree/release-v1.2.1b1 Install theRKLLM-Toolkit for this version, otherwise the model conversion may fail. Download the model file, taking Qwen3-0.6B as an example https://www.modelscope.cn/models/Qwen/Qwen3-0.6B Modify rknn-llm/examples/DeepSeek-R1-Distill-Qwen-1.5B_Demo/export/export_rkllm.py Changemodelpath to the downloadedQwen3 directory modelpath = ‘/home/andy/rkllm/Qwen3-0.6B’ Executepython export_rkllm.py to convert to therkllm supported model format. INFO: rkllm-toolkit version: 1.2.1b1WARNING: Cuda device not available! switch to … Read more

AutoAgent: The Open Source AI Assistant Framework from HKU for Effortless AI Agent Creation

AutoAgent: The Open Source AI Assistant Framework from HKU for Effortless AI Agent Creation

Source: PaperWeekly This article is approximately 4300 words long and is recommended for a reading time of over 10 minutes. AutoAgent is an open-source AI assistant operating system designed to lower the technical barriers for creating AI assistants. The University of Hong Kong recently launched the open-source project AutoAgent, developed by Professor Huang Chao’s laboratory. … Read more

Learning Linux with an AI Teaching Assistant

Learning Linux with an AI Teaching Assistant

In the past couple of years, I often tell my students that when they encounter difficult problems, they should first consult the silicon-based AI assistant, and if that doesn’t solve the issue, then come to me, the carbon-based teacher. Recently, I developed an AI teaching assistant for learning Linux. After a period of testing, the … Read more