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.

84
Articles
0
Likes
324
Views
0
Comments
Recent Articles

Latest from Smart Era Software Development

84 recent articles
Smart Era Software Development
Smart Era Software Development
Feb 8, 2025 · Artificial Intelligence

Can $50 Really Build a DeepSeek R1‑Level Reasoning Model? Inside the s1 Low‑Cost Approach

The article dissects the s1 paper that claims a sub‑$50 cloud budget can produce a reasoning model rivaling DeepSeek R1 and OpenAI o1, detailing the curated s1K dataset, the budget‑forcing inference technique, the 26‑minute fine‑tuning on Qwen2.5‑32B, performance gaps on AIME and MATH benchmarks, and the misconceptions surrounding cost and "distillation".

AI reasoningQwen2.5-32Bbudget forcing
0 likes · 12 min read
Can $50 Really Build a DeepSeek R1‑Level Reasoning Model? Inside the s1 Low‑Cost Approach
Smart Era Software Development
Smart Era Software Development
Jan 17, 2025 · Artificial Intelligence

Google’s AI Agent Whitepaper Signals the Dawn of the Agent Era in 2025

The article provides a detailed analysis of Google’s AI Agent whitepaper, explaining the agent architecture, core components such as models, tools, and orchestration layers, comparing extensions, functions, and data stores, and demonstrating practical implementations with LangChain and Vertex AI to illustrate how targeted learning can boost agent performance.

AI AgentsData StoresGoogle AI
0 likes · 28 min read
Google’s AI Agent Whitepaper Signals the Dawn of the Agent Era in 2025
Smart Era Software Development
Smart Era Software Development
Dec 25, 2024 · Databases

From Zero to One: Building a Next‑Gen Distributed Data Architecture for the AI Era

The article walks through the DIKW model, illustrates how a homestay platform’s data stack evolves from a simple MVP to a complex, AI‑enabled distributed system, and details the design of a unified Data Warebase that combines database and data‑warehouse capabilities to meet performance, correctness, and real‑time demands, backed by concrete case studies and measurable improvements.

AI integrationBig DataDistributed Architecture
0 likes · 31 min read
From Zero to One: Building a Next‑Gen Distributed Data Architecture for the AI Era
Smart Era Software Development
Smart Era Software Development
Dec 6, 2024 · Fundamentals

Key Takeaways from A Philosophy of Software Design (2nd Edition)

The article reviews the main ideas of John Ousterhout's *A Philosophy of Software Design* (2nd edition), explaining how the book defines software complexity, proposes strategies such as eliminating or encapsulating complexity, and discusses deep classes, shallow interfaces, naming, strategic versus tactical programming, and practical warnings for developers.

ComplexityModular Designcode quality
0 likes · 14 min read
Key Takeaways from A Philosophy of Software Design (2nd Edition)
Smart Era Software Development
Smart Era Software Development
Nov 15, 2024 · Fundamentals

Can Great Programmers Be Taught? Insights from a Software Design Workshop

The article explores whether great programmers can be cultivated by examining problem decomposition, the value of deep and generic class design, the pitfalls of tactical coding versus strategic programming, and lessons learned from the author’s CS190 software‑design workshop at Stanford.

deep class designgeneric vs specializedproblem decomposition
0 likes · 28 min read
Can Great Programmers Be Taught? Insights from a Software Design Workshop
Smart Era Software Development
Smart Era Software Development
Nov 2, 2024 · Information Security

How an LLM Discovered a Real‑World SQLite Stack Buffer Overflow

Google’s Big Sleep AI agent, built on the Project Naptime framework, used a large language model to analyze recent SQLite commits, identify a previously unknown stack‑buffer‑underflow bug, and generate a reproducible test case, demonstrating that LLMs can effectively perform real‑world vulnerability research.

AI securityBig SleepFuzzing
0 likes · 17 min read
How an LLM Discovered a Real‑World SQLite Stack Buffer Overflow
Smart Era Software Development
Smart Era Software Development
Jul 3, 2024 · Artificial Intelligence

Deploying Domain Models with Open-Source LLMs: Lessons from SECon 2024

The article analyzes the rapid rise of open‑source large language models, explains how Llama 3 serves as a strong base for domain‑specific models, details a data‑driven pipeline, fine‑tuning, reinforcement learning, engineering optimizations, and a comprehensive evaluation framework, and showcases the XuanYuan series that outperforms GPT‑4 on several finance benchmarks.

Domain ModelLLaMA-3Model Evaluation
0 likes · 12 min read
Deploying Domain Models with Open-Source LLMs: Lessons from SECon 2024
Smart Era Software Development
Smart Era Software Development
Apr 3, 2024 · Artificial Intelligence

Unveiling Andrew Ng’s Four AI Agent Design Patterns with Coze

The article explains Andrew Ng’s four AI agent design patterns—Reflection, Tool Use, Planning, and Multi‑agent Collaboration—illustrates each with concrete Coze workflows and real‑world examples such as automotive research briefs, milk‑tea industry reports, and high‑quality travel planning.

AI AgentsCozeDesign Patterns
0 likes · 7 min read
Unveiling Andrew Ng’s Four AI Agent Design Patterns with Coze