APIs, Flow Graph/Studio to automate pasting into many web chat's, experimental/testing stage #17
detroittommy879
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I realized / thought of a much better design after the fact, but still added it to v1.2.3. I need to just have it all in a separate app/process, that will work with no user interface, with an MCP and command line interface.. so you can just use it anywhere, call it from an AI agentic tool or w/e.. But since I already had it working.. i included it in the 1.2.3 release.
I will often manually do something like the default flow (sending to 5 LLMs, then 6th) when I am trying to start a new project or trying to fix something difficult - plan everything out using multiple LLMs.. sometimes I would just copy and paste the outputs into another LLM to analyze all of the proposed ideas. So this can automate that, but you can do any kind of custom routing. I want to make it AI powered so you can just describe in plain language what you want or are trying to accomplish and it'll create the flow for you. Like:
"send the project context, and my description of the bug, to 5 LLMs from a diverse range of AI companies, send it twice to each model to improve it and after all 5 of them respond, send to Gemini 3 Pro with the original context/bug desc. and all 5 responses, ask it to analyze all of them to come up with an even better 'best of all' solution/fix"
Interested in any criticisms or what people end up using it for, if anyone actually uses it besides myself :)
https://wuu73.org/aicp/flowc/
https://wuu73.org/aicp/flowc/flow_studio_help.html
Beta Was this translation helpful? Give feedback.
All reactions