Smart Era Software Development
Author

Smart Era Software Development

Committed to openness and connectivity, we build frontline engineering capabilities in software, requirements, and platform engineering. By integrating digitalization, cloud computing, blockchain, new media and other hot tech topics, we create an efficient, cutting‑edge tech exchange platform and a diversified engineering ecosystem. Provides frontline news, summit updates, and practical sharing.

77
Articles
0
Likes
23
Views
0
Comments
Recent Articles

Latest from Smart Era Software Development

77 recent articles
Smart Era Software Development
Smart Era Software Development
Apr 19, 2025 · Artificial Intelligence

How to Build Robust LLM Agents with OpenAI’s Open‑Source Guide

This guide walks developers through when to use LLM agents, the three‑component design (model, tools, instructions), model selection, tool definition, prompt best practices, orchestration patterns (single, manager, decentralized), guardrails, and human‑in‑the‑loop, all illustrated with OpenAI Agents SDK code examples.

Agents SDKGuardrailsLLM agents
0 likes · 22 min read
How to Build Robust LLM Agents with OpenAI’s Open‑Source Guide
Smart Era Software Development
Smart Era Software Development
Apr 17, 2025 · Artificial Intelligence

Why China Must Reclaim Protocol Rule‑Making in the LLM Era

The article argues that while the Model Context Protocol (MCP) has become a global AI lingua‑franca, China’s reliance on it threatens its technical sovereignty, and proposes a strategic shift toward developing indigenous AI protocol standards to secure long‑term control and innovation.

AI standardsChina AILLM
0 likes · 6 min read
Why China Must Reclaim Protocol Rule‑Making in the LLM Era
Smart Era Software Development
Smart Era Software Development
Apr 9, 2025 · Industry Insights

12 Trends from Stanford’s 2025 AI Index Reveal AI Is Beyond Possibility

Stanford’s Human‑Centric AI Institute released the 456‑page 2025 AI Index, highlighting twelve 2024 trends—from benchmark breakthroughs and rising inference efficiency to record private investment, expanding medical and autonomous‑driving applications, and growing global competition—showing AI is moving beyond mere possibility.

AI EducationAI IndexAI Investment
0 likes · 9 min read
12 Trends from Stanford’s 2025 AI Index Reveal AI Is Beyond Possibility
Smart Era Software Development
Smart Era Software Development
Mar 31, 2025 · Artificial Intelligence

Common AI Model Formats Developers Use: GGUF, PyTorch, Safetensors, and ONNX

Developers face a variety of AI model formats—GGUF, PyTorch (.pt/.pth), Safetensors, and ONNX—each with distinct structures, advantages, drawbacks, and hardware support, and this article analyzes their metadata organization, quantization options, security considerations, and suitability for different deployment scenarios.

AI model formatsGGUFONNX
0 likes · 15 min read
Common AI Model Formats Developers Use: GGUF, PyTorch, Safetensors, and ONNX
Smart Era Software Development
Smart Era Software Development
Mar 29, 2025 · Artificial Intelligence

40+ Diagrams Uncover LLM Agents’ Core Components, Multi‑Agent Frameworks, and MCP Stack

This article breaks down the essential building blocks of LLM agents—including environment, sensors, effectors, short‑ and long‑term memory, tools, planning, and reasoning—while illustrating how Model Context Protocol (MCP), Toolformer, ReAct, Reflexion, and popular multi‑agent frameworks such as AutoGen, MetaGPT and CAMEL enable scalable, collaborative AI systems.

LLM agentsMemoryModel Context Protocol
0 likes · 11 min read
40+ Diagrams Uncover LLM Agents’ Core Components, Multi‑Agent Frameworks, and MCP Stack
Smart Era Software Development
Smart Era Software Development
Mar 28, 2025 · Artificial Intelligence

10 Powerful Cursor Tips to Make Your Code Obey You

This article explores the rise of chat‑based programming with Cursor, explains its three core breakthroughs, demonstrates building a Sudoku game in 16 seconds, introduces the Model Context Protocol (MCP), and provides ten practical tips—from terminal chat to Git‑based code review—that help developers harness AI for faster, clearer, and more creative coding.

AI codingAgent modeCursor
0 likes · 14 min read
10 Powerful Cursor Tips to Make Your Code Obey You
Smart Era Software Development
Smart Era Software Development
Mar 12, 2025 · Artificial Intelligence

One Setup Beats 100 Million Configurations: How MCP Is Revolutionizing AI Agents

The Model Context Protocol (MCP) introduced by Anthropic lets AI agents integrate with countless tools through a single standardized interface, cutting configuration effort from billions to tens of thousands, while offering real‑time bidirectional communication, flexibility, and scalability for diverse applications.

ClaudeMCPModel Context Protocol
0 likes · 12 min read
One Setup Beats 100 Million Configurations: How MCP Is Revolutionizing AI Agents
Smart Era Software Development
Smart Era Software Development
Mar 11, 2025 · Artificial Intelligence

Why Agentic AI Tools Like Cursor Struggle with Large Codebases

The article analyzes how Agentic AI coding assistants such as Cursor falter when projects exceed a few thousand lines due to limited context windows, leading to spatial mismatches, temporal forgetting, and redundant implementations, and proposes document‑driven development and long‑term memory as possible remedies.

Context windowCursorDocument-driven development
0 likes · 13 min read
Why Agentic AI Tools Like Cursor Struggle with Large Codebases