HN user

Cynddl

1,312 karma
Posts49
Comments145
View on HN
ainowinstitute.org 14d ago

Hijacking Defensive Cyber AI Agents for Remote Code Execution

Cynddl
2pts0
www.aisi.gov.uk 2mo ago

Our evaluation of OpenAI's GPT-5.5 cyber capabilities

Cynddl
2pts0
www.theguardian.com 2mo ago

Making AI chatbots friendly leads to mistakes and support of conspiracy theories

Cynddl
93pts80
biobank.rocher.lc 3mo ago

UK Biobank health data keeps ending up on GitHub

Cynddl
197pts57
www.fastcompany.com 4mo ago

ChatGPT Edu feature reveals researchers' project metadata across universities

Cynddl
2pts0
www.reuters.com 5mo ago

AI no better than other methods for patients seeking medical advice, study shows

Cynddl
3pts0
www.bbc.co.uk 5mo ago

AI chatbots pose 'dangerous' risk when giving medical advice, study suggests

Cynddl
4pts2
retrospective.rocher.lc 5mo ago

Show HN: Small, anonymous app for teams to do retrospective sessions

Cynddl
1pts0
arxiv.org 8mo ago

Measuring What Matters: Construct Validity in Large Language Model Benchmarks

Cynddl
1pts0
gizmodo.com 8mo ago

AI Capabilities May Be Overhyped on Bogus Benchmarks, Study Finds

Cynddl
43pts17
www.nbcnews.com 8mo ago

AI's capabilities may be exaggerated by flawed tests, according to new study

Cynddl
3pts0
www.theguardian.com 8mo ago

Experts find flaws in tests that check AI safety and effectiveness

Cynddl
3pts0
oxrml.com 8mo ago

Measuring What Matters: Construct Validity in Large Language Model Benchmarks

Cynddl
3pts2
pdx.su 10mo ago

The quiet software tooling Renaissance

Cynddl
3pts0
www.theregister.com 11mo ago

Facial recognition works better in the lab than on the street, researchers show

Cynddl
4pts1
www.techpolicy.press 11mo ago

We Shouldn't Trust Facial Recognition's Glowing Test Scores

Cynddl
2pts0
arxiv.org 11mo ago

Training language models to be warm and empathetic makes them less reliable

Cynddl
358pts375
www.oii.ox.ac.uk 1y ago

AI's limited understanding of gender puts health equity at risk

Cynddl
4pts0
syntheticsociety.oii.ox.ac.uk 1y ago

Establishing meaningful data access for algorithm audits

Cynddl
1pts0
vegaprotocol.github.io 1y ago

Alpha Lyrae: This font 'randomly' pixelates characters in a block of text

Cynddl
1pts0
www.oii.ox.ac.uk 2y ago

Data anonymity methods and privacy safeguards unfit for modern data

Cynddl
1pts0
en.wikipedia.org 4y ago

Soundaktor: a vehicle audio system used to simulate engine noise in the cabin

Cynddl
1pts0
rocher.lc 6y ago

Free money, PS4, and train tickets

Cynddl
1pts0
privacyinternational.org 7y ago

Facebook’s New Cryptocurrency Libra: Not to Be Confused with Libre

Cynddl
2pts0
adexchanger.com 7y ago

CMPs May Not Be GDPR Compliant

Cynddl
3pts0
techcrunch.com 7y ago

French data protection watchdog fines Google $57M under the GDPR

Cynddl
2pts1
cpg.doc.ic.ac.uk 8y ago

When the signal is in the noise: Exploiting Aircloak's Diffix anonymization

Cynddl
4pts2
cpg.doc.ic.ac.uk 8y ago

Cambridge Analytica is only the beginning. Should you blame your friends for it?

Cynddl
2pts0
newleftreview.org 8y ago

Sterilizing cyberspace (2008)

Cynddl
1pts0
9-eyes.com 8y ago

Scenes from Google Street View (2010)

Cynddl
3pts1

If you look at the bottom of the page, you’ll find guidelines that mention which content is welcomed: “Anything that good hackers would find interesting. That includes more than hacking and startups. If you had to reduce it to a sentence, the answer might be: anything that gratifies one's intellectual curiosity.”

That said, I find this particularly of interest here given the growing attention to the use of algorithms and AI (including generative AI) for surveillance and targeting of palestinians.

This sounds super interesting and relevant. I run a small cluster with H100s (often research projects with vLLM) and being able to see not just usage but efficiency would be great.

I don't fully get the 100% utilisation vs. 1-10% real compute. Given you rely on telemetry from users to add new models, are you trying to predict how fast a model should be on vLLM, compared to how it runs in practice? What if users tweak some hyperparameters?

It's not a zero-sum game, you can both protect people and reap the benefits of health data. Many countries have much safer approaches. UK Biobank typically leads with the scale of the data, but not with its infrastructure.

That's a very important point. The people who opt out first are typically not a random fraction of the population, and this makes it much harder to make any analyses with the resulting datasets: it gets very hard to know if your analyses are representative of the population, or not.

Good catch! The data is everywhere, re-uploaded every week.

I am aware of ~30 repositories that UK Biobank has asked GitHub to delete, and can still be found elsewhere online. They know the site, they have managed to delete data from that site before, and yet the files are still there.

You mean giving anyone access to the data? Or open sourcing the code? If the latter, I think that's a generally a good practice. Security through obscurity is never good for public infrastructure. In this case, UK Biobank has now switched to a remote access platform (not particularly secure, as the data was found for sale on Alibaba today), but contracting it to DNAnexus and Amazon. Private companies have no incentives to open source data, unless mandated to do so.

In the EU, there is a bigger interest in building scalable but also secure platforms for health data. Hopefully good innovation will come from there.

Is it me or they very carefully do not report performance on GPT-5.4 Pro, only the default GPT-5.4? They also very carefully left Anthropic models out of their comparison.

I went back to the BixBench benchmark which they mentioned. I couldn't find official results for Anthropic models, but I found a project taking Opus 4.6 from 65.3% to 92.0% (which would be above GPT-Rosalind) with nearly 200 carefully crafted skills [1]. There also appears to be competitive competitor models with scores on par with this tuned GPT.

[1] https://github.com/jaechang-hits/SciAgent-Skills

Each case runs three agents: a Curator reads the advisory and builds an answer key, a Finder (the model under test) gets 24 shell steps to explore the code and write a structured report, and a Judge scores the blinded submission. The Finder never sees the patch. It starts from sink hints and must trace the bug through actual code.

Curator, answer key, Finder, shell steps, structured report, sink hints… I understand nothing. Did you use an LLM to generate this HN submission?

It looks like a standard LLM-as-a-judge approach. Do you manually validate or verify some of the results? Done poorly, the results can be very noisy and meaningless.

Once again an evaluation missing confidence intervals. “continued improvement” and “significant improvement” but without any significance testing is moot.

With many colleagues (including from AISI themselves!), we recently reviewed 445 the AI benchmarks & evaluations from the past few years. Our work was published at NeurIPS (https://openreview.net/pdf?id=mdA5lVvNcU) and we made eight recommendations for better evaluations. One is “use statistical methods to compare models”:

□ Report the benchmark’s sample size and justify its statistical power

□ Report uncertainty estimates for all primary scores to enable robust model comparisons

□ If using human raters, describe their demographics and mitigate potential demographic biases in rater recruitment and instructions

□ Use metrics that capture the inherent variability of any subjective labels, without relying on single-point aggregation or exact matching.

I would strongly recommend taking these blog posts with a grain of salt, as there is very little that can be learned without proper evaluations.

“These are not isolated incidents. They are symptoms of a systemic problem: the benchmarks we rely on to measure AI capability are themselves vulnerable to the very capabilities they claim to measure.”

As a researcher in the same field, hard to trust other researchers who put out webpages that appear to be entirely AI-generated. I appreciate it takes time to write a blog post after doing a paper, but sometimes I'd prefer just a link to the paper.

Looks like a new model trained to be warmer and friendlier to users. Time to reshare our work: https://arxiv.org/html/2507.21919

Artificial intelligence (AI) developers are increasingly building language models with warm and empathetic personas that millions of people now use for advice, therapy, and companionship. Here, we show how this creates a significant trade-off: optimizing language models for warmth undermines their reliability, especially when users express vulnerability. We conducted controlled experiments on five language models of varying sizes and architectures, training them to produce warmer, more empathetic responses, then evaluating them on safety-critical tasks. Warm models showed substantially higher error rates (+10 to +30 percentage points) than their original counterparts, promoting conspiracy theories, providing incorrect factual information, and offering problematic medical advice. They were also significantly more likely to validate incorrect user beliefs, particularly when user messages expressed sadness. Importantly, these effects were consistent across different model architectures, and occurred despite preserved performance on standard benchmarks, revealing systematic risks that current evaluation practices may fail to detect. As human-like AI systems are deployed at an unprecedented scale, our findings indicate a need to rethink how we develop and oversee these systems that are reshaping human relationships and social interaction.

Hi, author here, this is exactly what we tested in our article:

Third, we show that fine-tuning for warmth specifically, rather than fine-tuning in general, is the key source of reliability drops. We fine-tuned a subset of two models (Qwen-32B and Llama-70B) on identical conversational data and hyperparameters but with LLM responses transformed to be have a cold style (direct, concise, emotionally neutral) rather than a warm one [36]. Figure 5 shows that cold models performed nearly as well as or better than their original counterparts (ranging from a 3 pp increase in errors to a 13 pp decrease), and had consistently lower error rates than warm models under all conditions (with statistically significant differences in around 90% of evaluation conditions after correcting for multiple comparisons, p<0.001). Cold fine-tuning producing no changes in reliability suggests that reliability drops specifically stem from warmth transformation, ruling out training process and data confounds.

Hi, author here! We used a dataset of conversations between a human and a warm AI chatbot. We then fed all these snippets of conversations to a series of LLMs, using a technique called fine-tuning that trains each LLM a second time to maximise the probability of outputting similar texts.

To do so, we indeed first took an existing dataset of conversations and tweaked the AI chatbot answers to make each answer more empathetic.

I see on the landing page a screenshot with "Test for GDPR PII compliance", suggesting that this tool is probably not ready for any serious usage.

Anyone in the regulation landscape would know that GDPR is a EU data protection law, and PII a US concept which doesn't apply in the GDPR. The GDPR uses the concept of ‘personal data’, not ‘personally identifiable information’. This is not just a wording issue. Redacting, masking, removing information which appears to be ‘personally identifiable’ only constitutes pseudonymisation in the GDPR which does not offer any meaningful privacy protection.

I'm going to repeat myself as I do everytime I encounter such tools. These tools DO NOT provide anonymization, and especially not at the level required by the EU's GDPR (where the notion of PII does not exist).

As a computer scientist and academic researcher having worked on this topic for now more than a decade (some of my work if you are interested: [1, 2]), re-identification is often possible from few pieces of information. Masking or replacing a few values or columns will often not provide sufficient guarantees—especially when a lot of information is being released.

What this tool does is called ‘pseudonymization’ and maybe, if not very carefully, ‘de-identification’ in some case. With colleagues, reviewed all the literature and industry practices a few months ago [3], and our conclusion was:

We find that, although no perfect solution exists, applying modern techniques while auditing their guarantees against attacks is the best approach to safely use and share data today.

This is clearly not what this tool is doing.

[1] https://www.nature.com/articles/s41467-019-10933-3 [2] https://www.nature.com/articles/s41467-024-55296-6 [3] https://www.science.org/doi/10.1126/sciadv.adn7053

Just today, every French newspaper and hundreds around the world. Two examples:

https://www.thetimes.com/world/europe/article/pavel-durov-te... “Chief executive of the encrypted messaging app reportedly detained at an airport near Paris over alleged failure to stop criminal activity on the platform”

https://www.tf1info.fr/high-tech/telegram-qui-est-pavel-duro... (one of the largest French newspaper) “Qui est Pavel Durov, le fondateur de la messagerie cryptée Telegram arrêté samedi en France ?”

Maybe a good illustration would be ClearView AI. They are scraping websites, extracting information (images), and training ML models to learn embeddings (distance between faces). They indiscriminately collect personal data without opt-in, but a limited opt-out mechanism.

In this case, if this tool is used to scrape a website, there are too direct issues: 1/ no immediate way for the website owner to exclude this particular scraper (what is the useragent?) 2/ no way for data subjects (whose data is present on the website) to search whether the scraper learned their personal data in the embeddings. Data being available publicly doesn't mean it can be widely used [at least outside the US, where we have much stricter rules on scraping].

I find it interesting that as an (edit: UK) academic researcher, I would be likely be forbidden to use tools like this, that fail basic ethics standards, regulations such as GDPR, and practical standards such as respecting robots.txt [given there's no information on embedding.io, it's unlikely I can block the crawler when designing a website].

There's still room for an ethical development of such crawlers and technologies, but it needs to be consent-first, with strong ethical and legal standards. The crazy development of such tools has been a massive issue for a number of small online organisations that struggle with poorly implemented or maintained bots (as discussed for OpenStreetMap or Read The Docs).