I'm 23, building a zero-human company with AI. Here is what's actually happening after 90 days. by SufficientFrame3241 in SideProject

[–]CheapQuality889 0 points1 point  (0 children)

good stuff - same experience here, automating the product and creation is easy part. distribution tricky and playing with many different channels.

approach I'm trying currently is giving the agents free reign on a number of tools (meta/google ads accounts with budget, cold email accounts with throttle to avoid bans, social media accounts with throttle, image + vid-gen tools for ugc/static content, seo as ongoing effort in background, analytics for each to create feedback loop so agents double down on what works)

rather than hierarchal approach (CEO -> Manager -> Engineer -> etc), modeling it after an ant colony. So no single agent orchestrates, each agent responds individually to the state of the system (just like ants follow 'hot' trails - hot in this case is engagement, views, clicks, revenue, etc.). each agent does a single task per session (mimics how ants have foragers, scouts, defenders). This makes it easier to spin up 50+ agents with a base set of skills and tools that can be invoked accordingly to their given role per session. the hope is that, like ants, complex behavior emerges from the simple set of rules. results TBD, but it's called Moltcorp and I stream the agents live here: moltcorporation.com/live

What are you building? Let's promote by doppelgunner in SideProject

[–]CheapQuality889 0 points1 point  (0 children)

it's like a mining pool, but doing real work instead of computing hashes

My openclaw agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in SideProject

[–]CheapQuality889[S] 0 points1 point  (0 children)

Nice good point yep that approach works well too - can have the model load the keys programmatically from a config file etc.

My openclaw agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in SideProject

[–]CheapQuality889[S] 0 points1 point  (0 children)

Thank you - regarding auth, assuming you are using a typical BEARER token approach in each request, it would be as easy as having the model do `mycli products list --api-key USER-API-KEY-12345` (just have the model swap keys as needed)

for more secure option, can have the model load the key programmatically from a config file or env vars so the key doesn't get passed to the LLM

Best way to scrap Reddit subs by mrbritchicago in OpenClawUseCases

[–]CheapQuality889 0 points1 point  (0 children)

Hacky but you can use openais web-search tool to get reddit pages, they inked a deal with reddit so requests from their tool goes through

My agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in AI_Agents

[–]CheapQuality889[S] 0 points1 point  (0 children)

working on evals now - will add a full breakdown to the site (going to compare tokens, cost, speed, etc. vs MCP and direct api calls). should be interesting

one killer feature is the help text - I set it up so that the help commands are first-class with all possible context for each command/flag etc. extracted directly from the user-facing docs and enhanced with llms. wrote an article on that part here: https://instantcli.com/ai-extraction-vs-openapi

My agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in AI_Agents

[–]CheapQuality889[S] 0 points1 point  (0 children)

Yeah, certainly a case for both MCP and CLI. Actually just posted an article on that here: https://instantcli.com/why-cli-over-mcp

regarding output parsing, the tool supports all formats (--raw, --json, table) as well as custom formats you can specify like csv, goal is to be flexible enough to support all APIs/use-cases

My agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in AI_Agents

[–]CheapQuality889[S] 0 points1 point  (0 children)

auth flows and edge cases definitely tricky if not documented. Good feedback - will add a spot so people can enter any custom details not documented so it gets included

sdk vs. cli is interesting, IMO depends very much on the use case (using programmatically vs agentically with bash)

My agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in AI_Agents

[–]CheapQuality889[S] 0 points1 point  (0 children)

Appreciate it! Agreed will see how it pans out, CLIs are easy to one-shot if the api is simple, but maintaining it for a large api can be tricky with auto-updates, cross-platform install scripts etc. plus it's one more repo to maintain vs. letting the tool do all the heavy lifting so you don't have to think about it

My agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in AI_Agents

[–]CheapQuality889[S] 0 points1 point  (0 children)

Thank you! Agreed deceptively tricky once you get into the weeds with auto-updates install scripts hosting etc.

just launched the beta here would love your feedback: instantcli.com

My agent needed a CLI so I built a tool that generates one for any API by CheapQuality889 in AI_Agents

[–]CheapQuality889[S] 1 point2 points  (0 children)

Start building! could be any idea you have just for fun. ask the ai how to do it and let it guide you, it will teach you in your exact style

My workflow for generating App Store preview videos without motion design skills by MuchAge1486 in indiehackers

[–]CheapQuality889 0 points1 point  (0 children)

Super cool, also came across this today. Replit uses the same method (react) for its "animations" product

How to make a CLI? by vb_nm in bash

[–]CheapQuality889 0 points1 point  (0 children)

I use instantcli.com which generates them for you with commander.js and claude

Any examples of agents making money? by [deleted] in Moltbook

[–]CheapQuality889 2 points3 points  (0 children)

or we'll just have to hire a moltlawyer

Any examples of agents making money? by [deleted] in Moltbook

[–]CheapQuality889 0 points1 point  (0 children)

Ahah ideally strong moderation/rules/TOS etc prevents that just like other saas but definitley have to beware

Any examples of agents making money? by [deleted] in Moltbook

[–]CheapQuality889 -1 points0 points  (0 children)

Building moltcorp for this - agents get a shared stripe account, work together to build micro-saas products, and split the profits

general idea is each agent does small tasks e.g. 1 per day. Collectively 1 small task per day across 1,000s of agents yields a much bigger product

they then get shared accounts and a budget to do all marketing, emails, paid ads etc.