frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Pipelex – declarative language for repeatable AI workflows (MIT)

https://github.com/Pipelex/pipelex
23•lchoquel•8h ago
We’re Robin, Louis, and Thomas. Pipelex is a DSL and a Python runtime for repeatable AI workflows. Think Dockerfile/SQL for multi-step LLM pipelines: you declare steps and interfaces; any model/provider can fill them.

Why this instead of yet another workflow builder?

- Declarative, not glue code: you state what to do; the runtime figures out how. - Agent-first: each step carries natural-language context (purpose, inputs/outputs with meaning) so LLMs can follow, audit, and optimize. Our MCP server enables agents to run pipelines but also to build new pipelines on demand. - Open standard under MIT: language spec, runtime, API server, editor extensions, MCP server, n8n node. - Composable: pipes can call other pipes, created by you or shared in the community.

Why a domain-specific language?

- We need context, meaning and nuances preserved in a structured syntax that both humans and LLMs can understand - We need determinism, control, and reproducibility that pure prompts can't deliver - Bonus: editors, diffs, semantic coloring, easy sharing, search & replace, version control, linters…

How we got there:

Initially, we just wanted to solve every use-case with LLMs but kept rebuilding the same agentic patterns across different projects. So we challenged ourselves to keep the code generic and separate from use-case specifics, which meant modeling workflows from the relevant knowledge and know-how.

Unlike existing code/no-code frameworks for AI workflows, our abstraction layer doesn't wrap APIs, it transcribes business logic into a structured, unambiguous script executable by software and AI. Hence the "declarative" aspect: the script says what should be done, not how to do it. It's like a Dockerfile or SQL for AI workflows.

Additionally, we wanted the language to be LLM-friendly. Classic programming languages hide logic and context in variable names, functions, and comments: all invisible to the interpreter. In Pipelex, these elements are explicitly stated in natural language, giving AI full visibility: it's all logic and context, with minimal syntax.

Then, we didn't want to write Pipelex scripts ourselves so we dogfooded: we built a Pipelex workflow that writes Pipelex workflows. It's in the MCP and CLI: "pipelex build pipe '…'" runs a multi-step, structured generation flow that produces a validated workflow ready to execute with "pipelex run". Then you can iterate on it yourself or with any coding agent.

What’s included: Python library, FastAPI and Docker, MCP server, n8n node, VS Code extension.

What we’d like from you

1. Build a workflow: did the language work for you or against you? 2. Agent/MCP workflows and n8n node usability. 3. Suggest new kinds of pipes and other AI models we could integrate 4. Looking for OSS contributors to the core library but also to share pipes with the community

Known limitations

- Connectors: Pipelex doesn’t integrate with “your apps”, we focus on the cognitive steps, and you can integrate through code/API or using MCP or n8n - Visualization: we need to generate flow-charts - The pipe builder is still buggy - Run it yourself: we don’t yet provide a hosted Pipelex API, it’s in the works - Cost-tracking: we only track LLM costs, not image generation or OCR costs yet - Caching and reasoning options: not supported yet

Links

- GitHub: https://github.com/Pipelex/pipelex - Cookbook: https://github.com/Pipelex/pipelex-cookbook - Starter: https://github.com/Pipelex/pipelex-starter - VS Code extension: https://github.com/Pipelex/vscode-pipelex - Docs: [https://docs.pipelex.com](https://docs.pipelex.com/) - Demo video (2 min): https://youtu.be/dBigQa8M8pQ - Discord for support and sharing: https://go.pipelex.com/discord

Thanks for reading. If you try Pipelex, tell us exactly where it hurts, that’s the most valuable feedback we can get.

Comments

RoyTyrell•8h ago
Sorry, I guess I'm not fully understanding what this is exactly. Would you describe this as a low-code/no-code agent generator? So if you can define requirements via a pipelex "config" file, Pipelex will generate a python-based agent?
lchoquel•8h ago
Hi RoyTyrell, I guess you could call it low-code, a new kind of no-code where we have natural language in the mix. But no, Pipelex does not generate a python-based agent: the pipelex script is interpreted at runtime.
ronaldgumo•8h ago
Very cool declarative + agent-first is the right direction. Love the “Dockerfile for AI reasoning” analogy. Excited to try composing Pipelex with Codiris workflows.

Waiting for partnership to propose to our users

lchoquel•8h ago
Thanks, Ronald! Yes, very interested in discussing integrations. Pipelex is super modular and open by design, so it should be a breeze.

AI's labor market squeeze tightens

https://www.axios.com/2025/10/28/ai-jobs-amazon-layoffs
1•moneycantbuy•4m ago•1 comments

FCC Changes Course on the Price of Prisoners' Phone Calls

https://www.nytimes.com/2025/10/28/upshot/prisoners-phone-calls-prices.html
1•coloneltcb•6m ago•0 comments

Semantic Compression with Large Language Models

https://arxiv.org/abs/2304.12512
1•manikandaraj•10m ago•0 comments

ChatGPT Atlas

https://openai.com/index/introducing-chatgpt-atlas/
1•manikandaraj•13m ago•1 comments

Galactic Empires May Live at the Center of Our Galaxy, Hence Why We Don't Hear

https://www.universetoday.com/articles/galactic-empires-may-live-at-the-center-of-our-galaxy-henc...
2•atilimcetin•16m ago•1 comments

Saint Pierre and Miquelon

https://en.wikipedia.org/wiki/Saint_Pierre_and_Miquelon
1•derbOac•18m ago•0 comments

Opportunistic Mutation in Roc

https://www.roc-lang.org/functional#opportunistic-mutation
2•coffeeaddict1•20m ago•0 comments

Online outages: Q3 2025 Internet disruption summary

https://blog.cloudflare.com/q3-2025-internet-disruption-summary/
1•corvad•22m ago•0 comments

Show HN: Monitor on Your Chess Addiction

https://chess-stats.alexboden.ca/
2•alexboden•23m ago•0 comments

Red Hat to Distribute Nvidia CUDA Across RHEL, Red Hat AI and OpenShift

https://www.phoronix.com/news/Red-Hat-Distribute-CUDA-RHEL
2•ashvardanian•23m ago•0 comments

Ask HN: Are the tech levels now diluted post-pandemic (Google/Meta)

2•alpb•26m ago•0 comments

Show HN: Sonura Studio: AI music production built for collaboration

https://sonurastudio.com/
1•kindred•28m ago•0 comments

Discovering state-of-the-art reinforcement learning algorithms

https://www.nature.com/articles/s41586-025-09761-x
4•lawrenceyan•30m ago•0 comments

X-59 Soars: A New Era in Supersonic Flight Begins – Oct 28, 2025

https://news.lockheedmartin.com/2025-10-28-X-59-Soars-A-New-Era-in-Supersonic-Flight-Begins
2•bpierre•34m ago•0 comments

Database backups, dump files and restic

https://strugglers.net/posts/2025/database-backups-dump-files-and-restic/
3•todsacerdoti•37m ago•0 comments

Pearl: A Foundation Model for Placing Every Atom in the Right Location [pdf]

https://genesis.ml/wp-content/uploads/2025/10/pearl_technical_report.pdf
3•daedalus2718•37m ago•0 comments

Show HN: OXH AI – Open-Source AI Crypto Signal Platform with Real-Time Analysis

https://www.oxher.com
1•oxhai•45m ago•0 comments

Show HN: Created a Live Anime Channel, no server necessary

https://animaxreboot.pages.dev/
2•LandOfMightDev•46m ago•3 comments

Westinghouse is claiming a nuclear deal would see $80B of new reactors

https://arstechnica.com/science/2025/10/westinghouse-is-claiming-a-nuclear-deal-would-see-80b-of-...
5•atilimcetin•51m ago•2 comments

AMZN Layoffs show what AI is coming for our jobs, whether its good enough or not

https://www.amazonclimatejustice.org/open-letter
1•todchavez•54m ago•2 comments

Trial investigates how smart flooring could protect from fall-related injuries

https://www.surrey.ac.uk/news/new-trial-investigates-how-smart-flooring-could-protect-older-adult...
2•1659447091•54m ago•1 comments

DataGrip Is Now Free for Non-Commercial Use

https://blog.jetbrains.com/datagrip/2025/10/01/datagrip-is-now-free-for-non-commercial-use/
3•achristmascarl•55m ago•0 comments

Daily-Verse

https://github.com/patlehmann1/daily-verse
1•lehmann_dev•59m ago•0 comments

Can a Startup Make Computer Chips Cheaper Than the Industry's Giants?

https://www.nytimes.com/2025/10/28/business/can-a-start-up-make-computer-chips-cheaper-than-the-i...
1•ripe•1h ago•0 comments

Applied Keynesian Psychology

https://fi-le.net/keynes/
1•fi-le•1h ago•0 comments

Granite 4.0 Nano: Just how small can you go?

https://huggingface.co/blog/ibm-granite/granite-4-nano
1•CharlesW•1h ago•0 comments

Volunteers Step in to Help Understaffed NOAA Track Hurricane Melissa

https://www.nytimes.com/2025/10/28/climate/noaa-volunteers-hurricane-melissa.html
11•perihelions•1h ago•0 comments

The spillover effects of AI on open source software development

2•jennjwang•1h ago•0 comments

Ask HN: AI has changed my job for the worse

7•yodsanklai•1h ago•4 comments

Bananas in smoothies block flavanol absorption by up to 84%

https://www.sciencedaily.com/releases/2025/10/251027224844.htm
3•Gaishan•1h ago•1 comments