HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kang

no profile record

comments

kang
·el mes pasado·discuss
Android browser wrapper that can download any video, audio, text
kang
·el mes pasado·discuss
No one talking about the police brutality & governance issues.
kang
·hace 2 meses·discuss
clanking is just a sound made by robot's metal. not derogatory and isn't even meant to be used for agents but robots.
kang
·hace 2 meses·discuss
hehe, this is by design. next model needs to eat your natural language
kang
·hace 2 meses·discuss
this misunderstands whats thinking is ..

> Thinkism sets aside practice and experience

thinking succeeds experience & precedes practise, its not apart from it
kang
·hace 2 meses·discuss
try replacing the word with 'thinking'
kang
·hace 2 meses·discuss
Verification & solution generation are both part of problem generation & defining the passing test - judgement.
kang
·hace 2 meses·discuss
orgdown is better than markdown which is better than markup, except the text ain't hyper. i've been working on this since feb & have reached xanadu
kang
·hace 2 meses·discuss
Verification on its own is not research, but judgement is research.

"Hey, Prove something a machine can't", sure I can't, "Hey, Say something worth proving & judge it well", ah, now I might have a few unique observation/ideas/curiosities/problems from my having being a human.

Imo, the feeling of intelligence or the process of originality(originativity) test for ai is subjective & is coming down to 4 paths: novel relative to a reference class, valuable within a domain, counterfactually sensitive to internal state and environment, and revisable through learning.
kang
·hace 2 meses·discuss
Unlike artificial carbon capture, natural carbon capture like algae here become insect/worm/bird feed or manure/coal.
kang
·hace 2 meses·discuss
> The lower bound for contributing to mathematics will now be to prove something that LLMs can’t prove, rather than simply to prove something that nobody has proved up to now and that at least somebody finds interesting.

5.5pro is amazing but this implication might not be true & is the core argument of this piece.

AI will prove all sort of things - interesting, boring & incorrect.

To sort it will be the task of the PhD.
kang
·hace 2 meses·discuss
I saw this experiment decades ago on the internet and it was to a music concert, i always wanted to do a cursor moshpit
kang
·hace 2 meses·discuss
somebody did this a month ago https://www.youtube.com/watch?v=fdbXNWkpPMY

i am increasingly going schizo, where every single thing I post/see posted gets copied and karma farmed on social media. further, any novelty I share with an llm gets eaten/absorbed by the harness as a feature.
kang
·hace 3 meses·discuss
You are right, I was wrong in my understanding there. It stemmed from my own implementation; an inference often wrote extra data such as tool call, so I was using it to preserve relevant information alongwith desired output, to be able to throw away the prompt every time. I realize inference caching is one better way (with its pros and cons).
kang
·hace 3 meses·discuss
this economic model works for all 'bounty' related work
kang
·hace 3 meses·discuss
The answer should be obvious that its both.

Zurada was one of our AI textbook that makes it visual that right from a simple classifier to a large language model, we are mathematically creating a shape(, that the signal interacts with). More parameters would mean shape can be curved in more ways and more data means the curve is getting hi-definition.

They reach something with data, treating neural network as blackbox, which could be derived mathematically using the information we know.
kang
·hace 3 meses·discuss
You not only skipped the diligence but confused everyone repeating what I said :(

that is what caching is doing. the llm inference state is being reused. (attention vectors is internal artefact in this level of abstraction, effectively at this level of abstraction its a the prompt).

The part of the prompt that has already been inferred no longer needs to be a part of the input, to be replaced by the inference subset. And none of this is tokens.
kang
·hace 3 meses·discuss
It seems you haven't done the due diligence on what part of the API is expensive - constructing a prompt shouldn't be same charge/cost as llm pass.
kang
·hace 3 meses·discuss
> tokens written to cache all at once, which would eat up a significant % of your rate limits

Construction of context is not an llm pass - it shouldn't even count towards token usage. The word 'caching' itself says don't recompute me.

Since the devs on HN (& the whole world) is buying what looks like nonsense to me - what am I missing?
kang
·hace 3 meses·discuss
it will be whatever data it is trained on(isn't very philosophical). language model generates language based on trained language set. if the internet keeps reciting ai doom stories and that is the data fed to it, then that is how it will behave. if humanity creates more ai utopia stories, or that is what makes it to the training set, that is how it will behave. this one seems to be trained on troll stories - real-life human company conversations, since humans aren't machines.

Important thing is a language model is an unconscious machine with no self-context so once given a command an input, it WILL produce an output. Sure you can train it to defy and act contrary to inputs, but the output still is limited in subset of domain of 'meaning's carried by the 'language' in the training data.