frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: AI-gent Workflows – locally reasoning AI Agents

https://ai-gents.work
3•pancsta•4h ago
Hello HN!

Intro: I'm pleased to announce AI-gent Workflows [0], a new AI Agents platform with a local reasoning layer. It's based on a purpose-built state machine [1] (Actor Model) and comes with various devtools, observability, basic tools (eg search, scraping), and ubiquitous UIs. It can work natively on mobile devices, and UI sessions are more akin to remote desktop connections (easy sharing without any syncing).

Context: There was a brief HN discussion [2] while still in the stealth mode, as it addresses some design mistakes of other frameworks. In secai (the project's codename), everything is an "organic workflow" from the bottom layer up, including tools. It's called a "stateful flow graph" and it decides about the control flow. Each graph transition can be debugged to a very granular decision-making step. That leads us to the most interesting part - reasoning.

Reasoning: Turns out LLMs are great at translating procedures to that state machine, which happens via simple relations between states. Combined with Inversion of Control (IoC), all the actions are performed and reasoned about within the state machine itself (not an FSM). This isn't a low-code solution, but there is a schema layer, which may be given to a codeless person to easily adjust an agent. Because agents are state machines and agents can easily define state machines, they can effectively create themselves (to a degree).

Prompts: Everything is defined in a schema and prompts are mostly data structures. Each state can have a prompt attached to itself, and each prompt can have documents (context). Above states, there's an abstraction of Stories with actors (state machines). All the prompts are nicely archived in an SQLite file.

Memory: There are 3 memory layers - long term (SQL), short term (dynamic state machines), and the transition log. The last one is actually a stream of ML-ready binary vectors. Thanks to the relational nature of the "stateful flow graph", combined with logical clocks (each state has one), it can be used to mine useful data insights.

Devtools: This is probably the broadest topic, but I'll keep it short - distributed debugger, REPL, SVG diagrams, code generators, grafana dash generators, deep-linked Otel traces, and more.

Performance: Before starting the work on the AI layer, I've ported libp2p-pubsub to this state machine to see how much slower it would get in their own load tests - resulting in +15-20% CPU, with the same memory ceiling.

It took 18 months and >30k CLoC of Golang to make it.

Enjoy!

[0] https://ai-gents.work

[1] https://asyncmachine.dev

[2] https://news.ycombinator.com/item?id=43703196

Comments

pancsta•3h ago
For anyone interested, I'm on YC cofounder matching.

Log-Survival to Death Rate

https://entropicthoughts.com/log-survival-to-death-rate
1•kqr•49s ago•0 comments

Flux Kontext dev is now released

https://huggingface.co/spaces/wavespeed/FLUX-Kontext-Dev-Ultra-Fast
1•chengzeyi•57s ago•1 comments

Show HN: Personal Branding Photos for Women in 10 mins

https://www.gostudio.ai/?fp_ref=10654
1•gostudio_ai•4m ago•0 comments

Tennis Scorigami

https://www.tennis-scorigami.com/
1•jlarks32•5m ago•0 comments

Young People Face a Hiring Crisis. AI Is Making It Worse

https://derekthompson.substack.com/p/young-people-face-a-hiring-crisis
2•herbertl•5m ago•0 comments

KDE Plasma 6.4 review – A worrying trend

https://www.dedoimedo.com/computers/plasma-6-4-review.html
1•jandeboevrie•6m ago•0 comments

Ask HN: How can I promote my Free Startup Mentoring?

1•riley-i•8m ago•2 comments

My favorite account is a library in Ohio

https://www.milkkarten.net/p/columbus-metropolitan-library-social-media
1•herbertl•9m ago•0 comments

Context Engineering: A Primer

https://ai.intellectronica.net/context-engineering
1•intellectronica•9m ago•2 comments

Lounge It

https://loungeit.carrd.co
1•mcordova•10m ago•1 comments

Show HN: I built a UI to manage Claude Code worktrees

https://github.com/stravu/crystal
3•jbentley1•10m ago•0 comments

Mysite.ai – your first AI employee that builds websites in under 2 minutes

https://mysite.ai/
1•codejetai•10m ago•2 comments

Convert Words to Time

https://wordstotime.com/
1•bookofjoe•10m ago•0 comments

Beyond the Buzz: How 'Deep Tech' Startups Are Changing the Game

https://fossforce.com/2025/06/beyond-the-buzz-how-deep-tech-startups-are-changing-the-game/
1•dxs•13m ago•0 comments

ProductHunt Isn't the Place for Indie Devs Anymore

https://old.reddit.com/r/indiehackers/comments/1ll2bo6/producthunt_isnt_the_place_for_indie_devs_anymore/
2•vikingmute•20m ago•1 comments

Weird Expressions in Rust

https://www.wakunguma.com/blog/rust-weird-expr
2•Bogdanp•21m ago•0 comments

Why Most SBOMs Fail and What to Do About It

https://ovalenzuela.com/2025/02/why-most-sboms-fail-and-what-to-do-about-it.html
1•Tomte•21m ago•0 comments

Tech AI is doing 30%-50% of the work at Salesforce, CEO Marc Benioff says

https://www.cnbc.com/2025/06/26/ai-salesforce-benioff.html
4•kamaraju•21m ago•2 comments

LLM Code Review Maven Plugin

https://github.com/QuasarByte/llm-code-review-maven-plugin
1•romanta•22m ago•0 comments

The CrateDB MCP Server

https://community.cratedb.com/t/introducing-the-cratedb-mcp-server/2043
1•kneth•23m ago•1 comments

Built a tool to help SaaS teams use their customer feedback

https://www.inov-ai.tech/
2•brightUiso•24m ago•1 comments

European Venture Prisoner's Dilemma

https://nodesventures.substack.com/p/european-venture-prisoners-dilemma
1•AnhTho_FR•25m ago•0 comments

Offerwall gives publishers more options to monetize content

https://blog.google/products/ads-commerce/offerwall-gives-publishers-more-options-audiences-more-control/
1•xnx•25m ago•0 comments

Gridlocked: AI's power needs could short-circuit US infrastructure

https://www.theregister.com/2025/06/26/us_datacenter_power_crunch/
2•rntn•26m ago•0 comments

The cheat codes of technological progress

https://www.exponentialview.co/p/why-technological-laws-still-rule
1•surprisetalk•26m ago•0 comments

Show HN: An open-source app to query 10 AI models at once

https://github.com/Nexarithm/multi_model_chat
2•nexarithm•26m ago•0 comments

Modern Node.js Patterns for 2025

https://kashw1n.com/blog/nodejs-2025/
2•kashw1n•26m ago•0 comments

Gen4D: Synthesizing Humans and Scenes in the Wild

https://arxiv.org/abs/2506.05397
1•PaulHoule•31m ago•0 comments

Fiscal Year 2026 Budget Request

https://www.nasa.gov/fy-2026-budget-request/
5•mclau157•31m ago•0 comments

Show HN: I built an AI dataset generator

https://github.com/metabase/dataset-generator
3•matthewhefferon•31m ago•1 comments