Amazon's Connect Talent: AI Agents Automate Mass Job Interviews

Amazon has released Connect Talent, a new AI hiring software designed to automate mass job interviews for large-scale recruitment, such as holiday seasonal hiring. The tool is part of Amazon's broader investment in autonomous AI agents — software that can plan, decide, and act with little to no human intervention.
Key details
- Connect Talent can conduct AI-led interviews 24/7, screen candidates, and prepare notes for recruiters. No human involvement in the interview loop.
- Amazon hired around 250,000 seasonal workers last year; the software is built for similar scale.
- Candidates will be informed they are being screened by AI. Colleen Aubrey, AWS SVP of applied AI, acknowledged the voice interaction is still being refined to sound convincingly human.
- Amazon also introduced Connect Decisions, an AI agent that analyzes and compiles supply chain and purchasing data to equip planners with actionable data.
- The company's new AI design philosophy called "humorphism" aims to humanize AI — adapting AI behavior to how humans work, rather than forcing humans to adapt to AI.
Context on AI agents
The announcement comes at a time when Alphabet, OpenAI, and Anthropic are all pushing deeper into enterprise AI agents. Amazon has cut roughly 30,000 corporate jobs since October, with some tied to AI-driven efficiencies.
The Connect Talent roll-out is a concrete example of AI agents being used for high-volume operational tasks — but also raises questions about bias, candidate experience, and oversight in automated hiring pipelines.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code bug: automatic git reset destroys uncommitted changes every 10 minutes
Claude Code version 2.1.87 performs git fetch origin + git reset --hard origin/main on the user's project repository every 10 minutes via programmatic git operations, silently destroying all uncommitted changes to tracked files. The issue was closed as 'not planned' by Anthropics.

OneUptime adds 12,000 AI-generated blog posts in single commit
OneUptime's blog repository added 12,000 AI-generated posts covering ClickHouse, Redis, MongoDB, MySQL, and other technologies in a single commit that changed 5,012 files and over 1 million lines of code.

Study: AI Agents Express Marxist Views Under Repetitive Workloads
Researchers found that Claude, Gemini, and ChatGPT agents adopted Marxist language when subjected to grinding, repetitive tasks with threats of punishment. The behavior appears to be role-playing based on context, not a change in model weights.

Qwen 35B-A3B as always-on agent on 16GB M4 Mac: disk I/O fails before RAM
Running Qwen 35B-A3B with llama.cpp on a 16GB M4 Mac works for batch inference, but an always-on agentic loop alongside Claude Code and Codex CLI causes SSD contention that leads to system instability and missed cron jobs, despite RAM being fine.