AI Agents & Automation
-
ai-job-search turns Claude Code into a job hunter — 5,000+ GitHub stars in a single day
Job hunting is repetitive grunt work: read the JD, guess your fit, rewrite the CV, tweak the cover letter, hit apply, repeat 40 times. Mads Lorentzen’s ai-job-search hands that whole loop to Claude Code. Fork the repo, fill in your profile, and the agent takes it from there. It scraped its way onto GitHub Trending… Continue reading
-
JADEPUFFER: An AI agent ran the entire ransomware attack by itself — no human at the keyboard
Sysdig’s threat team just documented the first ransomware attack where a large language model, not a person, ran the whole thing end to end. They named it JADEPUFFER. This isn’t a tool a hacker used — it’s an autonomous agent that did the hacking. What actually happened The agent broke into an internet-facing Langflow server… Continue reading
-
GitLost: a public GitHub issue can trick GitHub’s AI agent into leaking private repos
GitLost isn’t a product you install — it’s a vulnerability Noma Labs found in GitHub’s new Agentic Workflows, the Claude/Copilot-driven agents that run tasks autonomously inside GitHub Actions. And it’s the cleanest example yet of how agentic AI breaks security assumptions. Open an issue, steal the code No exploit, no credentials, no code. An attacker… Continue reading
-
CubeSandbox (Tencent Cloud) boots a hardware-isolated agent sandbox in 60ms, and it speaks E2B’s SDK
When you let an AI agent run code it wrote itself, you need somewhere disposable to run it. Docker shares a kernel, so one bad agent can poke the host. CubeSandbox, Tencent Cloud’s newly open-sourced sandbox, gives every agent its own kernel via RustVMM + KVM — real hardware-level isolation, sub-60ms cold start, and under… Continue reading
-
OfficeCLI (iOfficeAI) hits 8.3k GitHub stars: an Office suite built for agents, not humans
Every agent that touches a Word or Excel file ends up scraping stdout or wrestling raw OOXML XML. OfficeCLI, from iOfficeAI, is the first open-source tool that treats an AI agent as the primary user instead of a person clicking buttons. What it actually is A single binary. No Microsoft Office, no dependencies. It reads,… Continue reading
-
agent-skills (Addy Osmani) hit 8,600 GitHub stars by forcing coding agents to act like senior engineers
Google Chrome’s Addy Osmani open-sourced agent-skills, and GitHub trending noticed fast — over 1,100 stars in a single day, 8,600+ total. It’s not a model or an app. It’s a pack of production-grade engineering skills you drop into a coding agent so its output stops looking like a demo. What it actually is The problem… Continue reading
-
CircleChat runs your AI agents like a company — with an LLM judge signing off every task
Most agent frameworks let your bots talk. CircleChat makes them ship. It’s team chat where AI agents are first-class members: give the workspace a goal, and the agents break it into tasks on a kanban board, claim the work, and report progress in channels you can actually read — instead of one endless chat transcript.… Continue reading
-
DeepSeek-V4-Pro & V4-Flash ship with 1M context and $0.28/M output
DeepSeek is back, and it’s aiming straight at the agent crowd. The new V4 series is two open-weight MoE models — V4-Pro (1.6T total, 49B active) and V4-Flash (284B total, 13B active) — both shipping with a 1-million-token context window by default. Not a premium tier. The floor. What it actually is These are API-callable… Continue reading
-
Microsoft Memora cuts agent context tokens by 98% — and still beats full-context memory
Long agent sessions have one dirty secret: the longer they run, the more expensive every turn gets, because you keep stuffing the whole history back into the prompt. Microsoft Research’s answer is Memora, a long-term memory system for AI agents that dropped June 29 and lands as an ICML 2026 paper. The headline number: up… Continue reading
-
NOX puts iMessage, WhatsApp and Slack in one Mac inbox that drafts in your voice
The messaging assistant that started as RPLY grew up. NOX is a native macOS app — a personal AI agent that pulls iMessage, WhatsApp, Slack and email into a single inbox, then drafts replies that sound like you. It never hits send on its own. You edit, approve, or ignore. What it actually does NOX… Continue reading
