Viewing profile — ankrgyl
ankrgyl
HN member- Joined
- Thu, Feb 17, 2011, 8:34 PM UTC
- HN karma
- 1,121
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About ankrgyl
Recent public activity
-
comment
Comment #45215027
It's just a different workflow IMO. AI is effectively real-time, whereas offshoring, no matter the quality, is something you have to do in batches.
-
comment
Comment #45214608
> In ??? coding, the developer specifies code changes that must be made, such as adding a feature, modifying an existing function, or removing unused logic. The AI delivers the com…
-
comment
Comment #45213946
(Author here) Hi everyone, thanks for the spirited debate! I think there are some great points in the discussion so far. Some thoughts: * "This didn't work for offshoring, why will…
-
comment
Comment #45213917
(Author here) I can certainly appreciate having an alternate perspective, but I think it's unfair to say it's DOA. I've personally used this workflow for the last 6 months and ship…
-
comment
Comment #45213875
(Author here) Personally, I try to combat this by synchronously working on 1 task and asynchronously working on others. I am not sure it's perfect, but it definitely helps me avoid…
-
comment
Comment #45213865
(Author here) Haha that is a great point. I was trying to come up with a term that described my personal workflow and specifically felt different than vibe coding (because it's gea…
- story
- story
-
comment
Comment #40939937
Cool to see the balance between UX and security. I really like the UI!
-
comment
Comment #40448024
Thanks for mentioning Braintrust! We are very committed to the proxy :) Although, to your point, we have seen less market pull for routing, and more for (a) supporting the latest L…
- story
-
story
Show HN: AI Proxy with support for multiple providers, caching
Hi HN, We're excited to open source our AI Proxy which supports Mistral, LLaMa2, OpenAI, Azure, Anthropic, and more through vanilla OpenAI SDKs. The proxy also supports configurabl…
-
comment
Comment #38354229
We absolutely can. The proxy already supports running in multiple environments, including your own AWS VPC deployed on Lambda, so I'm sure we could add support for Bedrock (Anthrop…
-
comment
Comment #38352257
We think a lot about this. I think it's very important to us to provide building blocks that foster a more open ecosystem. Part of that is providing building blocks (like the proxy…
-
comment
Comment #38351423
Model routers are a "semantic" abstraction -- they analyze the contents of a prompt and automatically determine which provider to use. This proxy is (currently) much simpler: you p…
-
comment
Comment #38351345
LiteLLM is a great project. The key differences (from what I can tell) are that: a) This is hosted b) Supports caching and load balancing c) Can manage multiple providers behind a …
-
comment
Comment #38351174
It's not open source at the moment, but we're definitely open to it.
-
comment
Comment #38351038
Thanks for all the support Bryan and team!
- story
-
story
Show HN: Braintrust – Eval platform for AI products
Hey HN, We're excited to introduce Braintrust, a platform for running and tracking AI evaluations (“evals”) [1]. At my previous startup Impira and leading AI at Figma, we had this …
-
comment
Comment #37434952
Who do you think is the sweet spot user for Rivet? Anyone building any LLM app, or a certain kind (e.g. agents)? Is there a use case for which you'd advise against using Rivet?
-
comment
Comment #36320243
I'm not super familiar with Dolt's SQL implementation, but I'm surprised that a simple `count(*)` query timed out: https://www.dolthub.com/repositories/dolthub/transparency-in...
-
comment
Comment #36105981
Great to see popular SaaS use cases commoditized and opened up like this. After product categories start to fossilize into a standard UX + features, the benefits of using an expens…
-
comment
Comment #35374836
Will you ever consider using EBS volumes or another mechanism which supports random writes?
-
comment
Comment #35358058
Why use Kubernetes if you’re in control of the cloud environment? What does it bring to the table? Why not firecracker?