frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Olmo 3: Charting a path through the model flow to lead open-source AI

https://allenai.org/blog/olmo3
1•mseri•20s ago•0 comments

Docs.python.org – Major Outage

https://status.python.org
1•no-reply•44s ago•0 comments

There's always going to be a way to not code error handling

https://utcc.utoronto.ca/~cks/space/blog/programming/AlwaysUncodedErrorHandling
1•ingve•3m ago•0 comments

Dopamine Response Explains Behavior Fatigue Patterns

https://www.legalreader.com/dopamine-response-explains-behavior-fatigue-patterns/
1•XzetaU8•5m ago•0 comments

Show HN: Nano Banana Pro – Next‑gen AI image model playground

https://www.nanobananapro.site
1•bryandoai•7m ago•1 comments

A new, high-definition look at our galaxy

https://nautil.us/new-ai-model-captures-the-milky-way-in-stunning-detail-1248505/
1•I_Nidhi•8m ago•0 comments

Streaming platform Twitch added to Australia's teen social media ban

https://www.bbc.com/news/articles/cx2n2955g10o
1•Erikun•13m ago•0 comments

Hacker claims to steal 2.3TB data from Italian rail group, Almaviva

https://www.bleepingcomputer.com/news/security/hacker-claims-to-steal-23tb-data-from-italian-rail...
2•fleahunter•22m ago•0 comments

Crypto's connections to the rest of the financial system

https://www.reuters.com/business/finance/cryptos-connections-rest-financial-system-2025-11-20/
1•1vuio0pswjnm7•24m ago•0 comments

Brute-Forceable Airline Reservation API Left Passenger Records Vulnerable

https://alexschapiro.com/blog/security/vulnerability/2025/11/20/avelo-airline-reservation-api-vul...
1•thunderbong•24m ago•0 comments

Finding an edge against the robots needs top human expertise

https://www.thetimes.com/business/entrepreneurs/article/prosapient-competitive-edge-human-experti...
1•petethomas•25m ago•0 comments

Tipping Point or Bubble?

https://www.reuters.com/business/tipping-point-or-bubble-nvidia-ceo-sees-ai-transformation-while-...
1•1vuio0pswjnm7•26m ago•0 comments

What the UK can learn from 1914 war preparations

https://www.thetimes.com/business/economics/article/lessons-from-1914-in-how-the-uk-can-fund-a-lo...
1•petethomas•26m ago•0 comments

Cryptocurrencies Whipped by Flight from Risk

https://www.reuters.com/business/finance/cryptocurrencies-whipped-by-flight-risk-2025-11-21/
3•1vuio0pswjnm7•28m ago•0 comments

While Eyes Are on Takaichi, Taiwan's Lai Is Quietly Redefining the Status Quo

https://jonathancc.substack.com/p/while-eyes-are-on-takaichi-taiwans
3•jasondp•31m ago•0 comments

The third AI Math Olympiad Progress Prize has now launched

https://mathstodon.xyz/@tao/115585571504291318
1•riffraff•31m ago•0 comments

Mechanical power generation using Earth's ambient radiation

https://www.science.org/doi/10.1126/sciadv.adw6833
1•Tomte•32m ago•0 comments

Microsoft AI CEO Puzzled by People Being Unimpressed by AI

https://80.lv/articles/microsoft-ai-ceo-puzzled-by-people-being-unimpressed-by-ai
1•gehwartzen•33m ago•0 comments

DynamoDB entity modeling, indexing and cross-shard querying at scale

https://karmanivero.us/projects/entity-manager/intro/
1•karmaniverous•34m ago•0 comments

Agency Without Consciousness

https://mynamelowercase.com/blog/agency-without-consciousness/
2•Gormisdomai•35m ago•0 comments

Do Attacking Players Play More Forcing Moves?

https://lichess.org/@/jk_182/blog/do-attacking-players-play-more-forcing-moves/1maN1mgD
1•fzliu•40m ago•0 comments

The Housing Strategy That Has California NIMBYs in a Corner

https://www.nytimes.com/2025/11/20/business/economy/california-housing-nimby.html
1•mmooss•48m ago•1 comments

Forum Poweruser Forum

https://tsvibt.blogspot.com/2025/11/forum-poweruser-forum.html
1•tbt•51m ago•0 comments

What accounting software do you use?

1•john675645•52m ago•0 comments

Evolution Strategies at the Hyperscale

https://eshyperscale.github.io/
1•E-Reverance•55m ago•0 comments

Why Vinted Is Getting into the Payments Business

https://www.vogue.com/article/why-vinted-is-getting-into-the-payments-business
1•petethomas•1h ago•0 comments

30k watt light bulb experiments

https://www.youtube.com/watch?v=zr-eZ_pLTNI
2•aeonfox•1h ago•0 comments

Act-1: A Robot Foundation Model Trained on Zero Robot Data

https://www.sunday.ai/journal/no-robot-data
1•walterbell•1h ago•0 comments

Hyperscalers Are Hard

https://shvbsle.in/hyperscalers-are-hard/
4•dropbox_miner•1h ago•0 comments

Researchers at Tokamak Energy

https://twitter.com/ExploreCosmos_/status/1991377648384155757
2•keepamovin•1h ago•0 comments
Open in hackernews

Show HN: DeepTeam – Penetration Testing for LLMs

https://github.com/confident-ai/deepteam
3•jeffreyip•5mo ago
Hi HN, we’re Jeffrey and Kritin, and we’re building DeepTeam (https://trydeepteam.com), an open-source Python library to scan LLM apps for security vulnerabilities. You can start “penetration testing” by defining a Python callback to your LLM app (e.g. `def model_callback(input: str)`), and DeepTeam will attempt to probe it with prompts designed to elicit unsafe or unintended behavior.

Note that the penetration testing process treats your LLM app as a black-box - which means that DeepTeam will not know whether PII leakage has occurred in a certain tool call or incorporated in the training data of your fine-tuned LLM, but rather just detect that it is present. Internally, we call this process “end-to-end” testing.

Before DeepTeam, we worked on DeepEval, an open-source framework to unit-test LLMs. Some of you might be thinking, well isn’t this kind of similar to unit-testing?

Sort of, but not really. While LLM unit-testing focuses on 1) accurate eval metrics, 2) comprehensive eval datasets, penetration testing focuses on the haphazard simulation of attacks, and the orchestration of it. To users, this was a big and confusing paradigm shift, because it went from “Did this pass?” to “How can this break?”.

So we thought to ourselves, why not just release a new package to orchestrate the simulation of adversarial attacks for this new set of users and teams working specifically on AI safety, and borrow DeepEval’s evals and ecosystem in the process?

Quickstart here: https://www.trydeepteam.com/docs/getting-started#detect-your...

The first thing we did was offer as many attack methods as possible - simple encoding ones like ROT13, leetspeak, to prompt injections, roleplay, and jailbreaking. We then heard folks weren’t happy because the attacks didn’t persist across tests and hence they “lost” their progress every time they tested, and so we added an option to `reuse_simulated_attacks`.

We abstracted everything away to make it as modular as possible - every vulnerability, attack, can be imported in Python as `Bias(type=[“race”])`, `LinearJailbreaking()`, etc. with methods such as `.enhance()` for teams to plug-and-play, build their own test suite, and even to add a few more rounds of attack enhancements to increase the likelihood of breaking your system.

Notably, there are a few limitations. Users might run into compliance errors when attempting to simulate attacks (especially for AzureOpenAI), and so we recommend setting `ignore_errors` to `True` in case that happens. You might also run into bottlenecks where DeepTeam does not cover your custom vulnerability type, and so we shipped a `CustomVulnerability` class as a “catch-all” solution (still in beta).

You might be aware that some packages already exist that do a similar thing, often known as “vulnerability scanning” or “red teaming”. The difference is that DeepTeam is modular, lightweight, and code friendly. Take Nvidia Garak for example, although comprehensive, has so many CLI rules, environments to set up, it is definitely not the easiest to get started, let alone pick the library apart to build your own penetration testing pipeline. In DeepTeam, define a class, wrap it around your own implementations if necessary, and you’re good to go.

We adopted a Apache 2.0 license (for now, and probably in the foreseeable future too), so if you want to get started, `pip install deepteam`, use any LLM for simulation, and you’ll get a full penetration report within 1 minute (assuming you’re running things asynchronously). GitHub: https://github.com/confident-ai/deepteam

Excited to share DeepTeam with everyone here – let us know what you think!