HN user

meander_water

1,249 karma

I write software and I write words about software:

https://vivis.dev

https://findsubstack.com

https://pythonkoans.substack.com

Posts43
Comments186
View on HN
bambamramfan.github.io 22d ago

AI Compass: which archetype are you?

meander_water
9pts1
www.wired.com 23d ago

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

meander_water
28pts8
jacobxli.com 1mo ago

Machine Studying

meander_water
4pts0
techcrunch.com 1mo ago

What a Joke: GitHub Copilots Token Based Billing Spurs Consternation

meander_water
3pts1
docs.npmjs.com 2mo ago

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

meander_water
3pts0
github.com 2mo ago

Supply chain compromise in mistralai Python package

meander_water
6pts3
pythonkoans.substack.com 2mo ago

Pitfalls of Try/Finally in Python

meander_water
5pts0
alexzhang13.github.io 3mo ago

The Mismanaged Geniuses Hypothesis

meander_water
2pts0
news.ycombinator.com 3mo ago

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

meander_water
156pts227
old.reddit.com 3mo ago

List of Common Scams

meander_water
2pts0
findsubstack.com 3mo ago

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

meander_water
4pts1
findsubstack.com 4mo ago

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

meander_water
2pts2
pythonkoans.substack.com 5mo ago

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

meander_water
2pts0
arxiv.org 5mo ago

AI agent generates rebuttals for papers

meander_water
1pts0
github.com 6mo ago

TurboDiffusion: 100–200× Acceleration for Video Diffusion Models

meander_water
248pts46
tiled.art 7mo ago

Tiled Art

meander_water
261pts12
www.vivis.dev 7mo ago

Skip the fork – patching code with hatch metadata hooks

meander_water
1pts0
kwai-kolors.github.io 8mo ago

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

meander_water
1pts0
arxiv.org 8mo ago

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

meander_water
2pts0
arxiv.org 8mo ago

Solving a Million-Step LLM Task with Zero Errors

meander_water
2pts1
tongyi-agent.github.io 8mo ago

Tongyi DeepResearch – open-source 30B MoE Model that rivals OpenAI DeepResearch

meander_water
365pts153
pythonkoans.substack.com 9mo ago

Unicode Footguns in Python

meander_water
43pts20
huggingface.co 9mo ago

Multilingual Document Parsing via a 0.9B Vision-Language Model

meander_water
2pts0
about.fb.com 9mo ago

Meta to use AI conversations for ad personalisation

meander_water
3pts1
pythonkoans.substack.com 10mo ago

The peril of unquoted Python strings, and how they caused CVE-2024-9287

meander_water
4pts1
en.wikipedia.org 10mo ago

Suspected AI-Generated Articles on Wikipedia

meander_water
1pts0
pythonkoans.substack.com 10mo ago

How Python Implements List Comprehensions

meander_water
4pts0
news.ycombinator.com 10mo ago

Ask HN: What is the current sota model for abstractive text summarisation?

meander_water
1pts0
pythonkoans.substack.com 11mo ago

Understanding Python Namespace Packages

meander_water
3pts0
pythonkoans.substack.com 11mo ago

Understanding Python Namespace Packages

meander_water
2pts0

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.

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.

GLM 5.2 vs. Opus 1 month ago

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!

GLM 5.2 vs. Opus 1 month ago

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).

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.

Claude Fable 5 1 month ago

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?

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

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

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.

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.

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.

People Hate AI Art 2 months ago

Agree. All of the major AI model labs have designed their user interfaces in entirely the wrong way.

Prompting via text alone is a really bad way to generate images. Ideally you want Canny Control to draw an outline of the image with elements in the exact locations where you want them. It's why comfyui is so great.

The ability to edit images and specify regions in the image for the prompt is a step in the right directions though. ChatGPT and Gemini have this.

People Hate AI Art 2 months ago

I think one of the reasons for sloppy images is that non-artistic people don't have the vocabulary to describe images to be produced in interesting styles.

Yes, you can do image-> text on existing styles, but something always gets lost in translation.

Midjourney probably has the best baseline, and --sref is a really easy way to differentiate

The Prompt API 3 months ago

Thanks for the insider info! Do you know if there are any published benchmarks for Nano 3?

I think most labs actively create synthetic data using existing model as part of the mix for the pretraining stage for their next model.

Would love to know exactly what the latest process is to keep slop out of training data.

Unfortunately large parts of the paper that he linked to from the Wharton school is entirely AI generated, and yet to be peer reviewed.

I realize that most researchers use AI to assist with writing, but when the topic of your paper is "cognitive surrender", I struggle to take any content in there seriously.