Viewing profile — hitradostava
hitradostava
HN member- Joined
- Wed, Aug 09, 2023, 6:10 PM UTC
- HN karma
- 66
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About hitradostava
Recent public activity
-
comment
Comment #48183275
Keen to try this out. Composer 2 is a reliable workhorse and much cheaper than the frontier models. Yes it may be based on Kimi, but it is good, really good. My workflow: - If its …
-
comment
Comment #45132840
Patrick, the problems you describe (speed, cost, cross-border friction) already have solutions. SEPA Instant, FedNow, PIX, and providers like Wise move money in seconds, at negligi…
-
comment
Comment #44854905
Thats not what OpenAI are claiming. They are claiming that there are two new flagship models and a router that routes between them. "GPT‑5 is a unified system with a smart, efficie…
-
comment
Comment #44854747
Planning was ok for me, much slower than Sonnet, but comparable. But some of the code it produces is just terrible. Maybe the routing layer sends some code-generation tasks to a mu…
-
comment
Comment #44854739
I agree, I just don't understand how the team at Cursor can say this: “GPT-5 is the smartest coding model we've used. Our team has found GPT-5 to be remarkably intelligent, easy to…
-
comment
Comment #44854175
Had Sonnet 4 not been able to?
-
story
GPT5 is worse than 4.1-mini for text and worse than Sonnet 4 for coding
It seems that OpenAI have got the PR machine working amazingly. The Cursor CEO said it's the best, as did Simon Willison (https://simonwillison.net/2025/Aug/7/gpt-5/). But I've fou…
-
comment
Comment #42097355
Amazing project. The question I have is why rust? Is the compiled WASM significantly faster than JS?
-
story
Show HN: I made an interactive sentiment model comparison site
Hey HN, I needed to assess the state of sentiment models and couldn’t find a good way to compare them. I built this interactive site that lets you compare 12 models side by side, f…
-
comment
Comment #41992594
Exactly, and LLM based tools can be very frustrating right now - but if you view the tooling as a very fast junior developer with very broad but shallow knowledge then you can deve…
-
comment
Comment #41992578
In a couple of years time I don't see why AI based tooling couldn't write Redis? Would you get a complete Redis produced with a single prompt? Of course not. but if extreme speed i…
-
comment
Comment #41992525
I agree with you and its confusing to me. I do think there is a lot of emotion at play here - rather than cold rationality. Using LLM based tools effectively requires a change in w…
-
comment
Comment #41992465
I'm continually surprised by the amount of negativity that accompanies these sort of statements. The direction of travel is very clear - LLM based systems will be writing more and …
- story
-
comment
Comment #41980305
Kinesis supports buffering - up to 900 seconds or 128mb. So you are way out on your cost estimations. Over time queries can start costing more due to S3 Requests, but regular spark…
-
comment
Comment #41975826
While that is true, its really not easy to do without re-writing from scratch and scrapping a load of features which is organisationally difficult to do. What large piece of softwa…
-
comment
Comment #41975670
Looks interesting, we solved this problem with Kinesis Firehose, S3 and Athena. Pricing is cheap, you can run any arbitrary SQL query and there is zero infrastructure to maintain.
-
comment
Comment #41975603
I wish they would do this. But my experience is that building efficient software is hard, and is very very hard the larger the team gets or the longer the product exsits. Even zoom…
-
comment
Comment #41968334
The point being made is that while this may be grating for you. It is magic for a large part of the population. This combined with chatgpt advanced voice mode shows a direction of …
-
comment
Comment #41957833
100% agree. We don't expect human developers to be perfect, why should we expect AI assistants. Code going to production should go through review. I do think that LLMs will increas…
-
comment
Comment #41243334
I have to agree with the parent. LLMs are excellent at a large range of NLP tasks. Of course they are not going to replace all ML models, but when it comes to NLP they are clearly …
-
comment
Comment #39721006
Thanks :-) I've not done much profiling on DuckDB and what the overhead is - i.e. after the data is parsed how much memory is used. Would be really interesting to push it to the li…
-
comment
Comment #39720544
Hey congrats on the Show HN. Local, browser based data exploration works for a lot of uses cases and is so much faster thancloud based tools. We've implemented something similar at…
- story
-
comment
Comment #38420386
while this is impressive technically I also get the feeling that we are back in 1982. Spreadsheets are great general purpose tools and useful for financial modeling. But I'd argue …