Viewing profile — rgthelen
rgthelen
HN member- Joined
- Mon, Dec 14, 2020, 9:42 PM UTC
- HN karma
- 49
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About rgthelen
No profile information was provided.
Recent public activity
-
comment
Comment #47053898
Thanks for following along since day 1!
-
comment
Comment #47053890
webhooks are the part where most agent-built auth falls apart. Here's how Corral handles it: The server-express.ts template generates the webhook route with the raw body parser bef…
-
comment
Comment #47053878
Thanks! On auth providers — Corral already supports 9 OAuth providers out of the box (Google, GitHub, Apple, Discord, Microsoft, Twitter, Facebook, GitLab, LinkedIn) plus email/pas…
-
comment
Comment #47053339
It 100% runs locally, is easy to deploy, and it wires it right into your app - even cooler, if you have a JS backend, no extra server, if you have python, go, ruby, etc, it will ha…
-
story
Show HN: Corral – Auth and Stripe billing that AI coding agents can set up
Hey HN. I built Corral because every time I asked an AI coding agent to "add auth and payments," it hallucinated for an hour and produced broken code. Wrong imports, phantom endpoi…
-
comment
Comment #45530677
The split model leaves too many holes to make it really useful for the community. When we add things like "authentication", we'll ship the plugins (like okta integration (for enter…
-
comment
Comment #45523263
Yeah, we are in it to win it.
-
comment
Comment #45523259
Oh man, yeah, big pivot. We still are Rownd ( https://rownd.com ); but we see the writing on the wall. SaaS Software that helps with "hard code" problems is going the way of the do…
-
comment
Comment #45523109
We are adding continuous model fine-tuning soon, and being able to bring extra horsepower into training is an opportunity. There is also a genuine opportunity to do the same thing …
-
comment
Comment #45523080
Yeah, totally fair. The “horizontal orchestration” story only goes so far — at some point you need vertical depth. We’re starting with regulated enterprises (defense, healthcare, l…
-
comment
Comment #45523071
Yes! Vulcan support is in dev (will be in the next versioned release, probably tomorrow). You can pull down the repo and run a few easy commands to get inference up and running. ht…
-
comment
Comment #45523061
Appreciate that — and totally agree. The “who cares / who pays” question is exactly why this hasn’t scaled before. Our bet is that the timing’s finally right: local inference, smal…
-
comment
Comment #45523040
Funny you bring it up. We shipped Vulkan support TODAY through a tight integration Lemonade ( https://lemonade-server.ai ). We now support AMD, Intel, CPU, and Cuda/Nvidia. Hit me …
-
comment
Comment #45519622
Our business model is not to compete in open-source; we are just providing this to the community since its the right thing to do and as a signal to enterprises to reduce risk. Our …
-
comment
Comment #45519239
I hear you and valid. A mixture of Models is probably a better phrase - we are constantly moving between AI experts and very skilled Developers who use OpenAI endpoints and call it…
-
comment
Comment #45510972
Let me know when you open source it; I think there is a place for this and I think we could integrate it as a plug in pretty easily into the LlamaFarm framework :)
-
comment
Comment #45510954
Yeah, I don't see why we could not integrate that. I think that is the next step as we move our workloads to production.
-
comment
Comment #45510855
This looks awesome. Are you kind of like lemonade? Let's chat - robert@llamafarm.dev
-
comment
Comment #45508778
Cool ideas, thank you.
-
comment
Comment #45508190
What are a few use-cases you want to see this used for?
-
comment
Comment #45506514
The hardest part, honestly, is the runtime. How do we make it super easy actually to deploy this. We are still working on that. Where do you see a few good places to focus at first…
-
comment
Comment #45506495
Yeah, that’s a fair framing — it is kind of an “application layer” for AI orchestration, but focused on ownership and portability instead of just convenience. Yeah, the beachead wi…
-
comment
Comment #45506467
Good question — that’s actually the sweet spot for LlamaFarm. You can wire things together yourself (LangChain, bash, Ollama, etc.), but LlamaFarm tries to make that repeatable and…
-
comment
Comment #45505177
I am kind of militant about this. The ability to run great AI models locally is critical, not just for this sector, but for innovation overall. The bar of "build a few datacenters"…
-
comment
Comment #45504634
Likewise, it's been fun building in the open on this one. You can download the CLI with just: curl -fsSL https://raw.githubusercontent.com/llama-farm/llamafarm/main/... | bash Then…