Tagged articles
74 articles
Page 1 of 1
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.

AI DevelopmentAPI DiagnosticsAnthropic
0 likes · 9 min read
Claude Adds Prompt Cache Diagnostics to Pinpoint Token Cost Spikes
Frontend AI Walk
Frontend AI Walk
May 16, 2026 · Artificial Intelligence

Addy Osmani’s Agent Skills: Making Claude Code a Disciplined AI Coding Partner

This guide walks developers through the open‑source addyosmani/agent‑skills repository, explains its seven essential slash commands, shows how to install them via plugin or manual copy, demonstrates a complete AI‑assisted development loop, and compares the workflow with ECC agents.

AI DevelopmentAgent SkillsClaude Code
0 likes · 15 min read
Addy Osmani’s Agent Skills: Making Claude Code a Disciplined AI Coding Partner
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.

AI DevelopmentCLI CommandsDevOps
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.

AI DevelopmentClaudeCode 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.

AI DevelopmentAgentSkill Design
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.

AI DevelopmentClaude CodeDeveloper Guide
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.

AI DevelopmentClaude CodeGitHub
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.

AI DevelopmentAgentScopeAgentic
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.

AI DevelopmentOpenSpecSuperpowers
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.

AI DevelopmentCodexOpenSpec
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 DevelopmentAI Documentationagent workflow
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.

AI DevelopmentAgentCoze
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.

AI DevelopmentAnthropicClaude API
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.

AI DevelopmentClaude Codeautomation
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 %.

AI DevelopmentTechnical Debtsoftware-engineering
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 DevelopmentAI IDECode Automation
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.

AI DevelopmentContext 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 DevelopmentAI agentsMTC
0 likes · 10 min read
Tired of Complex AI Tools? The New SOLO Standalone Promises Real Productivity
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.

AI DevelopmentClaude CodeWorkflow 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 DevelopmentAI workflowSuperpowers
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.

AI DevelopmentHarness Engineeringprompt engineering
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.

AI DevelopmentCodexOpenAI
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.

AI DevelopmentCLIClaude 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.

AI DevelopmentClaudeDevSwarm
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.

AI DevelopmentDeploymentGitHub
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.

AI DevelopmentCustom 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.

AI DevelopmentGitHubSuperpowers
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.

AI DevelopmentClaude CodeDevOps
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.

AI DevelopmentAgent ArchitectureClaude Code
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.

AI DevelopmentClaude Codehackathon
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.

AI DevelopmentASTRAG
0 likes · 17 min read
How to Build Efficient Code Search with Vector Embeddings and AST Indexing
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.

AI DevelopmentAntigravity IDEC# code
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.

AI DevelopmentLLMPython
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 DevelopmentAI browsersAI podcast
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.

AI DevelopmentLLMLangChain
0 likes · 9 min read
Mastering LangChain: A Hands‑On Guide to Building LLM Applications
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Sep 13, 2025 · Artificial Intelligence

Choosing the Right Path for RAG Development: Low‑Code Platforms vs Open‑Source Frameworks

This article compares low‑code development platforms with open‑source large‑model frameworks such as LangChain and LlamaIndex, outlining their features, advantages, limitations, and suitability for building retrieval‑augmented generation (RAG) applications in various enterprise scenarios.

AI DevelopmentLangChainLlamaIndex
0 likes · 13 min read
Choosing the Right Path for RAG Development: Low‑Code Platforms vs Open‑Source Frameworks
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 AgentAI DevelopmentChatbot
0 likes · 11 min read
Build an AI Agent Mini‑Game in 30 Minutes
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 DevelopmentAI integrationCloud Native
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.

AI DevelopmentCopilotGPT-5
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 DevelopmentAI talent bottleneckAgentic AI
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.

AI Developmentknowledge managementproductivity
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.

AI DevelopmentCursorMCP
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.

AI DevelopmentCursor AICustom Modes
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.

AI DevelopmentFrameworkGo
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.

AI DevelopmentLLMOpsModel Deployment
0 likes · 6 min read
Essential LLMOps Tools: Build, Deploy, Monitor, and Manage Large Language Models
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.

AI DevelopmentDeep LearningPyTorch
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.

AI DevelopmentDeepSeekGRPO algorithm
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.

AI DevelopmentCloud NativeFluid
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.

AI DevelopmentFrameworkGenkit
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.

AI DevelopmentModel Evaluationbest practices
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.

AI DevelopmentAgent IDELLM
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.

AI DevelopmentMLIRMojo
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.

AI DevelopmentAgentFlowise
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 DemosAI DevelopmentAgent Frameworks
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 DevelopmentAI competitionBaidu
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.

AI DevelopmentChat CompletionJSON output
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.

AI DevelopmentAIGCBig Models
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.

AI DevelopmentChatGPTGPT Builder
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.

AI DevelopmentFrameworkJVM
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.

AI DevelopmentC performanceCode Examples
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.

AI DevelopmentFlutterGPT
0 likes · 10 min read
Leveraging GPT for Code Writing, Script Generation, and Business Integration
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.

AI DevelopmentLLMLangChain
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.

AI DevelopmentEmbeddingLangChain
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.

AI DevelopmentGPT-4Microsoft
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.

AI DevelopmentCopilotGitHub
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.

AI Developmentattribute completionknowledge graph
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.

AI DevelopmentHuawei Cloudpretrained models
0 likes · 9 min read
How Huawei’s Pangu Pre‑trained Models Slash Development Costs and Boost Vision AI