Tagged articles
12 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
May 27, 2026 · Artificial Intelligence

How a Top OpenAI Engineer Extracts Maximum Value from Codex

Jason Liu, the creator of the 13k‑star Instructor library and new Codex team member, reveals how to turn Codex into a persistent, autonomous agent using long‑living threads, Heartbeats + @computer, Goal mode, local memory storage, and validation loops for continuous work.

AI automationAgent workflowGoal mode
0 likes · 9 min read
How a Top OpenAI Engineer Extracts Maximum Value from Codex
Shi's AI Notes
Shi's AI Notes
Apr 24, 2026 · Backend Development

How OpenAI’s Responses API WebSocket Revamp Accelerates Agent Workflows by 40%

OpenAI identified API‑overhead as the new bottleneck after faster model inference and introduced a persistent WebSocket connection that caches conversation state, overlaps request phases, and preserves the original API shape, delivering up to a 40% end‑to‑end latency reduction and dramatically higher TPS.

Agent workflowOpenAIPerformance Optimization
0 likes · 11 min read
How OpenAI’s Responses API WebSocket Revamp Accelerates Agent Workflows by 40%
AI Waka
AI Waka
Apr 15, 2026 · Artificial Intelligence

How Claude Managed Agents Simplify Building AI Agents

Claude Managed Agents provides a fully managed cloud environment that handles agent loops, tool execution, context management, and session continuity, allowing developers to define an agent once and let Anthropic’s runtime take care of the rest, dramatically reducing infrastructure overhead.

AI AgentsAgent workflowAnthropic
0 likes · 13 min read
How Claude Managed Agents Simplify Building AI Agents
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 DocumentationAI developmentAgent workflow
0 likes · 7 min read
Why Switching to AI Development Makes You Busier, Not Faster
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 2, 2026 · Artificial Intelligence

Master OpenAI Codex: Install, Configure, and Boost Your Coding Workflow

This guide walks developers through the full lifecycle of OpenAI Codex—from understanding its role as a code‑agent, comparing it with Claude Code, and choosing the right usage mode, to installing the CLI, configuring MCP plugins, selecting models, and mastering the most common commands and shortcuts for an efficient AI‑augmented development workflow.

AI coding assistantAgent workflowCLI installation
0 likes · 19 min read
Master OpenAI Codex: Install, Configure, and Boost Your Coding Workflow
Shi's AI Notebook
Shi's AI Notebook
Mar 30, 2026 · Artificial Intelligence

AI Daily Digest March 30, 2026: Open‑Source Tools, Model Releases, and Research Highlights

The March 30 AI daily digest curates recent open‑source voice input and TypeScript libraries, new development workflows, a 30B parameter model that runs on 24 GB GPUs, and NVIDIA's PivotRL research that reduces reinforcement‑learning rollouts while matching end‑to‑end performance, all with concrete benchmarks and links.

AI toolsAgent workflowOpen Source
0 likes · 13 min read
AI Daily Digest March 30, 2026: Open‑Source Tools, Model Releases, and Research Highlights
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 developmentAgent workflowGitHub
0 likes · 12 min read
How Superpowers Transforms AI Coding into an Engineered Workflow
Code Mala Tang
Code Mala Tang
Feb 21, 2026 · Artificial Intelligence

Mastering Cursor AI Agents: Best Practices for Efficient Code Generation

This guide explains how to harness Cursor's AI agents for software development by covering agent harness components, planning modes, context management, rule and skill extensions, long‑running loops, image handling, common workflows like TDD and Git integration, parallel execution, cloud delegation, and debugging strategies.

AI AgentsAgent workflowBest Practices
0 likes · 20 min read
Mastering Cursor AI Agents: Best Practices for Efficient Code Generation
Shuge Unlimited
Shuge Unlimited
Feb 9, 2026 · Artificial Intelligence

Build Agent Workflows in 3 Minutes with Refly’s Natural‑Language Builder

Refly is an open‑source Agent Skills Builder that lets you create production‑grade AI workflows in minutes using natural language, offering versioned, reusable skills, runtime intervention, extensive tool integrations, and export options that outperform traditional automation platforms.

AI automationAgent workflowLLM
0 likes · 16 min read
Build Agent Workflows in 3 Minutes with Refly’s Natural‑Language Builder
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 3, 2026 · Industry Insights

How One Developer Merges 600 Commits a Day with AI: Inside the Clawdbot Workflow

In this in‑depth interview, Peter Steinberger explains how AI agents let him submit and merge hundreds of commits daily, replace traditional code reviews with prompt‑driven requests, and redesign his development workflow around a closed‑loop validation system that reshapes modern software engineering.

AI EngineeringAgent workflowCode Review
0 likes · 85 min read
How One Developer Merges 600 Commits a Day with AI: Inside the Clawdbot Workflow
Tech Freedom Circle
Tech Freedom Circle
Sep 25, 2025 · Artificial Intelligence

RAGFlow Primer Part 1: Introduction and Concept Deep Dive

This article provides a comprehensive technical overview of RAGFlow, an industrial‑grade Retrieval‑Augmented Generation platform, detailing its architecture, core components such as DeepDoc, intelligent chunking, embedding integration, multi‑stage retrieval, and agent workflow, while comparing it with traditional RAG shortcomings.

Agent workflowDeepDocIntelligent Chunking
0 likes · 32 min read
RAGFlow Primer Part 1: Introduction and Concept Deep Dive
Qborfy AI
Qborfy AI
Jul 11, 2025 · Artificial Intelligence

Building a Dynamic Agent Workflow with LangGraph: A Step‑by‑Step Guide

This tutorial walks through creating a full‑featured LLM Agent workflow using LangGraph, covering goal definition, task decomposition, execution nodes, state updates, re‑planning logic, and user feedback, while comparing ReAct and Reflexion approaches and providing complete Python code examples.

Agent workflowLLMLangChain
0 likes · 11 min read
Building a Dynamic Agent Workflow with LangGraph: A Step‑by‑Step Guide