HackerTrans
TopNewTrendsCommentsPastAskShowJobs

meander_water

1,249 karmajoined पिछला वर्ष
I write software and I write words about software:

https://vivis.dev

https://findsubstack.com

https://pythonkoans.substack.com

Submissions

AI Compass: which archetype are you?

bambamramfan.github.io
9 points·by meander_water·12 दिन पहले·1 comments

Meta Posed as Teens to Prompt Rival Chatbots About Suicide, Sex, and Drugs

wired.com
28 points·by meander_water·13 दिन पहले·8 comments

Machine Studying

jacobxli.com
4 points·by meander_water·21 दिन पहले·0 comments

What a Joke: GitHub Copilots Token Based Billing Spurs Consternation

techcrunch.com
3 points·by meander_water·पिछला माह·1 comments

NPM invalidates use of fine-grained tokens that bypass 2FA

docs.npmjs.com
3 points·by meander_water·2 माह पहले·0 comments

Supply chain compromise in mistralai Python package

github.com
6 points·by meander_water·2 माह पहले·3 comments

Pitfalls of Try/Finally in Python

pythonkoans.substack.com
5 points·by meander_water·2 माह पहले·0 comments

The Mismanaged Geniuses Hypothesis

alexzhang13.github.io
2 points·by meander_water·3 माह पहले·0 comments

Ask HN: What are you building that's not AI related?

156 points·by meander_water·3 माह पहले·227 comments

List of Common Scams

old.reddit.com
2 points·by meander_water·3 माह पहले·0 comments

Show HN: I created a rss newsfeed from 130k Substack publications

findsubstack.com
4 points·by meander_water·3 माह पहले·1 comments

Show HN: I replaced Substack's algorithm with a chronological feed of new posts

findsubstack.com
2 points·by meander_water·4 माह पहले·2 comments

A shift in the behaviour of Traversable.joinpath between Python 11 and 12

pythonkoans.substack.com
2 points·by meander_water·5 माह पहले·0 comments

AI agent generates rebuttals for papers

arxiv.org
1 points·by meander_water·6 माह पहले·0 comments

TurboDiffusion: 100–200× Acceleration for Video Diffusion Models

github.com
248 points·by meander_water·7 माह पहले·46 comments

Tiled Art

tiled.art
261 points·by meander_water·7 माह पहले·12 comments

Skip the fork – patching code with hatch metadata hooks

vivis.dev
1 points·by meander_water·7 माह पहले·0 comments

Open source image generation with style codes (–sref))

kwai-kolors.github.io
1 points·by meander_water·8 माह पहले·0 comments

A Style is Worth One Code: open-source Midjourey-like --sref

arxiv.org
2 points·by meander_water·8 माह पहले·0 comments

Solving a Million-Step LLM Task with Zero Errors

arxiv.org
2 points·by meander_water·8 माह पहले·1 comments

comments

meander_water
·13 दिन पहले·discuss
I thought all model providers are doing this under the hood anyway in their UI?

They certainly seem to when A/B testing different models, and Fable routes to Opus 4.8 when guardrails fail.

Also, openrouter recently released a fusion router - https://openrouter.ai/blog/announcements/fusion-beats-fronti...
meander_water
·18 दिन पहले·discuss
GPTZero is much better at handling humanized outputs. Also has a similar false positive rate to Pangram.
meander_water
·18 दिन पहले·discuss
> However, it’s your job to go down the rabbit hole, learn the 100%, and sprinkle in your 3%.

I would say that there is a big difference between stealing without acknowledgement, and stealing with acknowledgement and actively learning through reverse engineering.
meander_water
·20 दिन पहले·discuss
> I don't think you should waste time reviewing every single line of code in here and just use AI to review it!

> What you bring is the knowledge that the author nor the LLM doesn't know.

How can you possibly know what relevant context to provide the LLM unless you read the 10k loc? Now you've wasted double the time.
meander_water
·20 दिन पहले·discuss
Thanks, I didn't mean to be brusque, but I have seen a lot of these vibe tests lately that come to grand conclusions like "X model is better than Y" from the result of a single prompt.

Appreciate you sharing the results of your tests though!
meander_water
·20 दिन पहले·discuss
> So we ran it head-to-head against Claude Opus 4.8: same one-shot prompt, build a 3D platformer in raw WebGL from scratch

Running a single one-shot prompt is not a benchmark, not is it representative of any sort of real-world usage.

Most agent usage is collaborative so you need to test things like reliability (when I delegate a task, does it complete it without making up test results for e.g.) and steerability (does it obey my instructions or does it just do what it thinks is best).
meander_water
·पिछला माह·discuss
Really curious to understand why I'm being downvoted. I don't think it's a particularly spicy take - Just choose the right tool for the job.
meander_water
·पिछला माह·discuss
As someone who has built both react based frontends and html based ones (with htmx), there is a law of diminishing returns at play.

To start off, writing a basic crud website with forms is much easier with htmx.

But when you start building more complex components, and integrate with other systems (OAuth for e.g.) there are tons of libraries and SDKs for the react ecosystem, but not many for pure html components.

At this point, it's much easier to use off the shelf components than it is to manually write html to handle all the bizarre UI edge cases.
meander_water
·पिछला माह·discuss
All the model releases we've seen this year have only made incremental improvements in benchmarks.

This feels like the first release that feels like a significant step up in terms of benchmark results.

Can anyone make an educated guess what the secret sauce in the model architecture is between 4.8 and Fable?
meander_water
·2 माह पहले·discuss
Not the first study, and they all largely report the same results:

https://www.nature.com/articles/s41562-025-02259-6

https://www.theguardian.com/money/2019/feb/19/four-day-week-...

https://www.4dayweek.com/research
meander_water
·2 माह पहले·discuss
Lovely sentiment in the article, which was unfortunately AI generated.

Can we start tagging titles in HN with [AI-generated] or something?

I know some people have no problem with it, but it might help others (like me) to steer clear
meander_water
·2 माह पहले·discuss
Other gems in a similar vein

https://github.com/narze/awesome-websites-as-answers
meander_water
·2 माह पहले·discuss
That part of the article almost read like clickbait, because at the end he admits there is an upper bound arg:

> uv add pydantic --bounds major

So not really sure what he's complaining about
meander_water
·2 माह पहले·discuss
> the model has its own emergent guardrails that sometimes cause it to push back on legitimate security research requests. But as we found, these organic refusals aren’t consistent - the same task, framed differently or presented in a different context, could produce completely different outcomes as illustrated in the examples below.

This was new. I'm surprised that a model specifically designed for security research and gated to professionals is refusing legitimate requests
meander_water
·2 माह पहले·discuss
I'm so excited for this, nice work!

Gemma4 edge models were promised to be great for agentic use, but have been really disappointing in all my tests. They fail at the most basic tool use scenarios.

Have you run any tool-use benchmarks for Needle, or do you plan to? Would be great if you could add results to the repo if so.
meander_water
·2 माह पहले·discuss
This appears to be part of the same Mini Shai-Hulud campaign affecting Tanstack Router https://www.securityweek.com/tanstack-mistral-ai-uipath-hit-...
meander_water
·2 माह पहले·discuss
Sure, but will they download the right version? And will they be inspecting the right files on disk? There's a whole lot more that can go wrong
meander_water
·2 माह पहले·discuss
One underrated advantage of using Python or Typescript is that AI agents can inspect the code of installed dependencies.

This means you don't have to muck around with supplying the right documentation for each version of each dependency, or worry about hallucinated interfaces (at least with the latest models).

In the past you'd have to dig through a foreign codebase manually to figure out why a documented interface for a dependency is not working as expected, but frontier models automate that quite well.
meander_water
·2 माह पहले·discuss
I don't understand why people were voting this comment down in the issue page
meander_water
·2 माह पहले·discuss
> We find that models are not failing due to “death by a thousand cuts” (i.e., many small errors). Instead, they main- tain near-perfect reconstruction in some rounds, and experience critical failures in a few rounds, typically losing 10-30+ points in a single round trip

> We find that weaker models’ degradation originates primarily from content deletion, while frontier models’ degradation is attributable to corruption of content.

I think we largely already knew this. This is why we fudge around with harnesses and temperature etc.