HN user

kolinko

5,742 karma

Entrepreneur from Poland. Founded Szuku.pl, a polish people search engine, and EasyAsk - info-bot company. M.Sc at University of Warsaw. Currently involved in iPhone apps development - www.motivapps.com (first product - a Goal-Setting Workshop: www.motivapps.com/gsw )

workIn-Progress.posterous.com

Posts80
Comments2,230
View on HN
cyber.harvard.edu 1y ago

Does Godwin's law (rule of Nazi analogies) apply in observable reality?

kolinko
4pts2
asciinema.org 2y ago

Show HN: Speeding up LLM inference 2x times (possibly)

kolinko
419pts114
askgdpr.com 3y ago

Show HN: Answering GDPR questions using GPT

kolinko
3pts3
kolinko.github.io 3y ago

Hacker Herald – a tabloid auto-generated from Hacker News posts

kolinko
1pts1
news.ycombinator.com 3y ago

Show HN: a tabloid auto-generated from Hacker News

kolinko
5pts2
www.nature.com 5y ago

Stay‐at‐home policy is a case of exception fallacy [pdf]

kolinko
1pts0
news.ycombinator.com 5y ago

Bitcoin just crossed $7.00 (2012)

kolinko
7pts4
www.youtube.com 5y ago

Steve Jobs announcing transition from PowerPC to Intel (2005)

kolinko
5pts0
www.economist.com 6y ago

What if nuclear power had taken off in the 1970s?

kolinko
2pts0
news.ycombinator.com 7y ago

Show HN: Using random forest to cluster smart contract functions

kolinko
3pts0
eveem.org 7y ago

Finding Underflows in Ethereum Tokens at Scale [pdf]

kolinko
3pts0
medium.com 7y ago

Analysing 1.2M Ethereum contracts in 20 seconds using Eveem and BigQuery

kolinko
11pts0
news.ycombinator.com 7y ago

Show HN: A first ever tool for analysing contract owners, permissions etc.

kolinko
1pts0
news.ycombinator.com 7y ago

Show HN: Smart contract decompiler that uses symbolic execution

kolinko
68pts10
news.ycombinator.com 8y ago

Show HN: Tokens backed by collectible items

kolinko
3pts0
news.ycombinator.com 8y ago

Show HN: Mini ICOs of physical (art) pieces

kolinko
7pts2
arstechnica.com 9y ago

Bitcoin implodes, falls more than 90 percent from June peak (2011)

kolinko
2pts2
medium.com 9y ago

I compared Nicotine to Ritalin

kolinko
2pts0
gist.github.com 10y ago

Announcing the Great Unicorn Meat Grinder

kolinko
1pts0
coinmarketcap.com 10y ago

Ethereum crosses $1B market valuation

kolinko
3pts0
www.cs.cmu.edu 10y ago

No Hands Across America Journal (1995)

kolinko
1pts0
imgur.com 10y ago

Show HN: A Canaletto painting in Van Gogh's style using deep learning-DeepArt.io

kolinko
7pts3
deepart.io 10y ago

Deep learning algorithm pretending to be one of the famous painters

kolinko
4pts0
news.ycombinator.com 11y ago

Ask HN: What tool do you use for SAAS error tracking?

kolinko
1pts0
news.ycombinator.com 11y ago

Show HN: My app to remove a flicker from 240fps slow-mo videos

kolinko
1pts1
kolinko.github.io 11y ago

Show HN: Comments by Top HN Posters Analysed by IBM's Watson User Modelling API

kolinko
180pts90
news.ycombinator.com 11y ago

The shoe planet

kolinko
1pts0
psyho.gg 12y ago

Getting to Top Coder Open finals (2013)

kolinko
3pts0
www.google.pl 12y ago

Google search now supports Bitcoin-usd conversion

kolinko
2pts0
news.ycombinator.com 12y ago

Show HN: Timelock smart contract utilising M of N oracles

kolinko
1pts0

Why would it be random? Perhaps we’re talking about two different things?

I’m talking about asking an agent at the end of the session how well the session went - what tools it found useful, what it found confusing and whatnot. Agents do gladly complain about doing pointless work or fighting with the harness :)

I have a similar system and it does wonders. One of the questions is also to ask for just freestyle opinion of the task and the replies are hilarious at times.

“I existed for one word. The entire point of my life was that my process boot side-effected a module reload. 'ok'."

“ "The overhead-to-work ratio was astronomical."

“the koleo purchase turned into a boss fight with an undismissable Vue modal and a WKWebView that kept eating its own cookies."

Are you talking from experience or from theory?

I have a reflections mechanism, which launches right after the session ends (when it’s still in cache, so it’s almost free) and it catches a ton of problems with tool/skill/system design, all the time. Low level stuff can be fixed almost automatically (e.g. agent funbled 10 turns bc tool’s docs were wrong), high level too but human gating is useful.

If you try doing it any other way you have to pay for input tokens, not cache read, so it’s 10x more expensive.

Good one! Also, a simple thing - when your service gets miscalled (wrong params either via cli or http) instantly show help/explaination of the proper param uses. Can save a few turns of agents trying to figure out what’s wrong. Helps humans as well :)

That is not true - a model trained in the internet can both build verifiers to remove false/poor quality data from the next training, and build synthetic datasets that will supplement its training.

Similar to a human that wants to learn something and invents exercises to practice.

1-2 years ago it was a theory, but new models are trained, successfully, on synthetic datasets.

This is a recurring sentiment but flawed, I think.

First of all, neural nets do nit return averages per se. They construct space between the points and extrapolate outside of the points. So even if a point was not in their training data, they will be ok, in many situations, to acknowledge it.

Or in other words - LLMs don’t average. They construct world models. A novel thing that fits their world model will be accepted no prob. A thing that doesn’t may still be accepted but with challenges.

The same is true though for humans, including scientists. There is a saying that science moves one grave at a time - because often prev gen of scientists needs to die off for a new idea to take root.

Or in yet other words - even if llms produced averages, an average of a discontinuous set can lie outside of that set. And the set of all human ideas is very much discontinuous.

1M context - at least with most of the projects I ever worked with, 1M, or even 100k would be enough to explain in broad strokes the class/project/deployment structure, and a window of 200-500k to explain the specific issue at hand.

Claude Sonnet 5 23 days ago

From my benchmarks, sadly, it doesn't seem to be the case much. Surprisingly. I found Sonnet comparable in speed to Opus (sic), but perhaps I was testing it wrong?

It’s not that difficult, it’s just a system prompt and a set of basic file edit/bash/etc tools.

Me, personally, I didn’t build it from scratch but I ported original CC from published sources into Python and extended it to match my own requirements.

It may depend on your specific workload. E.g. for regular webdev work Opus is more than adequate, for heavy duty data analysis, for experimental stuff and for complex systems it was night and day.

I had only a few places where I did spot a difference but that difference was significant and I can imagine where people would be amazed.

What are you talking about?

Prices of lowest tiers of models have fallen how much - 10-100x over the last two years.

And actually, the model quality you needed to pay for in the past, you can just run on device now essentially for free.