Tagged articles

ai-development

88 articles · Page 1 of 1
Machine Heart
Machine Heart
Jun 24, 2026 · Artificial Intelligence

Running Large Language Models Locally Is Now Surprisingly Easy

The article explains how recent advances in LLM performance now allow developers to run sophisticated AI models locally on a 2022 M2 Mac using tools like LM Studio, Pi agent, and Docker, detailing model choices, setup steps, performance observations, and remaining limitations.

DockerGemma 4LM Studio
0 likes · 10 min read
Running Large Language Models Locally Is Now Surprisingly Easy
Geek Labs
Geek Labs
Jun 23, 2026 · Artificial Intelligence

Five Must‑Try AI Development Tools: Loop Engineering, Reliable Output, Terminal Enhancer, and Training Platform

This article introduces five actively maintained GitHub AI development projects—Loop Engineering orange book, fablize, coralline, Agent Apprenticeship, and kiwifs—each aimed at improving AI workflow design, output reliability, terminal experience, agent training, and file handling via Markdown.

Agent ApprenticeshipLoop Engineeringai-development
0 likes · 5 min read
Five Must‑Try AI Development Tools: Loop Engineering, Reliable Output, Terminal Enhancer, and Training Platform
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 19, 2026 · Artificial Intelligence

Can Post‑Training Close the Gap to Mythos‑Level AI? Musk Says 9 Months, Tang Says Faster

The article analyzes whether post‑training on GLM‑5.1/5.2 can bridge the gap to the banned Mythos model, citing Musk’s nine‑month claim, Tang’s rebuttal, Mind Lab’s benchmark gains, architectural adaptations, and the high barriers that make post‑training a critical yet scarce capability in China.

BenchmarkGLM-5.2IndexCache
0 likes · 9 min read
Can Post‑Training Close the Gap to Mythos‑Level AI? Musk Says 9 Months, Tang Says Faster
Programmer DD
Programmer DD
Jun 18, 2026 · Artificial Intelligence

Gemini CLI Stops Personal Access – Implications for the Emerging AI Agent Toolchain

The article outlines how AI development tools are shifting from adding model entry points to rebuilding the entire execution chain, covering Gemini CLI’s shutdown for personal users, GitHub Actions’ new security defaults, Alibaba Cloud’s Japan data‑center launch, agent runtime layering, open ARD specs, and emerging frameworks like Flue and Code Context Hologres.

ARD specificationAgent toolchainAlibaba Cloud
0 likes · 12 min read
Gemini CLI Stops Personal Access – Implications for the Emerging AI Agent Toolchain
Old Zhang's AI Learning
Old Zhang's AI Learning
May 30, 2026 · Artificial Intelligence

Set Up an Entire AI Development Pipeline with a Single Command

AI Factory is an npm package that automates the configuration of a full AI development pipeline—detecting project stacks, installing required skills and services, and providing a spec‑driven, multi‑agent workflow with planning, implementation, verification, and handoff commands—so developers can focus on writing requirements.

AI agentsAutomationSpec-driven
0 likes · 9 min read
Set Up an Entire AI Development Pipeline with a Single Command
Nightwalker Tech
Nightwalker Tech
May 29, 2026 · Artificial Intelligence

Taming AI Code Generation with PDCA: From Prompt to Reliable Delivery

This article explains how applying the classic PDCA (Plan‑Do‑Check‑Act) loop and a Harness engineering layer can transform probabilistic AI code generators like Codex and Claude Code into deterministic, reliable delivery tools for software development, documentation, and automated testing.

Automation testingHarness EngineeringPDCA
0 likes · 30 min read
Taming AI Code Generation with PDCA: From Prompt to Reliable Delivery
AI Engineering
AI Engineering
May 19, 2026 · Artificial Intelligence

Claude Adds Prompt Cache Diagnostics to Pinpoint Token Cost Spikes

Claude's new Prompt Cache Diagnostics feature lets developers see exactly why a cache miss occurs and how many tokens were wasted, providing beta‑header usage, Python examples, supported miss reasons, limitations, and privacy guarantees to help optimize token costs.

API DiagnosticsAnthropicClaude
0 likes · 9 min read
Claude Adds Prompt Cache Diagnostics to Pinpoint Token Cost Spikes
AndroidPub
AndroidPub
Apr 29, 2026 · Artificial Intelligence

5 Claude Code Skills to Automate Your Development Workflow

This article introduces five Claude Code Skills—pr-summary, fix-issue, deep-research, commit, and explain-code—that turn repetitive development tasks into single‑command automations, showing concrete examples, usage scenarios, and how to share them across a team.

AutomationClaude CodeGitHub CLI
0 likes · 11 min read
5 Claude Code Skills to Automate Your Development Workflow
Shuge Unlimited
Shuge Unlimited
Apr 27, 2026 · Operations

OpenSpec Advanced: From Core to Expanded – Unlock All Workflows with 7 Commands

This article explains how OpenSpec's Expanded Workflow adds seven new commands to the core profile, providing finer‑grained artifact control, implementation verification, parallel change management, and customizable schemas, and shows when to use fast‑forward versus stepwise execution along with best‑practice recommendations.

CLI commandsExpanded WorkflowOpenSpec
0 likes · 26 min read
OpenSpec Advanced: From Core to Expanded – Unlock All Workflows with 7 Commands
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

10 Must‑Have Claude Code Skills You’ll Never Delete (Real Use Cases & Comparisons)

The author recounts how a bare‑bones Claude implementation missed edge cases, then introduces ten open‑source Claude Code Skills that embed a disciplined workflow—brainstorming, planning, execution, TDD, systematic debugging, parallel reviews, git worktrees, and diagram generation—showing installation commands, real‑world examples, and concrete benefits.

AutomationClaudeCode Skills
0 likes · 19 min read
10 Must‑Have Claude Code Skills You’ll Never Delete (Real Use Cases & Comparisons)
AgentGuide
AgentGuide
Apr 18, 2026 · Artificial Intelligence

How to Write High‑Quality Skills for Your Agent System

The article outlines a five‑step process for creating robust Agent Skills, covering when to encapsulate a task, extracting decision logic and anti‑patterns, writing concise instructions, provisioning workflows and verification loops, and iterating with real‑world testing to ensure reliability.

AgentPrompt Engineeringai-development
0 likes · 8 min read
How to Write High‑Quality Skills for Your Agent System
AI Architecture Path
AI Architecture Path
Apr 18, 2026 · Artificial Intelligence

Master Claude Code: A Complete Guide to Boost Development Efficiency

This article outlines the common pain points developers face with Claude Code, introduces the open‑source "claude-code-best-practice" project, details its core features, workflow comparisons, practical tips, reusable configuration templates, and provides step‑by‑step instructions for rapid adoption.

Claude CodeDeveloper GuideOpen-source
0 likes · 10 min read
Master Claude Code: A Complete Guide to Boost Development Efficiency
Java Tech Enthusiast
Java Tech Enthusiast
Apr 17, 2026 · Artificial Intelligence

Unlock Claude Code Mastery: 86+ Proven Practices & Workflow Comparisons

The article reviews the popular GitHub repository "claude-code-best-practice," detailing its systematic guide, over 86 practical tips, feature tracking, side‑by‑side workflow comparisons, and step‑by‑step usage instructions to help developers adopt Claude Code efficiently.

Claude CodeGitHubOpen-source
0 likes · 7 min read
Unlock Claude Code Mastery: 86+ Proven Practices & Workflow Comparisons
Java Tech Enthusiast
Java Tech Enthusiast
Apr 11, 2026 · Artificial Intelligence

Spring AI Alibaba vs AgentScope-Java: Which AI Framework Fits Your Needs?

This article compares Spring AI Alibaba and AgentScope-Java, explaining their distinct design philosophies, workflow versus agentic paradigms, core capabilities, architecture layers, code examples, and practical selection guidance, while also discussing emerging fusion trends that combine the strengths of both frameworks.

AgentScopeJava AISpring AI
0 likes · 15 min read
Spring AI Alibaba vs AgentScope-Java: Which AI Framework Fits Your Needs?
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 10, 2026 · Artificial Intelligence

Superpowers + OpenSpec Skill Library: Enforcing Disciplined AI Development

The Superpowers + OpenSpec Team Skills library provides a set of workflow modules that guide AI‑assisted development through requirement clarification, design confirmation, change specification, implementation planning, TDD, and verification, ensuring disciplined, traceable, and reliable feature delivery for collaborative projects.

OpenSpecSuperpowersTDD
0 likes · 6 min read
Superpowers + OpenSpec Skill Library: Enforcing Disciplined AI Development
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 10, 2026 · R&D Management

Enterprise AI Team Development Guide: Tiered Process to Balance Speed and Quality

This guide introduces a tiered workflow for AI development teams—layered reading, graded intervention, and six ready‑to‑use AGENTS.md templates—mapping project types and demand sizes to lightweight, standard, or strict processes, enabling fast handling of simple tasks while ensuring stability for complex work.

CodexOpenSpecR&D Process
0 likes · 11 min read
Enterprise AI Team Development Guide: Tiered Process to Balance Speed and Quality
Architect's Journey
Architect's Journey
Apr 10, 2026 · Industry Insights

Why Switching to AI Development Makes You Busier, Not Faster

The author reflects on moving from traditional backend work to AI development, describing how the shift brings longer hours but a more engaging, exploratory workload, a broader perspective, new documentation practices, and a changed hiring landscape.

AI documentationAgent workflowai-development
0 likes · 7 min read
Why Switching to AI Development Makes You Busier, Not Faster
AI Software Product Manager
AI Software Product Manager
Apr 8, 2026 · Artificial Intelligence

Unlocking ByteDance’s Agent Platform: How LLMs, Coze Plugins, and Trae Accelerate AI Development

This article outlines ByteDance’s Agent concept, explains the role of large language models such as Doubao‑Seed‑1.6, describes how the Coze plugin marketplace and the Trae development environment simplify building intelligent agents, and presents the talent capability model required for successful Agent engineering.

AgentCozeTRAE
0 likes · 11 min read
Unlocking ByteDance’s Agent Platform: How LLMs, Coze Plugins, and Trae Accelerate AI Development
Su San Talks Tech
Su San Talks Tech
Apr 8, 2026 · Artificial Intelligence

Master Claude API: From Setup to Advanced RAG, Prompts, and Streaming

This comprehensive guide walks you through Claude Code model selection, API authentication, request construction, multi‑turn conversation handling, system prompts, temperature tuning, streaming responses, and clean JSON extraction, providing practical Python examples for building robust AI‑powered applications.

AnthropicClaude APIPrompt Engineering
0 likes · 28 min read
Master Claude API: From Setup to Advanced RAG, Prompts, and Streaming
Su San Talks Tech
Su San Talks Tech
Apr 7, 2026 · Artificial Intelligence

Unlock Faster Debugging and Design with Claude Code’s Top 10 Skills

This guide reviews ten Claude Code Skills—from systematic debugging and brainstorming to parallel agent dispatch and document generation—showing how to install them, trigger their hard‑gate workflows, combine them into an efficient development pipeline, and avoid common pitfalls.

AutomationClaude CodePrompt Engineering
0 likes · 18 min read
Unlock Faster Debugging and Design with Claude Code’s Top 10 Skills
Radish, Keep Going!
Radish, Keep Going!
Apr 1, 2026 · Industry Insights

What the Claude Code Leak Reveals About Hidden Bugs, Easter Eggs, and AI Ops

The March 31, 2026 Claude Code v2.1.88 release unintentionally shipped a 59.8 MB source‑map, exposing 512,000 lines of TypeScript, which revealed extensive technical debt, hidden Easter‑egg “/buddy”, an unturn‑offable Undercover Mode, anti‑distillation safeguards, and a critical token‑consumption bug that the community patched to boost cache hit rates from 26 % to 99 %.

Software engineeringai-developmentsource-code-analysis
0 likes · 10 min read
What the Claude Code Leak Reveals About Hidden Bugs, Easter Eggs, and AI Ops
Architecture Digest
Architecture Digest
Apr 1, 2026 · Artificial Intelligence

How JetBrains AIR Redefines IDEs with Built‑In AI: A Hands‑On Guide

This article provides a detailed walkthrough of JetBrains AIR, an AI‑native IDE, covering its core concepts, quick‑start installation on macOS, project opening methods, task definition workflow, permission settings, context addition, task management, review process, MCP server integration, and overall benefits for AI‑assisted development.

AI IDEJetBrains AIRMCP
0 likes · 7 min read
How JetBrains AIR Redefines IDEs with Built‑In AI: A Hands‑On Guide
AI Waka
AI Waka
Mar 31, 2026 · Artificial Intelligence

Which Agentic Programming Framework Wins? A Deep Comparative Review

An in‑depth evaluation of five leading Agentic programming frameworks—BMAD, SpecKit, OpenSpec, GSD, and Superpowers—examines their agents, workflows, and skills, weighing strengths, limitations, and trade‑offs to guide teams in selecting the optimal tool for AI‑assisted software development.

AutomationSoftware engineeringagentic programming
0 likes · 20 min read
Which Agentic Programming Framework Wins? A Deep Comparative Review
Machine Heart
Machine Heart
Mar 31, 2026 · Artificial Intelligence

Tired of Complex AI Tools? The New SOLO Standalone Promises Real Productivity

The article evaluates TRAE's newly released SOLO standalone client, highlighting its dual Code and MTC modes, seamless PC/Web experience, cloud‑enabled parallelism, and hard‑core tests that show how the tool can turn AI agents into a full‑stack productivity platform for developers, product managers and operations staff.

AI agentsMTCai-development
0 likes · 10 min read
Tired of Complex AI Tools? The New SOLO Standalone Promises Real Productivity
Ubuntu
Ubuntu
Mar 31, 2026 · Operations

Ubuntu 26.04 LTS Beta Review: Linux 7.0 Kernel, GNOME 50 and 5 Must‑See Features

The Ubuntu 26.04 LTS Beta, released on March 26 2026, introduces the Linux 7.0 kernel with expanded hardware support and security enhancements, the Wayland‑only GNOME 50 desktop, a smarter installer, extensive Chinese localization, and out‑of‑the‑box AI and container tools, while also listing known bugs, upgrade paths, and recommended user scenarios.

Beta releaseContainer supportGNOME 50
0 likes · 12 min read
Ubuntu 26.04 LTS Beta Review: Linux 7.0 Kernel, GNOME 50 and 5 Must‑See Features
Architect
Architect
Mar 30, 2026 · Artificial Intelligence

Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development

This article analyzes Claude Code’s hidden capabilities—verification loops, context isolation, session forking, cross‑device teleportation, automated cycles, and parallel worktree isolation—showing how engineers can turn the AI coding assistant into a full‑featured, orchestrated development environment rather than a simple chat‑based code generator.

Claude CodeGit worktreeWorkflow Orchestration
0 likes · 26 min read
Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development
AndroidPub
AndroidPub
Mar 30, 2026 · Artificial Intelligence

How Superpowers Transforms AI‑Assisted Development: A Step‑by‑Step Guide

Superpowers introduces a structured, Git‑worktree‑based AI development workflow that tackles plan deviation by combining brainstorming, automated planning, sub‑agent execution, mandatory TDD, and continuous back‑check, offering a practical alternative to simple plan modes and heavyweight frameworks.

AI workflowGit worktreeSuperpowers
0 likes · 13 min read
How Superpowers Transforms AI‑Assisted Development: A Step‑by‑Step Guide
Code Mala Tang
Code Mala Tang
Mar 27, 2026 · Artificial Intelligence

What Is Harness Engineering and Why It Matters for AI Development

Harness Engineering is the emerging discipline that integrates Prompt Engineering, Context Engineering, and system-level controls to create reliable, maintainable AI‑generated code, and the article analyzes its origins, key components, real‑world performance data, and practical guidelines for building effective AI harnesses.

Harness EngineeringPrompt Engineeringai-development
0 likes · 12 min read
What Is Harness Engineering and Why It Matters for AI Development
Architect
Architect
Mar 25, 2026 · Industry Insights

What to Inspect First in OpenAI’s Codex Repo? 5 Must‑Read Files

If you can only glance at the OpenAI Codex repository once, focus on five key entry points—AGENTS.md, justfile, rust-ci.yml, the app‑server README with schema fixtures, and rust-release.yml—to quickly understand the team’s engineering decisions, risk management, and release cadence.

CI/CDCodexOpenAI
0 likes · 22 min read
What to Inspect First in OpenAI’s Codex Repo? 5 Must‑Read Files
AI Architecture Hub
AI Architecture Hub
Mar 23, 2026 · Artificial Intelligence

50 Powerful Claude Code Hacks to Supercharge Your Development Workflow

Discover a curated list of 50 practical Claude Code tricks—from setting up convenient aliases and inline bash commands to advanced agent orchestration, context management, and safety hooks—that can dramatically boost productivity, reliability, and control when using Claude as a coding assistant.

AutomationCLIClaude Code
0 likes · 31 min read
50 Powerful Claude Code Hacks to Supercharge Your Development Workflow
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 20, 2026 · Artificial Intelligence

How to Scale AI‑Powered Parallel Coding: Worktree, DevSwarm, or Orchestrator?

The article examines three practical approaches—Git worktree with multiple terminals, UI‑driven DevSwarm tools, and an orchestrator pattern—for enabling multiple AI agents to develop code concurrently, compares their trade‑offs, and offers guidance on selecting the right method for individual developers, teams, or bulk repetitive tasks.

ClaudeDevSwarmGit worktree
0 likes · 7 min read
How to Scale AI‑Powered Parallel Coding: Worktree, DevSwarm, or Orchestrator?
AndroidPub
AndroidPub
Mar 19, 2026 · Frontend Development

How to Turn a Brilliant App Idea into a Live Product in 5 Free-Tool Steps

This guide walks developers through a five-step, zero‑cost workflow—using AI‑driven design, code generation, backend integration, Git versioning, and Vercel deployment—to transform a concept into a functional web or mobile app without extensive coding expertise.

DeploymentGitHubVercel
0 likes · 8 min read
How to Turn a Brilliant App Idea into a Live Product in 5 Free-Tool Steps
Tech Minimalism
Tech Minimalism
Mar 16, 2026 · Artificial Intelligence

From Stages to Actions: A Complete Guide to the New AI‑Driven OpenSpec OPSX Workflow

This article explains how OPSX transforms the traditional stage‑based development process into an action‑driven, iterative workflow for AI programming, covering its core concepts, two operation modes, step‑by‑step command usage, custom schema creation, migration tips, best practices, and real‑world examples.

AutomationCustom SchemaOPSX
0 likes · 23 min read
From Stages to Actions: A Complete Guide to the New AI‑Driven OpenSpec OPSX Workflow
AI Architecture Path
AI Architecture Path
Mar 9, 2026 · Artificial Intelligence

How Superpowers Transforms AI Coding into an Engineered Workflow

This article explains the common pitfalls of AI‑generated code, introduces the open‑source Superpowers framework that enforces a structured, test‑driven workflow, details its core skills and mandatory steps, shows cross‑platform installation for Claude Code, Codex and OpenCode, and offers practical tips for effective AI development.

Agent workflowGitHubSoftware engineering
0 likes · 12 min read
How Superpowers Transforms AI Coding into an Engineered Workflow
BirdNest Tech Talk
BirdNest Tech Talk
Mar 2, 2026 · Artificial Intelligence

45 Powerful Claude Code Tips to Supercharge Your AI‑Powered Development

This comprehensive guide walks you through 45 practical Claude Code techniques—from customizing the status bar and mastering slash commands to using Git worktrees, managing context, automating tasks with containers, and leveraging plugins—providing concrete examples, code snippets, and step‑by‑step workflows that let you harness the full potential of Claude Code in real‑world software development.

AutomationClaude CodeContext Management
0 likes · 65 min read
45 Powerful Claude Code Tips to Supercharge Your AI‑Powered Development
Tech Minimalism
Tech Minimalism
Feb 4, 2026 · Artificial Intelligence

Everything Claude Code: A Complete Guide to Building a Virtual AI Development Team

Everything Claude Code is an open‑source, hackathon‑winning configuration suite that transforms Claude Code from a single chatbot into a virtual development team composed of agents, skills, hooks, commands and rules, delivering up to 65% faster feature delivery, 75% fewer PR issues, and 34% higher test coverage, with step‑by‑step installation and best‑practice recommendations.

Claude CodeDevOps automationOpen-source
0 likes · 15 min read
Everything Claude Code: A Complete Guide to Building a Virtual AI Development Team
Old Meng AI Explorer
Old Meng AI Explorer
Feb 3, 2026 · Artificial Intelligence

Turn Claude Code into an Engineer: Inside the Award‑Winning Everything‑Claude‑Code Toolkit

The everything‑claude‑code project, created by hackathon champion Affaan Mustafa, transforms Claude Code from a simple chatbot into a full‑stack engineering workflow with agents, skills, hooks, and multi‑task control, offering a three‑step setup that boosts rapid development and long‑term AI‑assisted collaboration.

Claude CodeWorkflow Automationai-development
0 likes · 7 min read
Turn Claude Code into an Engineer: Inside the Award‑Winning Everything‑Claude‑Code Toolkit
Youzan Coder
Youzan Coder
Jan 6, 2026 · Artificial Intelligence

How to Build Efficient Code Search with Vector Embeddings and AST Indexing

This article explains the motivations, techniques, and practical implementations of code indexing—covering semantic vector‑based RAG pipelines and AST‑based structural analysis—to improve code navigation, AI‑assisted queries, security scanning, and development efficiency.

ASTRAGai-development
0 likes · 17 min read
How to Build Efficient Code Search with Vector Embeddings and AST Indexing
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Dec 15, 2025 · Artificial Intelligence

Is “Vibe Engineering” Real Engineering or Just Terminology Inflation?

The article examines Simon Willison’s “vibe engineering” concept, contrasting it with casual “vibe coding” and prompt/context engineering, and argues that while it relies on experienced intuition, it lacks the systematic goals, reproducibility, and verifiability that define true engineering.

LLMPrompt EngineeringSoftware engineering
0 likes · 6 min read
Is “Vibe Engineering” Real Engineering or Just Terminology Inflation?
Instant Consumer Technology Team
Instant Consumer Technology Team
Dec 10, 2025 · Artificial Intelligence

Google Gemini 3 Pro & Antigravity AI IDE: Features, Setup, and Unity Integration

This article introduces Google Gemini 3 Pro, details the Antigravity AI‑native IDE, walks through installation and region configuration, provides Unity C# integration code, explains core AI features like dialogue modes and thinking levels, and demonstrates Notion MCP setup for seamless workflow automation.

Antigravity IDEC# codeGemini 3 Pro
0 likes · 23 min read
Google Gemini 3 Pro & Antigravity AI IDE: Features, Setup, and Unity Integration
21CTO
21CTO
Nov 7, 2025 · Artificial Intelligence

any-llm 1.0: Seamlessly Switch Between Cloud and Local LLMs with One Python Library

Mozilla.ai's any-llm v1.0 is an open‑source Python library that unifies access to multiple large language model providers, enabling developers to move between cloud‑based and on‑premise LLMs without rewriting code, while offering async‑first APIs, reusable connections, and extensive compatibility features.

LLMModel integrationPython
0 likes · 4 min read
any-llm 1.0: Seamlessly Switch Between Cloud and Local LLMs with One Python Library
Wuming AI
Wuming AI
Oct 31, 2025 · Industry Insights

Weekly AI Tool roundup: Kimi CLI, ChatDB, FlowithOS, Cursor 2.0, Astron Agent

This week’s AI roundup reviews the open‑source Kimi CLI coding assistant, ChatDB’s natural‑language database interface, Tencent’s interactive AI podcast, FlowithOS as a next‑gen AI browser, Cursor 2.0’s multi‑agent coding platform, and iFlytek’s open‑source Astron Agent for enterprise workflows.

AI browsersAI podcastAI tools
0 likes · 6 min read
Weekly AI Tool roundup: Kimi CLI, ChatDB, FlowithOS, Cursor 2.0, Astron Agent
BirdNest Tech Talk
BirdNest Tech Talk
Sep 25, 2025 · Artificial Intelligence

Mastering LangChain: A Hands‑On Guide to Building LLM Applications

This repository offers a comprehensive, step‑by‑step LangChain tutorial series that walks developers through installation, the LangChain Expression Language, streaming, parallel execution, callbacks, serialization, model customization, prompt templates, memory, multimodal support, and advanced tools like LangGraph and LangSmith, enabling the creation of sophisticated AI applications.

AgentsLLMLangChain
0 likes · 9 min read
Mastering LangChain: A Hands‑On Guide to Building LLM Applications
Architect's Journey
Architect's Journey
Sep 9, 2025 · Artificial Intelligence

Build an AI Agent Mini‑Game in 30 Minutes

This step‑by‑step tutorial shows how to create a simple AI‑driven mini‑game on the Coze platform in half an hour, covering account setup, agent creation, prompt design, debugging, publishing, advanced prompt techniques, and common pitfalls.

AI AgentChatbotCoze
0 likes · 11 min read
Build an AI Agent Mini‑Game in 30 Minutes
Smart Era Software Development
Smart Era Software Development
Aug 30, 2025 · Industry Insights

Andrew Ng Deep Dive: New Business Logic in the AI Era—Why Technology Isn’t the Bottleneck

In a detailed interview, Andrew Ng explains that AI advancement will come from diverse approaches such as agentic workflows and multimodal models, that talent—not technology—is the biggest bottleneck, and that AI is reshaping software engineering, startup product cycles, and founder success criteria.

Andrew NgProduct Managementagentic AI
0 likes · 13 min read
Andrew Ng Deep Dive: New Business Logic in the AI Era—Why Technology Isn’t the Bottleneck
Alibaba Cloud Native
Alibaba Cloud Native
Aug 29, 2025 · Artificial Intelligence

Build AI Apps with Natural Language Using VibeCoding: A Hands‑On Guide

This article demonstrates how to create diverse AI applications—such as a children’s picture‑book generator, a guessing‑game app, and an enterprise website with knowledge‑base Q&A—entirely through natural‑language prompts in VibeCoding, covering the setup, step‑by‑step construction, code‑free publishing, integration of various AI services, deployment configurations, and practical tips for reliable development.

AI integrationCloud NativeNext.js
0 likes · 17 min read
Build AI Apps with Natural Language Using VibeCoding: A Hands‑On Guide
21CTO
21CTO
Aug 28, 2025 · Artificial Intelligence

How the Visual Studio August Update Supercharges AI‑Powered Development

Microsoft’s August 2022 Visual Studio update introduces AI‑driven enhancements such as GPT‑5 integration, expanded Copilot Chat capabilities, full Git history context, and unified blueprint‑native debugging, alongside new shortcuts and UI tweaks that streamline and smarten everyday development workflows.

CopilotGPT-5Visual Studio
0 likes · 3 min read
How the Visual Studio August Update Supercharges AI‑Powered Development
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 28, 2025 · Artificial Intelligence

How Agentic AI Is Transforming Software Engineering and Startup Success

In a deep interview, AI pioneer Andrew Ng explains that AI progress will follow multiple parallel paths beyond scaling, highlights the talent bottleneck for building Agentic AI, and shows how AI‑driven coding tools are shifting startup bottlenecks from engineering to product management while reshaping team structures and founder priorities.

AI talent bottleneckProduct ManagementSoftware engineering
0 likes · 15 min read
How Agentic AI Is Transforming Software Engineering and Startup Success
Zhihu Tech Column
Zhihu Tech Column
Jul 14, 2025 · Artificial Intelligence

How AI Turned Our Development Process into a 70% Automated Workflow

This article details a six‑month, B‑side product team experiment that evolved from a failed AI tool trial to a mature human‑AI collaboration model, achieving 60‑70% automation of development tasks, cutting weeks of work, and establishing a knowledge‑base that lets AI act as a true team member.

Knowledge ManagementSoftware engineeringai-development
0 likes · 28 min read
How AI Turned Our Development Process into a 70% Automated Workflow
大转转FE
大转转FE
Jul 1, 2025 · Artificial Intelligence

Boost AI Development Efficiency: Integrating MCP with Cursor

This article explains the Model Context Protocol (MCP), compares it with traditional function calling, and provides a step‑by‑step guide for integrating MCP into the Cursor editor, including token generation, configuration, server setup, and practical examples that dramatically improve AI‑assisted development productivity.

CursorMCPTool Integration
0 likes · 14 min read
Boost AI Development Efficiency: Integrating MCP with Cursor
Eric Tech Circle
Eric Tech Circle
Jun 22, 2025 · Artificial Intelligence

Boost Your Cursor AI Workflow with Custom Modes and Minimal Prompts

This guide explains how to leverage Cursor's Custom Modes to create reusable AI workflows, reduce repetitive prompt writing, and achieve faster, more precise results by configuring mode properties, selecting appropriate tools and models, and using concise natural‑language instructions.

Cursor AICustom ModesPrompt Engineering
0 likes · 9 min read
Boost Your Cursor AI Workflow with Custom Modes and Minimal Prompts
Architecture & Thinking
Architecture & Thinking
Jun 11, 2025 · Artificial Intelligence

Accelerate LLM App Development with Eino: A Go Framework Walkthrough

Eino is an open‑source Golang framework for building large‑model applications, offering reusable components, robust orchestration, clean APIs, best‑practice templates, and full‑cycle DevOps tools, with code examples for both Ollama and OpenAI modes, plus streaming and normal output options.

GoLLMOpenAI
0 likes · 10 min read
Accelerate LLM App Development with Eino: A Go Framework Walkthrough
Efficient Ops
Efficient Ops
Mar 9, 2025 · Artificial Intelligence

Essential LLMOps Tools: Build, Deploy, Monitor, and Manage Large Language Models

LLMOps, the end-to-end methodology for managing large language models, encompasses a curated set of development, deployment, monitoring, and local management tools—such as LangChain, vLLM, LangSmith, and Ollama—enabling practitioners to efficiently build, scale, and maintain AI applications.

LLMOpsLarge Language ModelsModel Deployment
0 likes · 6 min read
Essential LLMOps Tools: Build, Deploy, Monitor, and Manage Large Language Models
Ubuntu
Ubuntu
Mar 1, 2025 · Artificial Intelligence

Step-by-Step Ubuntu AI Setup: Build and Run Your First Model

This guide walks you through the full process of preparing an Ubuntu 24.04 system, installing Python, Git, and a virtual environment, adding TensorFlow, Keras, and PyTorch, and finally coding, training, and evaluating a simple MNIST classifier to demonstrate a working AI model.

MNISTPyTorchTensorFlow
0 likes · 7 min read
Step-by-Step Ubuntu AI Setup: Build and Run Your First Model
AI Code to Success
AI Code to Success
Feb 14, 2025 · Artificial Intelligence

TensorFlow vs PyTorch: Which Deep Learning Framework Wins for Your Projects?

An in‑depth comparison of TensorFlow and PyTorch examines their computation graph models, deployment tools, API ergonomics, community ecosystems, and performance characteristics, helping developers decide which framework best fits industrial production or fast‑paced research scenarios.

Deep LearningPyTorchTensorFlow
0 likes · 8 min read
TensorFlow vs PyTorch: Which Deep Learning Framework Wins for Your Projects?
Java Tech Enthusiast
Java Tech Enthusiast
Feb 5, 2025 · Artificial Intelligence

DeepSeek: AI Breakthrough and Recruitment Insights

DeepSeek’s open‑source R1 model shattered the prevailing belief that closed‑source giants like OpenAI dominate AI progress by introducing a pure reinforcement‑learning‑driven inference breakthrough with its GRPO algorithm, sparking global excitement, prompting political concern, and leading the company to aggressively hire engineers in Beijing and Hangzhou with competitive 14‑month salaries despite demanding top‑conference publications.

DeepSeekGRPO algorithmOpen-source AI
0 likes · 7 min read
DeepSeek: AI Breakthrough and Recruitment Insights
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Jan 6, 2025 · Cloud Native

How Fluid Enables Seamless Dynamic Dataset Mounting for Cloud‑Native AI Development

PAI‑DSW leverages the Fluid project to provide a cloud‑native AI development platform where data scientists can dynamically mount and unmount OSS datasets on running Kubernetes pods without restarting, improving workflow efficiency and addressing the challenges of heterogeneous data source management in AI engineering.

Cloud NativeData EngineeringFluid
0 likes · 18 min read
How Fluid Enables Seamless Dynamic Dataset Mounting for Cloud‑Native AI Development
21CTO
21CTO
Aug 23, 2024 · Artificial Intelligence

Unlock Generative AI in Go: Introducing Google’s Genkit for Go Framework

Google’s newly released Genkit for Go is an open‑source framework that lets Go developers combine the language’s performance with Genkit’s AI tools to build generative AI applications, offering unified APIs, observability, vector‑database support, and extensible plugins for rapid AI workflow creation.

Genkitai-developmentframework
0 likes · 5 min read
Unlock Generative AI in Go: Introducing Google’s Genkit for Go Framework
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 23, 2024 · Artificial Intelligence

Mastering Prompt Engineering: Advanced Techniques from Top AI Labs

This comprehensive guide examines cutting‑edge prompt‑engineering strategies—covering clear instruction design, role‑playing, separators, step‑by‑step workflows, external tools, systematic testing, and case studies from Anthropic, Google, and practical Img2Code applications—to help developers achieve more accurate and powerful interactions with large language models.

Large Language ModelsPrompt Engineeringai-development
0 likes · 21 min read
Mastering Prompt Engineering: Advanced Techniques from Top AI Labs
JavaEdge
JavaEdge
Aug 17, 2024 · Artificial Intelligence

Exploring LangGraph Studio: A Visual IDE for Building LLM Agents

LangGraph Studio is a new visual IDE that simplifies the development, debugging, and interactive iteration of complex LLM‑based agent applications, offering features such as graph visualization, real‑time state inspection, code‑aware debugging, and seamless integration with LangSmith, with step‑by‑step guidance for desktop users.

Agent IDELLMLangGraph
0 likes · 8 min read
Exploring LangGraph Studio: A Visual IDE for Building LLM Agents
Architecture Development Notes
Architecture Development Notes
Aug 4, 2024 · Artificial Intelligence

Why Mojo Could Replace Python for High-Performance AI Development

Mojo, a new language from Modular, combines Python-like ease with C++-level speed through static typing, MLIR integration, and hardware acceleration, enabling AI developers to write high-performance models without learning complex low-level languages, and its open-source release promises rapid ecosystem growth.

MLIRMojoStatic Typing
0 likes · 6 min read
Why Mojo Could Replace Python for High-Performance AI Development
Bilibili Tech
Bilibili Tech
Jun 7, 2024 · Artificial Intelligence

AI Development for Frontend Developers: From Basics to Agent Implementation

This article guides frontend developers through AI development, comparing model training, fine‑tuning, prompt engineering, and Retrieval‑Augmented Generation, then explains agent creation via ReAct and tool‑call methods, and showcases Langchain and Flowise as low‑code frameworks for building domain‑specific AI agents.

AgentFlowiseLangChain
0 likes · 13 min read
AI Development for Frontend Developers: From Basics to Agent Implementation
Tencent Cloud Developer
Tencent Cloud Developer
Jun 5, 2024 · Artificial Intelligence

Introduction to AI Development and Practical Applications

The article surveys AI development from early GPT experiments to real‑world deployments, explaining how tools like LangChain and Retrieval‑Augmented Generation enable sophisticated agents, multi‑prompt workflows, and function calls for chatbots, education, and creative content while addressing accuracy, resource, and ethical challenges.

AI DemosBig ModelsGPTs
0 likes · 34 min read
Introduction to AI Development and Practical Applications
Baidu Tech Salon
Baidu Tech Salon
Apr 16, 2024 · Artificial Intelligence

Baidu Launches Second 'Wenxin Cup' AI Startup Competition with Up to 50 Million RMB Investment

Baidu has launched the second Wenxin Cup AI startup competition, inviting global and university teams to develop AI‑native applications and compete for cash prizes—including a new Special Award of up to 50 million RMB—while providing technical guidance, ecosystem resources, and mentorship to accelerate the AI entrepreneurship ecosystem.

AI competitionBaiduEntrepreneurship
0 likes · 6 min read
Baidu Launches Second 'Wenxin Cup' AI Startup Competition with Up to 50 Million RMB Investment
CSS Magic
CSS Magic
Apr 12, 2024 · Artificial Intelligence

Answering Common Kimi API Questions and Exploring AI App Development

This article addresses frequent Kimi API queries, explains the API's purpose, available endpoints, model specifications, token‑based pricing, differences from the web assistant, response variability, JSON output workarounds, and shares upcoming roadmap items for developers building AI applications.

Chat CompletionJSON outputKimi API
0 likes · 10 min read
Answering Common Kimi API Questions and Exploring AI App Development
DaTaobao Tech
DaTaobao Tech
Jan 3, 2024 · Artificial Intelligence

AIGC: The Dawn of AI-Generated Content

AIGC, or AI‑generated content, spans text, image, audio and video creation, evolving from early experiments to rapid growth marked by breakthroughs like ChatGPT and GPT‑3/4, with large models providing the technical foundation, while addressing technical hurdles, ethical concerns, and future application trends worldwide.

AIGCBig ModelsContent Generation
0 likes · 20 min read
AIGC: The Dawn of AI-Generated Content
21CTO
21CTO
Nov 8, 2023 · Artificial Intelligence

What OpenAI DevDay Revealed: GPT Builder, GPT‑4 Turbo & the Rise of UGC AI

OpenAI’s DevDay showcased a suite of new tools—including GPT Builder for custom models, the GPT Store for creator revenue, GPT‑4 Turbo with longer context and multimodal support, plus deeper Microsoft collaboration—signaling a shift toward more accessible, community‑driven artificial intelligence.

ChatGPTGPT BuilderGPT-4 Turbo
0 likes · 12 min read
What OpenAI DevDay Revealed: GPT Builder, GPT‑4 Turbo & the Rise of UGC AI
phodal
phodal
Sep 24, 2023 · Artificial Intelligence

Designing a JVM‑Based LLM Framework: Insights from Chocolate Factory

This article explores the design principles, architectural decisions, and practical code examples behind the Chocolate Factory framework, a JVM‑centric LLM development platform inspired by LangChain, LlamaIndex, Spring AI, and PromptFlow, highlighting SDK construction, RAG workflows, and prompt engineering challenges.

JVMLLMPrompt Engineering
0 likes · 11 min read
Designing a JVM‑Based LLM Framework: Insights from Chocolate Factory
21CTO
21CTO
Sep 24, 2023 · Artificial Intelligence

Why Mojo Promises C‑Level Speed with Python Simplicity for AI Development

This article introduces Mojo, a new AI‑focused programming language that combines Python’s ease of use with C‑grade performance, explains its claimed 35,000× speed boost, and walks through its seven key features and code examples for developers.

C performanceCode examplesMojo
0 likes · 10 min read
Why Mojo Promises C‑Level Speed with Python Simplicity for AI Development
JD Tech
JD Tech
Sep 19, 2023 · Artificial Intelligence

Leveraging GPT for Code Writing, Script Generation, and Business Integration

This article demonstrates how to use GPT to accelerate code development, automate script creation, and integrate AI-driven suggestions into real‑world business scenarios such as e‑commerce promotion, providing practical tips, example prompts, and ready‑to‑run code snippets.

Business IntegrationFlutterGPT
0 likes · 10 min read
Leveraging GPT for Code Writing, Script Generation, and Business Integration
JD Retail Technology
JD Retail Technology
Aug 29, 2023 · Artificial Intelligence

ChatGPT 0720 Update: Custom Instructions, System Messages, and Implementation Guide

The article introduces the ChatGPT 0720 update, explains the new Custom Instructions feature, shows how to enable and configure it, compares responses with and without the feature, and provides detailed code examples for implementing similar functionality via system messages in developer tools.

ChatGPTCustom InstructionsPrompt Engineering
0 likes · 8 min read
ChatGPT 0720 Update: Custom Instructions, System Messages, and Implementation Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 10, 2023 · Artificial Intelligence

Enhancing Large Language Models with LangChain: Prompt Engineering, Chains, Agents, and Node.js Implementation

This article explains the limitations of large language models, introduces prompt engineering as a remedy, and provides a comprehensive guide to using the LangChain framework—including models, prompts, chains, agents, vector search, and practical Node.js code examples—to enable LLMs to interact with external tools and data sources.

AgentsLLMLangChain
0 likes · 35 min read
Enhancing Large Language Models with LangChain: Prompt Engineering, Chains, Agents, and Node.js Implementation
21CTO
21CTO
Jul 8, 2023 · Artificial Intelligence

Unlocking LangChain: Build End-to-End LLM Apps with Chains, Agents, and Memory

This article introduces LangChain—a modular framework for constructing large‑language‑model applications—covering its core components, asynchronous support, prompt engineering, memory handling, chain and agent workflows, token considerations, embedding techniques, and a step‑by‑step Python example that culminates in a Gradio‑based conversational chatbot.

EmbeddingLangChainLarge Language Models
0 likes · 20 min read
Unlocking LangChain: Build End-to-End LLM Apps with Chains, Agents, and Memory
21CTO
21CTO
Mar 11, 2023 · Artificial Intelligence

Microsoft Announces Multimodal GPT-4: A New ‘iPhone Moment’ for AI

Microsoft Germany's CTO announced the imminent release of a multimodal GPT‑4, highlighting its ability to process text, images and video, while executives liken the breakthrough to an “iPhone moment” for AI, emphasizing new capabilities, industry disruption, and responsible data use.

GPT-4Large Language ModelsMicrosoft
0 likes · 6 min read
Microsoft Announces Multimodal GPT-4: A New ‘iPhone Moment’ for AI
21CTO
21CTO
Nov 12, 2022 · Artificial Intelligence

What New GitHub Universe Features Mean for AI‑Powered Development?

GitHub's recent Universe event unveiled AI‑driven tools like Copilot for Business, voice‑controlled coding, enhanced Codespaces, a revamped code search engine, and expanded developer statistics, sparking debate on their practical impact and future of software development.

Code searchCopilotGitHub
0 likes · 5 min read
What New GitHub Universe Features Mean for AI‑Powered Development?
DataFunTalk
DataFunTalk
Jan 12, 2022 · Artificial Intelligence

Advances in Knowledge Graph Construction: AI Development, Named Entity Recognition, Relation Extraction, and Attribute Completion

This technical report presents a comprehensive overview of artificial intelligence evolution, knowledge‑graph construction techniques—including traditional, cross‑lingual and reading‑comprehension based named entity recognition, weak‑supervised and joint relation extraction, attribute completion via multi‑source cues, and conditional knowledge‑graph modeling—highlighting recent research findings and experimental results.

Named Entity Recognitionai-developmentattribute completion
0 likes · 20 min read
Advances in Knowledge Graph Construction: AI Development, Named Entity Recognition, Relation Extraction, and Attribute Completion
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 8, 2021 · Artificial Intelligence

How Huawei’s Pangu Pre‑trained Models Slash Development Costs and Boost Vision AI

In a detailed interview, Huawei Cloud experts explain how the ultra‑large Pangu CV and NLP models—trained on billions of parameters and terabytes of data—achieve top benchmark scores, simplify developer workflows, and deliver industry‑wide deployments that dramatically cut labeling effort and iteration time.

Huawei CloudPretrained Modelsai-development
0 likes · 9 min read
How Huawei’s Pangu Pre‑trained Models Slash Development Costs and Boost Vision AI