Viewing profile — adilhafeez
adilhafeez
HN member- Joined
- Thu, Feb 27, 2014, 5:26 AM UTC
- HN karma
- 37
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About adilhafeez
No profile information was provided.
Recent public activity
-
story
Where are people finding GPU capacity?
Is it just me or is GPU capacity surprisingly hard to find right now , even in Spot pools? I’ve been trying to get H100s and the Spot pools I’ve checked are pretty much always full…
-
story
Show HN: Plano – Edge and service proxy with orchestration for AI agents
Hey HN — I’m Adil from Katanemo (with Salman, Shuguang, and Meiyu) We previously shared an early version of this project as ArchGW. Based on customer feedback, the scope expanded f…
- story
-
story
Show HN: Claude Code 2.0 router – preference-aligned routing to multiple LLMs
Hi HN — we’ve been working on a small project that routes between different LLMs based on user-defined preferences rather than just benchmarks or latency. The earlier version (Arch…
-
comment
Comment #44439208
Short answer is latency impact is very minimal. We use envoy as request handler which forwards request to local service written in rust. Envoy is proven to be high performance, low…
-
story
Show HN: Arch-Router – 1.5B model for LLM routing by preferences, not benchmarks
Hi HN — we're the team behind Arch ( https://github.com/katanemo/archgw ), an open-source proxy for LLMs written in Rust. Today we're releasing Arch-Router ( https://huggingface.co…
- story
-
comment
Comment #43368871
thanks for sharing - this is quite insightful
-
comment
Comment #43270877
Hi - this is Adil the co-founder who developed archgw. We are working tirelessly to create a framework that would help developers write agentic application without having to write …
-
comment
Comment #42188397
Envoy has proven itself in the industry and we didn't want to reinvent the wheel by doing what envoy had already done for observability, rate-limits, connection management etc. And…
-
comment
Comment #42187951
Thanks :) thanks for those comments. Those are great questions. Let me respond to them one by one, > Can I use just the model itself? yes - our models are on huggingface. You can u…
-
comment
Comment #42187472
Thanks! My responses inline, > do you have to use envoyproxy to use archgw Yes, 100%. Our gateway is implemented as rust filter which runs inside envoy process. > Can archgw be use…
-
comment
Comment #42187380
Thanks! Those are all good questions. Let me respond to them one by one, > Can I just use arch for routing between LLMs Yes, you can use arch_config.yaml file to select between LLM…
-
story
Show HN: archgw: open-source, intelligent proxy for AI agents, built on Envoy
Hi HN! This is Adil, Salman, Co and Shuguang and we're excited to introduce archgw [1], an open source intelligent proxy for agents built on Envoy [2]. Arch moves the critical but …
- story
-
comment
Comment #41864596
You are right, since arch is an ingress wasm filter it can be setup inside Istio just like any other envoy filter. You would need to pass arch_config someone which should be easy. …
-
story
Show HN: Arch – an intelligent prompt gateway built on Envoy
Hi HN! My name is Adil Hafeez, and I am the Co-Founder at Katanemo and the lead developer behind Arch - an open source project for developers to build faster, generative AI apps. P…
-
comment
Comment #41851500
Jailbreak ensures a smooth developer experience by controlling what traffic from user make its way to the model. With jailbreak (and other guardrails soon to be added) developers c…
-
comment
Comment #41801389
You can also see current list of issues at https://github.com/katanemo/arch/issues , and can also post new feature requests and bug fixes there.
-
story
Show HN: Arch – an intelligent prompt gateway built on Envoy
Hi HN! My name is Adil Hafeez, and I am the Co-Founder at Katanemo and the lead developer behind Arch - an open source project for developers to build faster, generative AI apps. P…
- comment
- story
-
comment
Comment #11136177
Good initiative
-
comment
Comment #10861825
pretty cool