Viewing profile — zby
zby
HN member- Joined
- Wed, Aug 15, 2007, 8:47 PM UTC
- HN karma
- 2,796
- Public activity
- 1,319 items
- HN profile
- View on Hacker News ↗
About zby
meet.hn/city/pl-Warsaw
Socials:
- github.com/zby
- linkedin.com/in/zbigniewlukasiak
- x.com/zby ---
Recent public activity
-
comment
Comment #49173734
I think it is now or close to now - and not because there is no more to be gained - but rather because it is now clear that you can gain more with the right agent environment. But …
-
comment
Comment #49170495
to be frank - mostly because they are now good enough to unlock the other learning paradigms
-
comment
Comment #49169857
I know it is overused on tweeter - but all this really seems to be about status. Like Robin Hanson said - people read stuff because it seems prestigious.
-
comment
Comment #49169175
IMHO training weights has peaked and now it is time for a training paradigm for prompts and code. We don't have the gradient descent here - but I think it can be more sample effici…
-
comment
Comment #49156530
It's a pity that the Perl6 saga killed the new regex ideas - I wish the raku regexes were adopted elsewhere (like the Perl5 regexes were): https://docs.raku.org/language/regexes
-
comment
Comment #49081803
There are programs with proofs that they work - but that does not make them reducible. I double checked it with ChatGPT if anyone is interested in more details: https://chatgpt.com…
-
comment
Comment #48931566
I have made an experiment with 'idea generation' last year (with much worse llms): https://github.com/zby/DayDreamingDayDreaming The results were promising: https://zzbbyy.substack…
-
comment
Comment #48930666
If I remember well, the starting point was that memory is only useful if it changes the system behaviour. There are many ideas of automatic 'tips' or 'rules' that are injected into…
-
comment
Comment #48930647
Thanks!
-
comment
Comment #48927113
I am not sure if this is sarcasm - but just in case - https://github.com/sshwarts/skillscript does not offer a unified namespace for functions and prompts (agents) like https://git…
-
comment
Comment #48927023
I did an automatic review of over 140 such systems. There are comparisons and stuff: https://zby.github.io/commonplace/agent-memory-systems/ Deja-vu is here: https://zby.github.io/…
-
comment
Comment #48926084
I believe there should be easy ways to move logic between prompts and code in a smooth ways. Moving from prompts to code is for getting deterministic, fast, well defined and cheap …
-
comment
Comment #48728490
Frankly I just skimmed that article, and still commented, bad me. I was also confused by the tag menu - I thought they are sections in the article - I completely failed here :( By …
-
comment
Comment #48704965
It is interesting to compare this to LLMs - they also have the bounded context that you can see as the analogue to our working memory. It can contain enormously more bits of inform…
-
comment
Comment #48683481
select text and comment on it - then let the llm read all comments
-
comment
Comment #48682519
The feature I am waiting for in all of these editors is integrating 'red lining' as a channel for LLM input. This is the best interface for working on a text. https://www.roughdraf…
-
comment
Comment #48636147
If the action is decided by code based on metadata - then what is really the LLM task? And if you say that it is only the type of action that is decided by code - then this is mayb…
-
comment
Comment #48635967
They do predict what injections might be effective - so it is a theory. I don't know how novel it is and it is not very deep (as you noted the general mechanism is quite obvious) -…
-
comment
Comment #48573149
The video seems to be about mushrooms.
-
comment
Comment #48558722
The fact that programmers can be nerd sniped into yak shaving some random libraries is the only thing that keeps Open Source running.
-
comment
Comment #48515334
I would love to hear from someone knowledgeable - is that bad for the company or good?
-
comment
Comment #48515315
I am open to changing my mind and I am looking forward for answers to your question - but I think it is like a click bait - looks interesting - but not really useful.
-
comment
Comment #48452557
I am building my self-hosting llm-wiki system ( https://gist.github.com/karpathy/442a6bf555914893e9891c11519... ). My approach is to start with a theory of how such systems could w…
-
comment
Comment #48167355
I think I fixed this in a later revision. Does that persist?
-
comment
Comment #48167275
There is also https://github.com/Dicklesworthstone/pi_agent_rust I vibed a comparison/review of these two systems using my llm wiki: https://zby.github.io/commonplace/work/pi-agent…