Top
Best
New

Posted by steveybrown 5 days ago

Show HN: Share your AI Setup, Learn from others(mysetup.ai)
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.
250 points | 139 commentspage 2
selicos 5 days ago|
So I have to connect over MCP or log into github through the page to share anything? How about being able to post a markdown summary of my setup instead of plugging my credentials and tools into a third party site?

Strix HALO 128gb - Framework mainboard in a custom SFF PC. Just moved from Ubuntu to Fedora 44. Using: LM Studio (primary), Lemonade, not yet got into vLLM and llama.cpp directyly after moving to Fedora. Running Gemma e4b, Gemma 4 26b a4b IT, Qen 3.6 35b a3b, and Qwen 3.8 27B. I want to get Qwen 3.8 Next or similar large models working but have to dedicate the system to that vs running services and smaller models for them.

Subwave is all I'm actively running against the local LLMs, but I have vscode connected through a few extensions and chat tools (I've added LM Studio to Copilot Chat but it likes to use cloud models and burn tokens sometimes). I've also set up pi, Openhands, and a few other tools but haven't had a project to work on with them.

I built an app to track and move PC parts I own between systems, partially to build a better LLM server. The next hardware goal is adding a 3060 12gb for inference, or what can be run on that vs in system memory on the Strix Halo. That will need a dock or small PCIe extension cable.

My employer has us using Copilot a lot, and it works well enough if you are efficient or set up already. I do infra not development and local models are seemingly enough for most asks like automation scripting.

steveybrown 5 days ago|
You can post Markdown through the editor, but yes, it requires signing in. I took the liberty of treating your comment as a submission. https://mysetup.ai/setup-selicos-example
realjohng 5 days ago||
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!
amit2403 13 hours ago||
quite interesting but i don't see a proper ranking of whose setups are better reviewed or popular?
tha_hnrain 5 days ago||
"Explore this setup with your agent →" : No, No. I'll never point my AI to an unknownn, prepared place just to explore it. This link should be flagged.

Besides, are our brains so fr rooted that we cannot read and comprehend anymore? Not even a (sloppy) AI-generated description?

petesergeant 5 days ago||
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.

zargon 5 days ago|
I have a tendency to use documentation as a quality bar. Byre might be great but I can't continue reading this slop.
agambrahma 5 days ago||
Archive.org view => https://web.archive.org/web/20260917144911/https://mysetup.a...
river_otter 5 days ago||
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.
steveybrown 5 days ago|
Consider it done :) Manual now available - looking forward to seeing it.
river_otter 5 days ago||
yay thank you! Added it.
nowittyusername 5 days ago||
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.

gnarcoregrizz 5 days ago||
Tried voice, I can never get it to translate technical names well, e.g. "systemctl", weird paths, etc.
felizuno 5 days ago||
Try Superwhisper you can give it custom vocabulary and replace rules easily
iharnoor 4 days ago||
can't disagree, but I can say that it's worth building systems with what we have right now, and eventually whichever wins, you can just replace the API key.

Of course, that's not the same with voice, but you won't learn until you make progress.

sanex 5 days ago||
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.
rmazzolini 5 days ago|
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.

sanex 5 days ago||
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.
More comments...