Viewing profile — rishabhjain1198
rishabhjain1198
HN member- Joined
- Tue, Jan 25, 2022, 8:21 AM UTC
- HN karma
- 196
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About rishabhjain1198
No profile information was provided.
Recent public activity
-
comment
Comment #46888790
Good question.
-
comment
Comment #46888372
> Data centers in space only make sense if they are cost effective relative to normal data centers. This statement is actually completely false. The bottleneck is not cost of build…
-
comment
Comment #46636563
Oops I forgot to say; we're filing federal + state taxes for free for everyone in America (I think we're one of very few platforms left doing this). Please give us a try!
-
comment
Comment #46636531
I'm Rishabh, co-founder of Prime Meridian ( https://getprimemeridian.com ), and wanted to share our technical paper. Please let me know if you have any feedback/thoughts!
- story
-
comment
Comment #44591229
Reasoning cannot actually be toggled. LLM companies serve completely different models based on whether you have reasoning enabled or disabled for "Opus 4".
-
comment
Comment #44544153
The Grok 3 system prompt is quite accurate, it's been open-sourced.
-
comment
Comment #41207468
Rest in peace. A true SV legend.
-
comment
Comment #41021086
If you're using iPhone 15 Pro and you've configured the action button to use ChatGPT, anyone can access your previous prompts without entering the iOS passcode by simply pressing t…
- story
-
comment
Comment #40728889
Regardless of what computers find interesting, humans want to progress math in stuff humans find interesting. We can't fully rely on computers to do that yet since they can't seem …
-
comment
Comment #40641736
Although I caught that on the first read, I found myself questioning when I read the adaptors part, "is this not just LoRA...". Maybe it's my fault as a reader, but I think the wri…
-
comment
Comment #40641721
The productization of it (like Karpathy mentioned) is awesome. But I think the URL for that would be this maybe? [link]( https://www.apple.com/apple-intelligence/ )
-
comment
Comment #40641557
Aren't Playstation games doing exactly this?
-
comment
Comment #40641415
For people interested in AI research, there's nothing new here. IMO they should do a better job of referencing existing papers and techniques. The way they wrote about "adaptors" c…
-
comment
Comment #40606379
In its current state, I look at it as just a much smarter coding auto-complete, which is still very useful. With that perspective, "characters added by AI" is an ok metric to track…
-
comment
Comment #40606364
+1 for this. Stuff is completely optional.
-
comment
Comment #40606339
In my empirical experience at Google, the code-complete is hit or miss when I haven't put in my first edit. However, once I do something, I guess the LLM gets the nudge/prompt in t…
-
comment
Comment #40606327
No pressure from the top. Methodologies are pretty solid. The internal dev tooling at Google is quite far ahead of what's available on the market rn.
-
comment
Comment #38576037
[Relevant paper]( https://arxiv.org/abs/1701.06538 ). TL;DR you can think of it as the initial part of the model is essentially dedicated to learning which experts to choose.
-
comment
Comment #38576008
In a MoE model with experts_per_token = 2 and each expert having 7B params, after picking the experts it should run as fast as the slowest 7B expert, not a comparable 14B model.
-
comment
Comment #36584016
I wish this article was just 3 paragraphs. The verbose writing style was a little tiring, I found myself scrolling impatiently to find what the actual "Lone Banana Problem" was.
-
comment
Comment #35443586
Congrats on the launch, Type looks great! I was curious, is there any difference you noticed for your use case with GPT vs Claude?
-
comment
Comment #35443563
ChatGPT Plus GPT-4 is heavily rate-limited, as well as slow for this use-case. As of now. This is almost certainly operating off of <=gpt3.5-turbo.
-
comment
Comment #35164716
I think it should be general practice to include the prompts used for tools like this, so people can understand how they work and suggest improvements. The prompt used for this was…