HN user

rishabhpoddar

125 karma

Founder & Ex-CTO at SuperTokens.com

Posts15
Comments104
View on HN
news.ycombinator.com 7d ago

Ask HN: What are the biggest pain points you have with fine tuning models?

rishabhpoddar
2pts0
intheweights.com 1mo ago

See if you are in the weights of super intelligence

rishabhpoddar
2pts1
news.ycombinator.com 1mo ago

Ask HN: Please recommend sci-fi books similar to "children of time" or "anathem"

rishabhpoddar
6pts9
news.ycombinator.com 5mo ago

Ask HN: How to get Codex to stop coding so defensively?

rishabhpoddar
3pts0
news.ycombinator.com 5mo ago

Ask HN: Easiest way to run Claude Code on my MacBook using my iPhone, remotely?

rishabhpoddar
1pts2
news.ycombinator.com 6mo ago

Ask HN: What are good tools for creating a video or interactive demo for a SaaS?

rishabhpoddar
3pts1
bitpet.dev 8mo ago

Show HN: A developer mental health tool that encourages daily coding with breaks

rishabhpoddar
1pts0
github.com 1y ago

Show HN: Open-Source wrapper for LLM Batching APIs (save 50% on AI costs)

rishabhpoddar
1pts0
autotweet.trythis.app 1y ago

AutoTweet: Use AI to generate engaging and personalised tweets

rishabhpoddar
1pts0
agentreach.ai 1y ago

Unified API for AI Agents to Communicate Across Channels – Feedback Needed

rishabhpoddar
2pts3
news.ycombinator.com 2y ago

Ask HN: Help with transpiling TypeScript to Golang and Python using LLMs

rishabhpoddar
2pts3
news.ycombinator.com 3y ago

Show HN: Open Source Authentication and Authorization

rishabhpoddar
128pts33
supertokens.io 5y ago

Implementing a forgot password flow (with pseudo code)

rishabhpoddar
2pts0
news.ycombinator.com 5y ago

Ask HN: What does the deprecation of 3rd party cookies imply?

rishabhpoddar
2pts0
news.ycombinator.com 6y ago

Twitter hack discussion and a way to secure internal apps

rishabhpoddar
11pts5

I was actually working on something like a "claim checker" recently. Inspired by stuff like Codeql. But I realised that all the really valuable business facing claims can't be checked just by static code analysis, and need to be done via integration and unit tests only. Given that claude code can pretty much write all the runtime tests fairly easily and quickly, I don't see how anything else can be better.

Fairly interesting! A few questions:

- When asking the user for an input, does it support multi turn user conversation?

- Who is this made for? Developers would much rather just use python directly with coding agents; non developers would probably still be afraid of seeing the python-ish syntax in the md file + they wont be able to use existing coding agents cause there would be no examples of this new language in any of the LLM's training data.

But it's an awesome attempt! I like the idea overall, and the design of the website!

It really depends on your product, but cold emails / DMs still works if you try enough times. Launching on product hunt, HN at least gets some eyeballs and maybe some of those eyeballs convert to people who try your product.

Claude Tag 29 days ago

Does anyone know if it won't leak information across slack channel since it has the memory feature?

I agree that CORS is hard to understand and fix. I was the CTO at an auth company and SO many of our users used to run into various CORS issues and asked questions on our support. However, I'd now argue that developers don't need to understand CORS anymore.. cause claude / gpt does! Just throw in the error in claude code / codex and it would fix it.

We do need code, cause humans can't read and understand binary. Let's say, even if we do get perfect English -> Binary, often times what people specify in english can be vague or just not what they actually meant. So if the AI just outputs binary, it will get very difficult to be sure that what is implemented is actually what the user meant.

- Asking google / gpt - searching for "books like ...", and then seeing goodreads review. - Often I see people on X post about books, so I add it to my "want to read" section in goodreads. At this point i have nearly a 100 in there, so good to go for 2-3 years.

Eve from Vercel 1 month ago

From a use case point of view, how is this different from: - n8n - tasklet - teamcopilot - crewai ... and the list goes on

Or is it differentiator here based on ease of use and deployment, nextjs style?