惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
B
Blog RSS Feed
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
小众软件
小众软件
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
GbyAI
GbyAI
The Cloudflare Blog
博客园 - 叶小钗
S
SegmentFault 最新的问题
博客园 - Franky
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
B
Blog
Jina AI
Jina AI

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
AI hiring algorithms reject Black, Asian job seekers at h...
Thomas Claburn · 2026-06-03 · via Hacker News - Newest: "AI"

AI + ML

Stanford researchers argue need for transparency and independent testing

AI algorithms exhibit racial bias in job candidate screening, and they discriminate more frequently against those applying for multiple jobs at different companies, according to Stanford-led researchers.

The boffins evaluated algorithmic hiring decisions across multiple employers that use the same hiring vendor. The resulting algorithmic monoculture, they say, is problematic.

The vendor in this instance was talent platform pymetrics, acquired by Harver in 2022. Harver did not immediately respond to a request for comment.

The researchers – Rishi Bommasani, Sarah H. Bana, Kathleen A. Creel, Dan Jurafsky, and Percy Liang – obtained a pymetrics dataset spanning the period from December 2018 through December 2022. It contained 4,197,168 job applications submitted by 3,372,132 applicants to 1,746 positions.

The dataset details hiring recommendations provided to 156 employers with a total annual revenue of $225 billion. It spans 11 industries, including finance, manufacturing, and warehousing.

When people applied for jobs at these companies, they were directed to pymetrics' machine learning platform to play assessment games. The platform's algorithm measures gameplay performance and recommends on average 58.2 percent of applicants per position. Employers decide who to interview, typically rejecting candidates who were not recommended by the hiring platform.

The researchers contend that the pymetrics algorithm is unfair.

"We find substantial evidence of racial disparities in AI-based candidate screening," the researchers said.

They made that determination by applying the US Equal Employment Opportunity Commission’s "four-fifths rule," which at least on paper elicits agency attention when a given group's hiring selection rate is less than 80 percent of the most recommended group of job applicants.

"We discovered that 26 percent of Black applicants and 15 percent of Asian applicants applied to positions where the AI system discriminated against their racial group," the researchers said.

If those Black and Asian candidates had their job applications advanced at the same rate as the most favored group (commonly White applicants), about 40,000 more job candidates would move on to the next screening stage.

What's more, the report authors say that when people submit multiple applications at different companies that use the same hiring algorithm, they're more likely to be rejected everywhere than if the companies used different hiring technologies. They found 10 percent of job seekers who submit four applications were rejected from all the places where they applied for jobs. 

That pattern they say does not show up in hiring studies that look at hiring without regard to the use of AI – there the rejection rate fits what would be expected if every company made its own decisions rather than relying on a single algorithm.

The study authors note in their paper [PDF] "Algorithmic Monocultures in Hiring" that prior work has documented discriminatory patterns when decisions are based on applicant resumes (e.g. when names or activities are more common among certain groups). 

The game-playing approach used by pymetrics may lack that sort of demographic information, but the researchers say they find adverse impact despite the absence of demographic details and pymetrics' efforts to de-bias applications.

They say their findings support prior work showing that AI can have discriminatory effects even in the absence of demographic data because the AI models zero in on variables that are proxies for demographic data (e.g. when a demographic group is overrepresented in a particular zip code or at a particular school).

When pymetrics researchers examined the impact of AI for hiring in a 2022 paper, they found that their algorithm would not run afoul of EEOC standards. They argue that fair hiring is complicated and that candidate selection prior to the advent of AI also had problems.

"[W]hile it is true that machine learning can introduce harms in the form of systematizing bias and obscuring discrimination, these effects are already pervasive due to widespread use of traditional assessments in many industries," the authors of the pymetrics study said.

The Stanford group attributes those results to pymetrics' approach, which involved pooling all its recommendations and considering them in aggregate. The discrimination doesn't show up when it gets averaged out. It's necessary, the authors argue, to consider jobs separately.

"For example, imagine the AI tool frequently recommends Black applicants for warehouse jobs but rarely recommends them for finance jobs," they explain. "If we were to average all the jobs together, those two patterns would cancel each other out and it would seem like there is no discrimination. The big-picture average hides the real discrimination happening job by job." ®