Viewing profile — zainhoda
zainhoda
HN member- Joined
- Wed, Oct 22, 2014, 11:10 PM UTC
- HN karma
- 441
- Public activity
- 157 items
- HN profile
- View on Hacker News ↗
About zainhoda
No profile information was provided.
Recent public activity
-
comment
Comment #46939494
Working on a web framework that provides some guardrails around what a coding agent can and can’t touch without human approval. Makes it easier to have confidence in 5000 line code…
- story
-
comment
Comment #44671222
It would be amazing if the showcase was itself vibe coded. If so, you should showcase it!
-
comment
Comment #44417367
Mobile app that lets you continue coding while you’re away from your computer. The goal is to be a full mobile IDE that lets you use Claude Code, Gemini CLI, and other agentic code…
- story
-
comment
Comment #43906068
Oof… coincidentally my task for today is to implement Sign in with Apple. If you were starting over what would you do differently?
-
comment
Comment #42305841
[dead]
-
comment
Comment #42275128
What's The State Of Elm? I love Elm but I think it's pretty clear that Evan is effectively declaring it as abandonware because he couldn't figure out a business model to sustain hi…
-
comment
Comment #41058442
I’m waiting for the same signal. There are essentially 2 vastly different states of the world depending on whether GPT-5 is an incremental change vs a step change compared to GPT-4…
-
comment
Comment #40475387
Would you be interested in merging with Vanna in some way? You’re ahead of us in terms of interface but we’re ahead of you in terms of adoption (because of specific choices we’ve m…
-
comment
Comment #39970876
Nice job getting something released! How does this compare to the other similar open source solutions like Vanna AI and DataHerald?
- story
-
comment
Comment #39920986
Looks really interesting! I saw something in the code about streaming. Could you explain that a bit more?
-
comment
Comment #39762706
I've been looking for something like this! Does it optimize the prompt template for LangChain only or is there a way I can get it to generate a raw system prompt that I can pass to…
-
comment
Comment #39762666
I think of all the options for “carrots” and “sticks” that companies are offering for RTO, I like this one the best.
-
comment
Comment #39607859
[flagged]
-
comment
Comment #39263199
Very cool. Would the license allow for use with Vanna? https://github.com/vanna-ai/vanna
-
comment
Comment #39135637
Founder of Vanna AI here -- appreciate the link and I agree, we're solving slightly different problems.
-
comment
Comment #39134143
I’m trying to solve for this with my project using RAG and (at least based on what people say in Discord), it’s working really well for them: https://github.com/vanna-ai/vanna
-
comment
Comment #38997176
That's a fair concern. In actual usage, however, the vast majority of hallucination (>90%) tends to be: - phantom tables and columns, in which case the query will fail - incorrect …
-
comment
Comment #38997125
Author of the package here. Apologies if this wasn't clear in the documentation, but what you're talking about is absolutely possible. Feel free to join our Discord -- we have othe…
-
comment
Comment #38997101
Yes, 100%! Can you turn this comment into a blog post so that I can send it to people who make this claim?
-
comment
Comment #38997077
One added benefit of RAG is that it's more "pluggable." It's a lot easier to plug into newer LLMs that come out. If and when GPT-5 comes out, it'll be a one character change in you…
-
comment
Comment #38996990
I've noticed this as well. Do you have any theories as to why that is?
-
comment
Comment #38996939
What would be missing from that is the ability to look up what tables are in the database, how they join together, what terminology the business uses, preferences around whether to…