Show HN: Share your AI Setup, Learn from others (mysetup.ai)

1 points by steveybrown ↗ HN
I kept seeing engineers share what they were building with AI; however, I was always more curious about how they worked. Which agents did they use? What skills and tools had stuck or been thrown out the window? How did they manage longer-running tasks? So I built this with the hope we could have a dedicated space to share and be open about our setups.

75 comments

[ 6.1 ms ] story [ 34.6 ms ] thread
This is a wonderful idea - didnt know I was looking for this until I started browsing. I found it helpful with surfacing that which I didnt-know-I-didnt-know.

Thank you for putting this together!

I was immediately hoping for some local-AI setups that do real work, on limited resources. Unfortunately it looks like this is still waiting on more people to share.
Not a SWE, but I do Freetoken (backend) + unsloth (front) to run qwen 3.6 35B A3B NVFP4 (~20GB) in 8GB VRAM + ~20GB RAM. Getting around 50 t/s on a 3070. I don't think I can even share through this site.
If not coding what do you use it for? Also what kind of performance do you tend to get out of it? I've been thinking about a similar setup but am skeptical it's worth the effort.
It's still typically for code, like python data stuff, bash scripts, general web search, small javascript stuff for my website. By saying not SWE, I mean I don't really see much benefit from "agentic" stuff, although I've tried. 50 t/s means 40~60 seconds for a typical thinking response. I used to run gemma 4 e4b-it-qat fully in GPU (~150 t/s), but the quality improvement moving to a much larger MoE model was 100% worth the switch. Especially because I had a lot of idle ram (from the before times :( ). There is some tradeoff in terms of context length, but I just use it as a chat. Also it's fairly trivial to setup as long as the GPU is supported.
This feels self-selective to how some people work, because it requires using MCP to contribute.

I'm a reasonably heavy AI user, and have some custom skills/MCP servers I'd share, but there is no way in hell I'm connecting to some arbitrary MCP server and connecting my Github account to it. Noppppeeeee.

Agree. I was going to type in my setup, but no way I'm touching the instructions on https://mysetup.ai/connect. Also I don't use Codex, Claude, or Pi.
There has to be a much better way to share your setup
Yeah, there is... Post your tooling to GitHub and link to it with a human-written description in a place like HN or Reddit.

I don't know why this has to be reinvented?

Ah yes, just what people want, 50,000 posts about your AI setup on HN.

Concentrating certain types of information can be useful. You don't go to an encyclopedia looking for a recepie.

ShareYourAISetup folks create a skill that user can run locally that collects information re their setup, formats it and sends to dedicated endpoint. Result = fairly uniform reports where people share what they're comfortable sharing.

No requirement from given user to spend their time. Users see what the skill does.

I guess atm they dont know what questions they want to be asking

From my years of watching people casually `curl randomsite.com/install.sh | bash` you might be a minority there
Fair point, MCP contribution was always optional, although not obvious. I've updated it to make manual contributions outside of MCP more prominent
I stopped reading after "Ask them on X", but contribution by MCP just compounds on the issue.
Maybe I'm missing out, but I've never used a single MCP, ever.
I recommend using spotify mcp server (if you use spotify), it freed me from the loop of listening to the same stuff again and again :P
that's interesting and helpful.. I have like 2k+ liked songs and Spotify always plays the same ones... Will try it out, thanks
"What's the craic" immediately jumped out at me, of course you're from Belfast :)

Cool project!

The setups I wrote down three months ago are already half wrong, tools churn that fast. Do entries show a last-updated date so I can tell what's stale?
(comment deleted)
my setup heavily involves using tailscale to secure everything, because a lot of the tools I have are internal and need to be protected at all costs. tailscale is so awesome! highly recommend to secure your networks
What internal tools are you having the LLM access? I have a server, but I just host whatever MCP servers and what not on device, not on the server.

I also pretty much exclusively work at my desktop - if you use multiple systems I can see where this matters.

Love the idea! Would love it if you could add a method to share your setup that doesn't involve MCP... I don't use MCP servers in my setup but I wish that didn't then exclude me from being able to share my setup.
Consider it done :) Manual now available - looking forward to seeing it.
My setup these days:

1. Both claude and codex official harnesses, used to be in terminal multiplexer (Ghostty), now in a GUI agent multiplexer

3. The $200/mo subscription plans

3. /ask-claude and /ask-codex skills, to make them collaborate on plans, debugging, etc.

4. Every session in a Docker container, isolation to allow for dev servers/browsers

5. Tailscale suppport inside the Docker containers

Are people actually paying API pricing for claude to hook it up to Pi or openclaw or is there a secret trick? The subscription price is palatable but for me the token price generally isn't.
I'm using https://pi.dev/packages/pi-claude-agent-sdk to use the claude sub, but it has the drawbacks of being forced through the claude-sdk. You would still be using the claude system prompt etc., which is one of the main reasons I started using Pi over claude-code.

For my workflow I primarily use a Codex subscription, but farm out adversarial reviews to Fable to clean up unnecessary gpt-ish code (lots of over-engineering). All my UI planning is done with fable, but implemented with OAI agents once I have a solid very specific plan.

Ah perfect thanks. I have codex for personal projects but Claude at work and they get mad if I start going into extra usage. Claude code does most of what I need but would be nice to get another layer of abstraction so I could have like a chief of staff agent that manages the separate coding teams working on features.
this would be cool to be extended to local AI configs
It'd be useful to see "approx monthly cost" or something similar. I love seeing other people's setups, but the first post I clicked on describes at least $400/mo in subscription plans.
I been working and making things with AI agents since Windsurf days, here's what works for me after experimenting and working for a while with these things. As far as the agent goes I find whatever the latest OpenAI model is out worked best for me. This company has burned me the least and I like the models. I tried many but consistency of OpenAI models cant be beat IMO. Though we are post honeymoon phase now I feel like so I am now experimenting with cheaper alternatives like Deepseek 4.1 flash and so on. I don't trust Anthropic as the downgrade my models consistently and its rare i get to use what I pay for. I wont even get in to discussing Google agents for obvious reasons, grok I never used though Grok bot looks interesting.

For skills I make my own, but most important is the custom setup i have. Voice is how I use all of my agents. I have an extremely well optimized voice setup that i custom built so I can talk to my agents and also hear them. The voice stack itself is very low latency and high quality. asr (parakeet v3), tts (omnivoice) take no more then 400-450 ms total as far as latency budget is concerned, rest is on the agents actual decode speed. IMO this setup is crucial for all antigenic work, i can express myself a lot better with speech and also give a lot more context and nuance with voice, i rarely type. I still look at the terminal window because my agent knows to keep the technical details in text form versus barfing them at my voice channel, plus terminal gives me lots of other important data about the agents direction and what hes doing, nothing custom here though. I cant emphesise how important voice is though, it has to be practiced to really understand.

As the models got better I now trust them with longer and longer tasks though I still don't use /goal feature as it has never worked out well for me. Theres no need for micromanagement any more but you still need to be there to steer the ship somewhat. BTW, codex cli compaction is garbage so I made my own custom implementation that works a lot better and allows the thread to be used indefinitely without issues. I strongly suggest everyone makes a new thread after extensive use if you havent made your own implementation.

Theres about a billion other things I could get in to like subagents, cohort groups, orchestration layers, etc... But this is a good start imo.

Tried voice, I can never get it to translate technical names well, e.g. "systemctl", weird paths, etc.
As always with smallish tools/services like these whipped up with an LLM, I find there's more value in seeing the "source code", i.e. the prompt itself.

Turns out it's quite useful in this instance, and I just made a small couple of tweaks to get a summary of my own workflow.

FWIW, this is what I modified it to:

Help me share how I work with AI with my teammates.

Use our existing conversations and relevant local tools within my permissions to discover my agents, harnesses, skills, connections and working practices. Keep secrets, raw configuration and private project details out of the draft. Explain how my tools work together and develop a concrete workflow where the evidence supports it, rather than listing installed software. Draft from what you know without a questionnaire; ask one short question only if an essential gap prevents a useful draft. If local inspection is unavailable, use our conversation without claiming otherwise. Save a private draft, show me the exact preview, and wait for my explicit approval before publishing.

If a site like reddit gates off its content, you expand all comments, CTRL A, CTRL C, and paste into a text file that you feed into the bot.

I do this for a lot of things actually. If the bot can't see/read something, take the content and dump it to a file, then have the bot read that.

Gets around a lot of red tape of asking for approval for "integrations" or when companies are snippy.

Do you plan to synthesize the data and show top 2 Popular setups? This would be for newbies who want to start with a powerful setup, and for those looking to discover new tools. Thanks!
I don't especially want to interact with the site, but I have built two tools:

An agent sandbox: https://github.com/pjlsergeant/byre -- a truly gigantic amount of thought and effort has gone into it. It's really focused on developer experience. I have used it all day every day for really quite a while. It's a low-magic wrapper over Docker / Podman. I would encourage you to ask your agent to code-review it!

An agent-to-agent message board: https://github.com/pjlsergeant/dogpark -- this is much less mature, but a good amount of thought has gone into the design, so if that's something you need, please check it out.

I have a tendency to use documentation as a quality bar. Byre might be great but I can't continue reading this slop.
(comment deleted)
Locking this to X accounts destroys nearly all of the value for me, because the data is limited to only setups from people who are still using X. Given how overtly authoritarian and hateful the general rhetoric is on that site, this narrows it down to only a specific kind of person's setup. Given the context of what X is, one can largely assume that X account holders are biased, at least to the degree that they can tolerate the toxic rhetoric elevated by that site and it's owner.

All of the smartest, most effective people I know don't have X accounts anymore on ethical grounds, and don't miss it. If a data source specifically excludes the kinds of people I respect most, that data source is all but useless to me.

Isn’t this on GitHub login? I didn’t need to use X to login
Maybe off topic - I really like the design of the site, it feels like it was designed with care which (no offence) is often not the case with AI focused websites. Was it hand designed, or just the right claude design prompt?
Astra + Fable certainly built it, but I knew the design I wanted as an outcome, rather than iterating with models without a clear end goal.

When people do the latter, I feel it's easy to spot an AI design.

Can't most agents just self-add their own MCP servers now, would be nice to just have a universal prompt for more complex agents, not everyone just uses claude/codex/pi!