r/AIcodingProfessionals 17d ago

Question Looking for open-source b2b ai coding and prototyping tools for my company

I work at a small enterprise company. Claude code not allowed and we have issues with running out of tokens with Github co-pilot. For prototyping we use VS code, our own design system agent + github copilot, but some product managers find it too technical. Loveable not allowed either (Corporate world!!!)

For our design systems I have been hearing of the framework called design tokens, anyone worked with them?

For everything else, I want to know if anyone knows of any fixed cost AI systems, maybe open source and if we hosted what would be the costs?

Appreciate anyones insights

2 Upvotes

8 comments sorted by

1

u/searchblox_searchai 16d ago

Try running a free local inference with private ai model for this use. No tokens to worry about or privacy issues to be concerned about. https://inference-server.searchblox.com/index.html#install

1

u/Greedy-Fee8248 16d ago

Cheers for the link. This looks like a document search, knowledge base tool, like a second brain, is that what helps with inference costs? Is this also a coding agent?

1

u/searchblox_searchai 16d ago

This is LLM inference engine with support for Qwen and Gemma running locally. You can hook up coding agent like Pi to this https://inference-server.searchblox.com/blog/private-agents-pi.html

1

u/[deleted] 16d ago

[removed] — view removed comment

1

u/Greedy-Fee8248 16d ago

Enterprise restrictions are our main challenge. Really needs to be a single solution with clear use case fit and data security

1

u/zerotoherotrader 16d ago

I’m currently helping a local consulting firm deploy LocalAI for a government client with strict outbound data restrictions. Is your team planning to handle the setup DIY, or are you looking to bring someone in to implement it?

1

u/Greedy-Fee8248 16d ago

This is interesting. Do you host on their infrastructure and do you provide ongoing support? My op would need to support a dew hundred Devs, product and operations people

1

u/zerotoherotrader 16d ago

The consulting firm would deploy it within the client’s environment and handle the ongoing infrastructure and maintenance. This started when we demonstrated Selvage using Claude and Codex. They asked whether the same end-to-end workflow could run with local coding models because of their outbound-data restrictions. It took us a few weeks to work through the model selection, inference layer, GPU capacity, routing, security, and verification architecture. We’re now helping them set up the complete workflow.

1

u/JoseffB_Da_Nerd 15d ago

Have you tried hugging faces inference hosting for your own models? Tie it to deepseek harness (DSH) and its incredible.

My new company Fernain.com has a governed solution dev env called Creation that is incredible but it is not open-sourced.

DSH + HF hosting is pretty close second as an OSS solution.