Hacker Newsnew | past | comments | ask | show | jobs | submit | chrisra's commentslogin

I think a "reversed" south-at-the-top is a good idea to at least be aware of. I don't think it makes sense to reverse it since it just flips the problem, but it is (very slightly?) unlucky for the southern hemisphere.

Maybe this is silly: what about zero-width spaces or other hidden characters? Add them in post-processing, and the response quality doesn't degrade (though rendering etc. might be wonky).


That would be so much worse. Code written that doesn't work, SQL that couldn't be parsed, ...


Yes, it is silly. Stripping these is about as trivial as removing "this post was written by Claude" appended in plaintext. You could make a clipboard monitor that does this as soon as you CTRL+C, it's a 1-shot prompt. Not to mention that these wonky Unicode chars will break in every other program.

Stripping Anthropic's watermarking, however, is more difficult - probably about 2 prompts.


But your average joe won't "setup custom clipboard monitor to auto clip out whitespace". That's why Gemini still include its logo into generated picture even if it's trivial to crop it out


Ok, sounds like a watermark of “this post was written by Claude” is sufficient then. Or don’t add any at all - the average joe is that Canadian politician whose speech included “here is a more natural-flowing version of that section that sounds more like legislative speech rather than a series of short points.”


I have the same feeling but don't really know why. Why do I dislike reading LLM text so much? Weird


IMO it’s because LLM text doesn’t really say anything. It’s 600% more text and paragraphs for things that could be said in 1 sentence.


It uses 50 words when 10 would do.


I don't hate it if it's text I asked for, in which case it's also easier to glance through looking for the points relevant to the topic.

I hate it if the assumption is that I'm communicating with a human, and I then get hit with a wall of text that I have to decipher the context behind. I'd rather read the prompt then.


Because they have extra money to do whatever they want with. And data to use it on? Not that that is sufficient, but it helps.


Loaded it on a pixel phone, saw a list of countries with no context about what picking one meant, saw a map but didn't understand how to interact with it, and that was about it.


Hi thanks for your feedback and also sorry for confusion.

The goal is basically to to leave your opponent with no valid neighboring countries to choose on their turn. I will think about how I can improve the onboarding.


And what would they do if you refuse?


Who is "they" in your question?


It might be worth looking into probabilistic programming languages. I'm out of date, but I remember webppl, stan, anglican, pymc (a python library).

Seems worth an investigation and maybe mention on the article.


It says

Stan and PyMC beat Noise at the thing they’re built for, fitting a posterior to lots of continuous data with their HMC/NUTS samplers, and NumPy beats it at raw array crunching. Conditioning in Noise is rejection-based, so it works great for a handful of discrete observations but becomes useless for ten thousand continuous measurements, and there is no stateful simulation yet (no Markov chains yet). Where Noise wins when you have a probability question and you wanna know the answer without much hassle.

So use Noise for the whiteboard stage of a problem, when you want to run the math you just wrote, and move to Stan or PyMC when you need a real posterior, or to NumPy and JAX when you need to go to production.


if you read the website, the author explicitly mentions stan in the comparison at the end ;^)


Decisions by small groups should be the default. Others only need to be involved if the risk/consequences of failure are high.

I started ignoring all PRs from our large team because we had a similar policy. My teammates can handle, they don't need me to check on each PR.


I recommend finding a real project that is likely to have some complex needs. It's easier to learn when there are real problems to solve.


In general, the harder it is to undo and the broader the consequence, the more you need to check.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: