# windmill

Published articles for windmill.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Automating quality support at scale: AI and human in the loop

DevFeed: [Automating quality support at scale: AI and human in the loop](<https://devfeed.tech/articles/automating-quality-support-at-scale-ai-and-human-in-the-loop-30723.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/support-automation>)

Author: Hugo Casademont

Published: 2026-08-18T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [email](<https://devfeed.tech/topics/email.md>), [Linear](<https://devfeed.tech/topics/linear.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-windmill-support-claude](<https://devfeed.tech/tags/ai-windmill-support-claude.md>), [automated](<https://devfeed.tech/tags/automated.md>), [claude](<https://devfeed.tech/tags/claude.md>), [discord](<https://devfeed.tech/tags/discord.md>), [email](<https://devfeed.tech/tags/email.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [linear](<https://devfeed.tech/tags/linear.md>), [slack](<https://devfeed.tech/tags/slack.md>), [support](<https://devfeed.tech/tags/support.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [windmill](<https://devfeed.tech/tags/windmill.md>)

### AI overview

Windmill describes an internal support-automation pipeline that consolidates Discord, Slack, email, and GitHub issues into a Discord queue. It uses Claude and customer context to triage requests, draft replies and fixes, while requiring human approval before responses are sent.

### Source excerpt

How does Windmill automate its own support? A Windmill pipeline funnels Discord, Slack and email tickets into one Discord queue, triages them with Claude, drafts replies, and dispatches fixes.

## How building AI Sessions was shaped by our own experience with Webmux

DevFeed: [How building AI Sessions was shaped by our own experience with Webmux](<https://devfeed.tech/articles/how-building-ai-sessions-was-shaped-by-our-own-experience-with-webmux-30715.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/how-webmux-shaped-ai-sessions>)

Author: Tristan Lécuyer

Published: 2026-07-26T00:00:00Z

Content type: opinion

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Git](<https://devfeed.tech/topics/git.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [browser](<https://devfeed.tech/tags/browser.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cli](<https://devfeed.tech/tags/cli.md>), [codex](<https://devfeed.tech/tags/codex.md>), [git](<https://devfeed.tech/tags/git.md>), [linear](<https://devfeed.tech/tags/linear.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [windmill](<https://devfeed.tech/tags/windmill.md>)

### AI overview

The article explains how Windmill's experience building and using Webmux, an open-source dashboard for supervising parallel AI coding agents, influenced the design of its AI Sessions product. It describes Webmux's worktree, tmux, web interface, Linear integration, terminal forwarding, and support for Claude Code and Codex.

### Source excerpt

Before we shipped a single line of AI Sessions, we had already spent months supervising AI coding agents on our own codebase, through Webmux, the open-source dashboard we built for ourselves. Here is how that daily use shaped the product.

## AI agent steps in Windmill flows

DevFeed: [AI agent steps in Windmill flows](<https://devfeed.tech/articles/ai-agent-steps-in-windmill-flows-30709.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/ai-agents>)

Author: Hugo Casademont

Published: 2025-11-12T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [workflow automation](<https://devfeed.tech/topics/workflow-automation.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [JSON Schema](<https://devfeed.tech/topics/json-schema.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-windmill-agents](<https://devfeed.tech/tags/ai-windmill-agents.md>), [automation](<https://devfeed.tech/tags/automation.md>), [json-schema](<https://devfeed.tech/tags/json-schema.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>), [windmill](<https://devfeed.tech/tags/windmill.md>)

### AI overview

This article explains how Windmill AI agent steps let workflows dynamically select and orchestrate tools based on context. It covers tool integration through Windmill scripts and MCP servers, JSON Schema-based tool definitions, structured output across AI providers, MCP compliance, and webhook or HTTP-triggered workflows with streaming options.

### Source excerpt

Implementing AI agent steps in Windmill flows: architecture decisions, multi-provider structured output handling, and MCP protocol compliance challenges.

## Windmill AI Chat: Context-aware assistance across the entire platform

DevFeed: [Windmill AI Chat: Context-aware assistance across the entire platform](<https://devfeed.tech/articles/windmill-ai-chat-context-aware-assistance-across-the-entire-platform-30710.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/ai-chat>)

Author: Hugo Casademont

Published: 2025-06-11T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [context](<https://devfeed.tech/topics/context.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-windmill](<https://devfeed.tech/tags/ai-windmill.md>), [chat](<https://devfeed.tech/tags/chat.md>), [code](<https://devfeed.tech/tags/code.md>), [context](<https://devfeed.tech/tags/context.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [windmill](<https://devfeed.tech/tags/windmill.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Windmill describes an AI chat assistant integrated across its platform, including the script editor, flow editor, app editor, and navigation. It offers Navigation, Script, and Flow modes, with context-aware assistance for documentation, code actions, and workflow creation.

### Source excerpt

Windmill AI Chat: Context-aware assistance integrated across the entire platform

## Windmill for Supporting Indigenous Communities - Conservation Metrics Case Study

DevFeed: [Windmill for Supporting Indigenous Communities - Conservation Metrics Case Study](<https://devfeed.tech/articles/windmill-for-supporting-indigenous-communities-conservation-metrics-case-study-30712.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/conservation-metrics-case-study>)

Author: Rudo Kemper

Published: 2025-06-03T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [etl](<https://devfeed.tech/topics/etl.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [brazil](<https://devfeed.tech/tags/brazil.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [case-study-testimonial-tech-for-good](<https://devfeed.tech/tags/case-study-testimonial-tech-for-good.md>), [dagster](<https://devfeed.tech/tags/dagster.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [etl](<https://devfeed.tech/tags/etl.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-software](<https://devfeed.tech/tags/open-source-software.md>), [tech-for-good](<https://devfeed.tech/tags/tech-for-good.md>), [testimonial](<https://devfeed.tech/tags/testimonial.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>), [windmill](<https://devfeed.tech/tags/windmill.md>), [work](<https://devfeed.tech/tags/work.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This case study describes how Conservation Metrics uses Windmill to support environmental monitoring and data sovereignty initiatives with indigenous communities. The workflows collect data from field applications and wildlife sensors, process and load it into databases, generate reports and alerts, notify communities through WhatsApp, and update monitoring dashboards.

### Source excerpt

This is a testimonial from Rudo Kemper from Conservation Metrics about how Windmill has helped them build open-source software for indigenous communities, enabling automated data processing and critical alerts for environmental protection.

## Two days in Barcelona with the Svelte community

DevFeed: [Two days in Barcelona with the Svelte community](<https://devfeed.tech/articles/two-days-in-barcelona-with-the-svelte-community-30724.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/svelte-summit-2025>)

Author: Guilhem Le Mouel

Published: 2025-05-20T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [frontend development](<https://devfeed.tech/topics/frontend-development.md>), [Development](<https://devfeed.tech/topics/development.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [community](<https://devfeed.tech/tags/community.md>), [frontend-development](<https://devfeed.tech/tags/frontend-development.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [sponsor](<https://devfeed.tech/tags/sponsor.md>), [summit](<https://devfeed.tech/tags/summit.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [svelte-5](<https://devfeed.tech/tags/svelte-5.md>), [svelte-summit](<https://devfeed.tech/tags/svelte-summit.md>), [svelte-svelte-summit-sveltekit-svelte-5](<https://devfeed.tech/tags/svelte-svelte-summit-sveltekit-svelte-5.md>), [sveltekit](<https://devfeed.tech/tags/sveltekit.md>), [talks](<https://devfeed.tech/tags/talks.md>), [windmill](<https://devfeed.tech/tags/windmill.md>)

### AI overview

A first-hand account of attending Svelte Summit Spring 2025 in Barcelona, covering the event's community atmosphere, talks, and Windmill's decision to use Svelte for its frontend.

### Source excerpt

A first-hand account of the Svelte Summit Spring 2025 in Barcelona, exploring the talks, community, and why Windmill chose Svelte for its frontend development.

## Windmill for AI Workflows - Investing.com Case Study

DevFeed: [Windmill for AI Workflows - Investing.com Case Study](<https://devfeed.tech/articles/windmill-for-ai-workflows-investing-com-case-study-30716.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/investing-case-study>)

Author: Yonathan Adest

Published: 2025-02-24T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [Automation](<https://devfeed.tech/topics/automation.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [etl](<https://devfeed.tech/topics/etl.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [airflow](<https://devfeed.tech/topics/airflow.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [airflow](<https://devfeed.tech/tags/airflow.md>), [automation](<https://devfeed.tech/tags/automation.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [case-study-testimonial-fintech-investing](<https://devfeed.tech/tags/case-study-testimonial-fintech-investing.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [docker-compose](<https://devfeed.tech/tags/docker-compose.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [etl](<https://devfeed.tech/tags/etl.md>), [fintech](<https://devfeed.tech/tags/fintech.md>), [human-review](<https://devfeed.tech/tags/human-review.md>), [investing](<https://devfeed.tech/tags/investing.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [push-notifications](<https://devfeed.tech/tags/push-notifications.md>), [recommendations](<https://devfeed.tech/tags/recommendations.md>), [testimonial](<https://devfeed.tech/tags/testimonial.md>), [windmill](<https://devfeed.tech/tags/windmill.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This Investing.com case study describes how its AI team uses Windmill to orchestrate content processing and distribution, stock-analysis report generation, and ETL workflows. The workflows use webhooks, AI models, vector embeddings, human review, and PostgreSQL, while Windmill provides tracing, logging, and Docker Compose deployment.

### Source excerpt

This is a testimonial from Yonathan Adest, CTO at Investing.com, about how Windmill has helped them to automate their workflows and improve their data processing capabilities.