1,132 results for Workflow · 2.116s

News for “Workflow”
19 results • 2111 ms server time
Moozonian News
news.ycombinator.com• Nov 2, 2025• 1 min read
Ask HN: is this a common LLM-assisted development workflow?I generally frame a problem for the agent and present a few solutions and ask if it can come up with some pros and cons of the solutions. I read the output and make a decision on the best approach based on that output.Then, I'll tell the LLM what I think the best step-by-step approach will be. It may have some tweaks that I'll read and either agree with or say "no let's keep it how I proposed." Then I ask the LLM to execute the first step. It generates code, which I review, and I either accept it, accept it but make tweaks, or reject it and tell the LLM why I don't think it's going down the right path.I iterate like this until the problem is solved to my liking.I see a bunch of people writing about vibe-coding and I can't fathom wholesale accepting model output. But this workflow seems to work really well for me. I would say I ship high-quality code and maybe 10x faster than I used to.
Advertisement
Moozonian News
github.com• Oct 28, 2025• 1 min read
Show HN: Pipelex – Declarative language for repeatable AI workflowsWe’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:
Moozonian News
news.ycombinator.com• Oct 8, 2025• 1 min read
Show HN: Loopdesk – AI video editor with chat-based workflows and GPU renderingHey HN,We're launching Loopdesk Beta v2 today after 6 months of working with 300+ creators. It's an AI-powered video editor that uses chat-based prompting and genre-specific workflows.The Problem We're SolvingVideo editing is time-consuming, especially for content creators who need to produce videos regularly. The traditional timeline-based editing workflow requires manual sorting, organizing clips, adding captions, generating highlights, and applying effects. For podcasters and educational content creators, explaining jargon or adding visual annotations adds another layer of complexity. We wanted to automate the repetitive parts while keeping creative control.How We Got HereWe started this project because we were creating tutorial content ourselves and spending 4-5 hours editing a single 20-minute video. The bottleneck wasn't the creative decisions—it was the mechanical tasks: organizing footage, transcribing, captioning, finding key moments. We tried existing AI editors but found the
Advertisement
Moozonian News
news.ycombinator.com• Aug 31, 2025• 1 min read
Launch HN: VibeFlow (YC S25) – Web app generator with visual, editable workflowsHi HN! We’re Alessia and Elia, the founders of VibeFlow (https://vibeflow.ai). VibeFlow lets semi-technical people (i.e. people with some technical skill but who are not professional programmers) build full-stack web apps from natural language prompts, while making the underlying business logic clear and editable as a visual workflow. Demo video: https://www.youtube.com/watch?v=-CwWd3-b1JI.The problem we’re trying to solve: today, people who want to build apps without coding often have to stitch together multiple tools, e.g. using Lovable for the frontend, n8n for workflows, and Supabase for the database. That creates data silos and leaves builders with fragile apps that break in production, don’t scale, and aren’t safe. We saw YouTube tutorials teaching people how to duct-tape these together just to get a functional app running. As engineers building no-code tools, we realized that people wanted the power of AI-generated UIs but also the ability to see and control their backend workfl
Advertisement