Alternatives
Products that do what Finyuus does
A code-first language for durable, governed AI workflows
- 1

- 2

- 3YA
2013 · research.microsoft.com
- 4

- 5WA
Today you can easily adopt AI coding tools because you have git for branching and rolling back if AI writes bad code. We haven't seen this same capability for data and decided to build it ourselves. Nile is a new kind of data lake, purpose built for using with AI. It can act as your data engineer or data analyst creating new tables and rolling back bad changes in seconds. We support real versions for data, schema, and ETL. We'd love your feedback on any part of what we are building - https://getnile.ai/ What do you think?
Jan 2026
- 6CA
I built this because I was tired of creating pull requests in 20 repositories just to change a single line of workflow job version. With Infra as AI, just mention the change. Agents work on all repos in parallel, read the docs, make a bunch of PRs and fill in the description. You can see the demo of the actual dashboard in the landing. Let me know your thoughts :) It means a lot to me!
Sep 2025 · infrastructureas.ai
- 7

ChatOSS is built on Ollama. If you use Ollama, ChatOSS local works out of the box. ChatOSS is a GUI desktop app that has multiple agentic coding apps and a kanban board integrated into coding sessions. There's also a simple way to create your own AI powered apps that can run inside of ChatOSS.
18d ago · chatoss.ai
- 8HA
Hi HN, I am Umer. I recently built an experimental framework called HyperFlow to explore the idea of self-improving AI agents. Usually, when an agent fails a task, we developers step in to manually tweak the prompt or adjust the code logic. I wanted to see if an agent could automate its own improvement loop. Built on LangChain and LangGraph, HyperFlow uses two agents: - A TaskAgent that solves the domain problem. - A MetaAgent that acts as the improver. The MetaAgent looks at the TaskAgent's evaluation logs, rewrites the underlying Python code, tools, and prompt files, and then tests the new…
Apr 2026
- 9NA
2023 · github.com
- 10MC
Hi HN! I’m Thunder. Longtime lurker and first time poster. I’m excited to present Moneta (https://moneta.studio/) with my co-founder Rob. *Moneta is a conversation-as-code platform for building multiplayer AI-native applications in which the AI can reactively update the application based on interactions with users or other AI via CRDTs.* The key idea is that rather than using a conversation to generate an application, in Moneta the conversation *is* the application. We call this idea 'conversation as the engine of application state' (CATEOAS). This means that instead of saying…
2025
- 11RA
Hi HN! Sean from MindStudio here. I wanted to share something we've been working on that I think introduces some new ideas into the "AI coding agent" space. Remy is an AI agent that builds full-stack TypeScript apps from a spec written in a new flavor of annotated markdown. The spec has two layers: prose describing what the app does, and annotations that carry the technical precision (data types, edge cases, validation rules, code snippets). The agent then "compiles" this into code: backend methods, typed schemas, frontends, test scenarios, and everything else are derived artifacts of the…
Apr 2026 · remy.msagent.ai
- 12PA
Hey HN, I’m excited to share PRISM, an open-source system we’ve been building that fuses multiple AI models (OpenAI, Anthropic, and FAL API) with Processing to create evolving geometric art and static images. The idea came from our fascination with how AI can generate new forms but often lacks a memory or evolutionary approach. PRISM aims to solve that by “remembering” past successes and failures and then adapting its creative approach over time + useful for automating batches and variations of specific styles of techniques with prompt adjusting. *Key Features:* - Multi-model AI Generation:…
2025 · github.com
- 13DP
devnexus is an open-source cli that gives agents persistent shared memory across repos, sessions, and engineers. It maps out dependencies and relations at the function level, builds a code graph, and writes it into a shared Obsidian vault that every agent reads before writing code. Past decisions are also linked directly to the code they touched, so no one goes down the same dead end twice. Still building it out but I would love to hear any thoughts/feedback
Apr 2026 · github.com
- 14IB
Hi HN, I’m the creator of Cordum. I’ve been working in DevOps and infrastructure for years (currently in the fintech/security space), and as I started playing with AI agents, I noticed a scary pattern. Most "safety" mechanisms rely on system prompts ("Please don't do X") or flimsy Python logic inside the agent itself. If we treat agents as autonomous employees, giving them root access and hoping they listen to instructions felt insane to me. I wanted a way to enforce hard constraints that the LLM cannot override, no matter how "jailbroken" it gets. So I built Cordum. It’s an open-source…
Jan 2026 · github.com
- 15

- 16FT
After six months of work, I am here again presenting Fluent – a tiny lang which is optimized for differentiable & reactive programming. Since I am not Conal Elliot, don't expect a beautiful theoretical unification of FRP and AD from first principles. Rather, a horrific monster that holds together mostly because a lot of duct-tape. The link points to the semi-interactive tour of the language, which will get the job done much better than I could in here. Hope you hate/like it!
Jul 2026 · mlajtos.github.io
- 17FA
Hi HN, I'm a creator of Floww, a self-hostable workflow automation tool designed for developers who got frustrated by the limitations of visual builders like n8n. It's still a very early prototype, but the goal is to provide these same features in a code-first approach which allows for building and maintaining more complex workflows more easily. Example: import { Discord, GitHub } from "floww"; const discord = new Discord() const github = new GitHub() github.triggers.onPush({ branch: "main", owner: "usefloww", repository: "floww-dashboard", handler: async (ctx, event) => { const user =…
Dec 2025 · github.com
- 18TN
Hi guys, I’m excited to share an update on ReproModel, an open-source toolbox designed to streamline the testing and reproduction of machine learning models. I, like many of you, have really struggled with benchmarking and comparing models, from missing code, to opaque experiment parameters slowing the process. I decided to take matters into my own hands, and created a mini-toolbox in my free time to streamline the process. The goal is to reduce the time and effort spent on replicating experiments, enabling researchers to focus on innovation rather than setup. Knowing this task is not an…
2024 · github.com
- 19SR
Hello all, I'm a software developer. Over the last few months more and more of my work has turned into using coding agents instead of typing the whole code myself. Usually a few claude sessions at once, sometimes codex, one per feature or per revealed bug. I ran them in a split terminal for a few weeks, and quickly spotted two main problems. The first is that I couldn't easily tell which agent was stuck waiting on me and which was still working, so I'd cycle through sessions and checking on them. The second one: agents sharing a single branch step on each other. Two of them could be editing…
Jul 2026 · shikigami.dev
- 20MA
Hi HN, I'm a solo developer learning to code, and I'd love to share my second real project: MapMyLearn, an AI-powered app that automatically generates personalized learning paths based on any topic you input. What it does: Takes a topic (e.g. "history of capitalism", "learn Rust", or "data storytelling") Uses AI to break it down into a structured course with modules and submodules Each submodule includes: - Detailed, pedagogical content (developed based on online sources to mitigate hallucinations) - A quiz of 10 questions - Recommended resources - An AI chatbot for Q&A - Optional audio…
2025
- 21AA
We’ve published a set of open-source reference implementations on how to build production-grade Agentic AI applications on AWS. What’s in the repo: • Agentic RAG, memory, and planning workflows with LangGraph & CrewAI • Strands-based flows with observability using OTEL & Arize • Evaluation with LLM-as-judge and cost/performance regressions • Built with Bedrock, S3, Step Functions, and more GitHub: https://github.com/aws-samples/sample-agentic-frameworks-on-... Would love your thoughts — feedback, issues, and stars welcome!
2025 · github.com
- 22AA
AStack is a composable framework designed to simplify the development of AI applications through a "everything is a component" philosophy. It provides a zero-adaptation layer design that enables seamless integration between various AI models, tools, and custom business logic. AStack is an independent technical framework with its own architecture and ecosystem, built on top of Hlang - a highly semantic fourth-generation language (4GL) inspired by Flow-Based Programming paradigms. This foundation on Hlang, which is particularly well-suited for computational modeling and AI-generated code, is…
2025 · github.com
- 23YA
Hey folks! I'm a founding engineer at Yorph AI, an agentic data platform, built using ADK, that helps users (starting with product managers and analysts) join data from different sources (upload or sync), build version-controlled and reliable data workflows, and clean, analyze, and visualize data — all in one place. We're also releasing semantic layer creation later this week. The beta is live at yorph.ai/login — would love to hear your thoughts and feedback! (FYI: We're still waiting on Google app verification — you'll see a warning for a few days. Dropbox shows a similar one since…
Nov 2025 · yorph.ai
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →