HackerLangs
TopNewTrendsCommentsPastAskShowJobs

WASDx

no profile record

comments

WASDx
·16 hari yang lalu·discuss
I see only these two possibilities:

1. If LLMs keep improving, burning models onto silicon becomes obsolete too fast and is not worth doing. Outcome: We keep getting better LLMs. 2. If LLM improvements slow down, they will be burned onto silicon. Outcome: We get faster, cheaper and energy-efficient LLMs.

Either way sounds great to me. It will certainly be a mix so we can even get both.
WASDx
·24 hari yang lalu·discuss
Are you suggesting it should summarize the image in text or generate it in HTML or something else?
WASDx
·24 hari yang lalu·discuss
Looking at some benchmarks, the latest ~30B Gemma/Qwen score similar as Claude or GPT versions that were released just one year earlier. That's crazy progress. I can't imagine how it will be in a few years.
WASDx
·27 hari yang lalu·discuss
I think this is inevitable. Sooner or later, model-specific ASIC's will make economical sense. We're already seeing it happening with Taalas/Cerebras so I think it's sooner than 5 years. And inference is order of magnitude faster which is amazing.
WASDx
·27 hari yang lalu·discuss
> distributed LLM inference

This seems extremely inefficient considering data transfer between model layers if the model is distributed. I found this project called Petals that claim up to 4 tok/s for a 180B model although its repository hasn't been updated in two years.

https://petals.dev/
WASDx
·bulan lalu·discuss
I like this one, although its data seem to overlap with ECI.

https://artificialanalysis.ai/trends
WASDx
·bulan lalu·discuss
https://chatjimmy.ai/ from Taalas also feels like that.
WASDx
·bulan lalu·discuss
I think their "code" ranking is biased towards visual aesthetics more than raw coding as the voters are just asked which generated website they prefer.
WASDx
·2 bulan yang lalu·discuss
I've had mostly problem-free experiences with intellij (ultimate-only feature I think). One click finds declarations both in business code and buried deep in libraries.
WASDx
·2 bulan yang lalu·discuss
gemma-4-31B-it-assistant is a 0.5B model. So it's performance would likely be comparable to other models of such size.
WASDx
·2 bulan yang lalu·discuss
I think this is the future. When models start converging at "really good" (which I think is already happening) then burning them into ASIC silicon is the natural next step.

Harnesses can keep improving with a fixed model and the throughput opens up new possibilities like doing 10x more "thinking" or exploring parallel paths and picking the best.
WASDx
·2 bulan yang lalu·discuss
I was impressed enough by AI finding vulnerabilities in source code, but doing it in binary executables is just amazing. This has so much potential, good and bad.

And yet another lesson to not treat data as instructions. Sanitize all user input!
WASDx
·3 bulan yang lalu·discuss
Creating a custom tuple class to use as key could be faster though. Nested map lookups have less efficient memory access patterns.
WASDx
·3 bulan yang lalu·discuss
Similar site with same features: https://xn--1-zfa.com/
WASDx
·4 bulan yang lalu·discuss
I think these limitations could be addressed by allowing trivial manual adjustments to the generated code before committing. And/or allowing for trivial code changes without a spec change. The judgement of "trivial" being that it still follows the spec and does not add functionality mandating a spec change. I haven't checked if they support any of this but I would be frustrated not being allowed to make such a small code change, say to fix an off-by-one error that I recently got from LLM output. The code change would be smaller than the spec change.

Cool idea overall, an incremental psuedocode compiler. Interesting to see how well it scales.

I can also see a hybrid solution with non-specced code files for things where the size of code and spec would be the same, like for enums or mapping tables.
WASDx
·6 bulan yang lalu·discuss
I've managed a 100+ node cluster for years without seeing any corruption. Where are you getting this from?
WASDx
·9 bulan yang lalu·discuss
You can customize it to get rid of all that. I set it to the "Robot" personality and a custom instruction to "No fluff and politeness. Be short and get straight to the point. Don't overuse bold font for emphasis."
WASDx
·10 bulan yang lalu·discuss
Same. I recall the "stable volume" setting also eating cpu.
WASDx
·11 bulan yang lalu·discuss
The `/_cluster/reroute` endpoint lets you do that with a curl. We have aliases for common operations so I've never felt that I lack a CLI. I'm happy with Elasticsearch overall having a few years of experience.