frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Elon Musk Wants to Make Power-Turbine Components. It Won't Be Easy

https://www.wsj.com/business/elon-musk-wants-to-make-power-turbine-components-it-wont-be-easy-682...
1•apparent•1m ago•0 comments

"Intransitive", a board game [video]

https://www.youtube.com/watch?v=LO_zcGNJriA
1•zahlman•1m ago•1 comments

Trump Floats Renaming Strait of Hormuz the 'Trump Strait'

https://www.cnbc.com/2026/09/02/trump-hormuz-strait-ontario-iran.html
4•personjerry•3m ago•1 comments

Pushdown automata in statistical machine translation

https://dl.acm.org/doi/abs/10.1162/coli_a_00197
1•brandonb•3m ago•0 comments

CSS Is Still Awesome

https://jasonsantamaria.com/blog/css-is-still-awesome
1•mpweiher•4m ago•0 comments

Quantum Health hacked: patient records, SSNs, RX, etc. exposed

https://www.hipaajournal.com/quantum-health-precision-imaging-centers-heart-america-data-breaches/
2•niij•6m ago•0 comments

SaaSpocalypse

https://mail.bigdeskenergy.com/p/saaspocalypse
1•rmason•6m ago•0 comments

AVH Was Sued

https://avherald.com/h?article=53c8958a
1•jacquesm•6m ago•0 comments

Uber shuts operations in Nigeria and Uganda with immediate effect

https://www.bbc.com/news/articles/c86xpv8l9y9o
1•yakkomajuri•10m ago•0 comments

NYC Announced Nation's Broadest Generative AI Moratorium in Schools

https://www.nyc.gov/mayors-office/news/2026/09/mayor-mamdani-and-chancellor-samuels-put-students-...
2•smy20011•11m ago•0 comments

Beyond Cars: What Are China's 'New Forces' Up To?

https://chinaonchina.com/article/what-are-china-s-new-forces-doing-besides-making-cars
1•try-working•12m ago•0 comments

New Headaches for Smart Driving Companies

https://chinaonchina.com/article/new-headaches-for-smart-driving-companies
1•try-working•13m ago•0 comments

Domestic Chips Diverge Amid Shortage of Shared Computing Power

https://chinaonchina.com/article/local-chip-firms-diverge-on-shared-windfall-from-computing-power...
1•try-working•13m ago•0 comments

AIgnostic

https://lewiscampbell.tech/blog/260723
1•mavdol04•15m ago•0 comments

Superlogical Pre-Alpha Demo [video]

https://www.youtube.com/watch?v=XyxShCZrGiw
2•zeusly•15m ago•1 comments

Show HN: Instro – Open-source Python library for test and measurement

https://github.com/nominal-io/instro
1•jparmer•20m ago•0 comments

Reverse Polish Notation Calculators You Can Still Buy

https://hackaday.com/2026/09/02/im-not-dead-yet-reverse-polish-notation-calculators-you-can-still...
2•alberto-m•21m ago•0 comments

Show HN: Meta-Stripper: Strip Metadata Off. Keep Image On

https://metastripper.devkram.de/
1•ulrischa•21m ago•0 comments

Show HN: Dewlock – A minimal, beautiful screen locker for Wayland

https://github.com/shikaan/dewlock
1•shikaan•23m ago•0 comments

Headed for the Exit: The Great Engineering Leader Career Break

https://newsletter.pragmaticengineer.com/p/the-great-engineering-leader-career-break
2•gpi•24m ago•0 comments

Show HN: Who or What is it? – A Picture Quiz

https://whoorwhatisit.com/
1•splendidHaiku•24m ago•0 comments

After Work, We'll Have Each Other

https://asteriskmag.com/issues/15/after-work-we-ll-have-each-other
1•stevekrouse•26m ago•0 comments

What IT Managers Should Know About Software Requirements (2007)

https://www.cio.com/article/266998/developer-five-things-it-managers-should-know-about-software-r...
2•ohjeez•26m ago•0 comments

The Nerd Reich wants to 'destroy' democracy, and it's mask has slipped

https://www.abc.net.au/news/2026-09-02/the-nerd-reich-silicon-valley-fascism-war-on-democracy-abc...
9•Fricken•27m ago•2 comments

Climbers rescued from Mount Shasta after relying on ChatGPT for trip planning

https://www.sfchronicle.com/outdoors/article/shasta-climbers-rescued-chatgpt-22414629.php
2•aanet•29m ago•1 comments

Silverman vs. OpenAI: Statement of Interest of the United States [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.nysd.641355/gov.uscourts.nysd.641355.316.0.pdf
2•r3trohack3r•31m ago•0 comments

Inspect, test, and debug your website with an AI agent connected to Safari

https://developer.apple.com/documentation/safari-developer-tools/connecting-an-ai-agent-to-safari
1•Austin_Conlon•31m ago•0 comments

Open Gateway – Multi Agent Collab

https://opengateways.xyz/
1•mattdula•32m ago•0 comments

Will AI save or ruin democracy?

https://theconversation.com/will-ai-save-or-ruin-democracy-it-depends-on-whether-we-allow-compute...
1•mckelveyf•33m ago•1 comments

Israel 'seeking Trump's support for plan to expel Palestinians from Gaza'

https://www.theguardian.com/world/2026/sep/02/israel-seeking-trumps-support-for-plan-to-expel-pal...
4•hebelehubele•34m ago•0 comments
Open in hackernews

Show HN: DeepTeam – Penetration Testing for LLMs

https://github.com/confident-ai/deepteam
3•jeffreyip•1y 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!