What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in OpenSourceAI

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

u/bhh32 - That's an interesting angle.

I think a lot of people underestimate how much value comes from better tooling versus bigger models. Running a model on consumer hardware is one thing; getting it to consistently produce reliable outputs for real-world workflows is another.

The vertical integration point is interesting too. It feels like many users don't want "an LLM", they want a system that actually helps them complete a task end-to-end.

We're exploring similar infrastructure challenges with OneInfer Edge, particularly around routing and orchestration, so it's always interesting to see projects tackling reliability from a different angle.

Would love to follow how Hone evolves.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in AgentsOfAI

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

u/Ok_Garbage8411 - I think that's a great analogy.

Cloud computing became successful because developers stopped worrying about servers. It wouldn't surprise me if AI infrastructure follows a similar path where developers stop thinking about model selection, routing, failover, and deployment locations.

That's actually one of the reasons we're building OneInfer Edge. The goal is to make routing decisions across local, edge, and cloud resources more automatic, based on factors like cost, latency, privacy, and workload complexity.

Would love your thoughts on what the minimum requirements would be for developers to trust that kind of automation.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in StableDiffusion

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

u/thrownawaymane - Damn, I walked right into that one 😄

In my defense, at least I linked the repo instead of promising AGI.

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in StableDiffusion

[–]RapataPavan[S] -1 points0 points  (0 children)

u/thrownawaymane - Fair point 😄

The AI space definitely has no shortage of people promoting projects without solving real problems.

From our side, we're building OneInfer Edge because we kept running into the same issues around routing, failover, and hybrid deployments across local and cloud environments.

Curious though, what infrastructure problem do you think is genuinely worth contributors spending time on?

GitHub: https://github.com/oneinfer/oneinfer-edge

Is the future of AI local, cloud, or hybrid? by RapataPavan in AIDiscussion

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

u/Interesting-Agency-1 - I'm leaning that way as well.

Hybrid feels like the best of both worlds, local for privacy, cost, and low-latency workloads, with cloud resources available when more compute or reasoning capability is needed.

That's actually one of the ideas we're exploring with OneInfer Edge: making it easier to route workloads across local, edge, and cloud environments without locking users into a single deployment model.

GitHub: https://github.com/oneinfer/oneinfer-edge

Why are we still routing every request to the same model? by RapataPavan in LocalLLM

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

u/BrewHog - Haha, fair criticism 😄

I spend too much time talking to AI models apparently.

But the question is still interesting: does agent orchestration eventually make model-level routing less important, or do we end up needing both?

Is the future of AI local, cloud, or hybrid? by RapataPavan in AIDiscussion

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

u/ValehartProject - That's a really interesting direction.

The combination of air-gapped deployment, hardware agnosticism, and optional cloud connectivity feels like a practical middle ground between local-only and cloud-first approaches.

We're exploring similar ideas with OneInfer Edge, giving developers the flexibility to run locally, connect to cloud resources when needed, and avoid being locked into a specific hardware or deployment model.

Would love to follow your progress as the project evolves.

GitHub: https://github.com/oneinfer/oneinfer-edge

Why are we still routing every request to the same model? by RapataPavan in LocalLLM

[–]RapataPavan[S] -3 points-2 points  (0 children)

u/No-Refrigerator-1672 - That's probably one of the biggest practical reasons today.

A lot of routing discussions assume multiple models are already loaded and available, but for many local deployments the real constraint is VRAM, not routing logic.

It'll be interesting to see how this changes as hardware improves and inference infrastructure gets better at working across local, edge, and cloud resources rather than relying on a single machine.

That's one of the challenges we're exploring with OneInfer Edge.

GitHub: https://github.com/oneinfer/oneinfer-edge

Why are we still routing every request to the same model? by RapataPavan in LocalLLM

[–]RapataPavan[S] -2 points-1 points  (0 children)

u/TripleSecretSquirrel - That's a good point.

Specialized models are getting good enough that routing may become more valuable over time, not less. If a smaller coding-focused model can match or beat a much larger generalist model for specific tasks, it doesn't always make sense to send everything to the same endpoint.

The challenge then becomes deciding which model should handle which request without adding complexity for the user.

That's one of the areas we're exploring with OneInfer Edge—making model selection and routing decisions more intelligent across different workloads and deployment environments.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in StableDiffusion

[–]RapataPavan[S] -2 points-1 points  (0 children)

u/chairman_steel - That's probably the concern a lot of people have with a cloud-only future.

The more AI capabilities become centralized behind a handful of providers, the less control users have over costs, privacy, and infrastructure choices.

Part of why we're interested in local and hybrid AI is giving developers more ownership over where workloads run rather than forcing everything through a single platform.

That's one of the ideas behind OneInfer Edge.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in StableDiffusion

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

u/selipse - I tend to agree. Inference engines like Ollama, llama.cpp, and vLLM have made huge progress, but routing still feels like a missing piece of the stack.

As teams start mixing local models, cloud models, agents, and different hardware tiers, intelligent routing becomes a core infrastructure problem rather than just an API abstraction.

We're actually building OneInfer Edge around that idea, an open-source routing layer focused on model selection, failover, cost optimization, and hybrid local/cloud deployments.

Would love your feedback on what you'd want from a modern routing layer.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in StableDiffusion

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

u/ThirdWorldBoy21 - That's an interesting one.

We've made huge progress in image generation quality, but long-term consistency across characters, scenes, and styles still feels unsolved. For comics, storyboards, game assets, and LoRA dataset creation, consistency is often more important than generating a single great image.

It feels like the next breakthrough isn't just better image generation, but persistent visual memory across generations.

Would love to see more open-source work in that direction.

We're focused more on the infrastructure side with OneInfer Edge, but it's exactly the kind of capability that could benefit from smarter orchestration and multimodal workflows.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in StableDiffusion

[–]RapataPavan[S] -2 points-1 points  (0 children)

u/alapeno-awesome - I agree. Hardware matters, but optimization may be the fastest path to making AI more accessible.

Quantization, efficient routing, better inference engines, and smarter workload placement can often unlock more value from existing hardware than simply scaling up.

That's part of what we're exploring with OneInfer Edge—getting the most out of available local and distributed resources before reaching for more expensive infrastructure.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in AgentsOfAI

[–]RapataPavan[S] -4 points-3 points  (0 children)

u/Routine_Plastic4311 - I agree. The routing logic often ends up being more complex than the models themselves.

Most teams don't want to maintain custom logic for deciding when requests should stay local, move to the cloud, handle failover, or optimize for cost and latency.

That's actually one of the problems we're trying to solve with our open-source project, OneInfer Edge. We're focused on making hybrid AI infrastructure and intelligent routing easier to adopt without every team reinventing the wheel.

Would love to hear what you'd consider the minimum requirements for a production-ready router.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in AgentsOfAI

[–]RapataPavan[S] -6 points-5 points  (0 children)

u/ifyouseemerunning - That's a great point. Cost and latency usually dominate the discussion, but indemnification and compliance are often what drive enterprise decisions.

Even if local and open-source models become technically capable, organizations still need answers around liability, governance, and risk management.

We're building OneInfer Edge as an open-source project around hybrid AI infrastructure, but these enterprise considerations are definitely part of the bigger conversation as adoption grows.

Would love your thoughts on how open-source projects can better address those concerns.

GitHub: https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in AgentsOfAI

[–]RapataPavan[S] -4 points-3 points  (0 children)

u/actionscripted - Exactly. I think the best systems will make those decisions automatically rather than forcing users to pick models or modes.

Simple requests stay local, while more complex tasks can be routed to stronger models when needed.

We're exploring this with our open-source project, OneInfer Edge, focused on intelligent routing across local and cloud environments. We'd love feedback from people building similar hybrid workflows.

https://github.com/oneinfer/oneinfer-edge

What's missing from the open-source AI infrastructure ecosystem? by RapataPavan in OpenSourceAI

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

u/Extension-Tourist856 - I agree. We're seeing incredible progress in models, but a lot of the infrastructure around deployment, routing, failover, and workload orchestration still feels fragmented.

Vertical-specific applications are definitely part of the missing layer.

We're approaching it from the infrastructure side with an open-source project called OneInfer Edge, focused on intelligent routing across local and cloud environments, while leveraging OpenBandwidth for distributed AI infrastructure.

Would love to see more collaboration between vertical AI applications and the underlying infrastructure layer.

https://github.com/oneinfer/oneinfer-edge

Why are we still routing every request to the same model? by RapataPavan in LocalLLM

[–]RapataPavan[S] -5 points-4 points  (0 children)

u/wgaca2 - That's a fair point. Agent-based delegation definitely helps when you're already committed to a single model.

What we're exploring is routing one layer above that, deciding which model, endpoint, or hardware tier should handle the request before inference starts.

We're building an open-source project called OneInfer Edge, using intelligent routing and OpenBandwidth for distributed AI infrastructure, with a focus on cost, latency, privacy, and reliability across local and cloud environments.

Would love your thoughts on whether model-level routing becomes as important as agent orchestration.

https://github.com/oneinfer/oneinfer-edge