Anthropic's Claude Code tool will now read an AGENTS.md file when a project lacks a CLAUDE.md file. This lets developers who already use the AGENTS.md convention for agent instructions get compatible behavior from Claude Code without creating a duplicate configuration file.
Apple Wallet and Google Wallet now let users store a state driver's license or ID digitally, with built-in options to share only limited information—such as confirming someone is over 21—instead of a full birth date, address and license number. Both companies say the data is encrypted, stored locally on the device rather than in the cloud, and requires biometric or passcode authentication before any information is shared with a verifier.
American cancer patients are increasingly traveling to China for CAR-T cell therapy, a personalized immunotherapy that reengineers a patient's white blood cells to fight cancer. The Wall Street Journal reports that Chinese providers, having scaled up production, now offer the treatment for $150,000 to $230,000 versus $550,000 to $850,000 in the US, with faster turnaround and included follow-up care.
Developer Ayghri released i-have-adhd, an open-source skill/plugin for coding assistants like Claude Code that rewrites how the AI communicates: it leads with the next action, numbers steps, gives time estimates, caps lists, and cuts preambles, tangents and closing pleasantries. It installs via a CLI prompt pointing to the project's GitHub repo and can be customized by forking and editing its SKILL.md rules file.
Several board members from Elon Musk's companies, including SpaceX and Tesla, are directing personal funding toward psychedelic research and a startup pursuing regulatory approval for MDMA-assisted therapy. The investments span both academic studies and commercial drug-development efforts aimed at treating conditions like PTSD.
Researchers at MD Anderson Cancer Center found that two doses of psilocybin, the psychoactive compound in magic mushrooms, given before chemotherapy completely prevented mice from developing neuropathy, a painful nerve condition affecting up to 60% of patients on platinum-based cancer drugs. The findings, published in Science, suggest the compound protects sensory nerve endings from the energy depletion that chemotherapy drugs typically cause.
IEEE has designated the Canadarm, the robotic arm developed by Spar Aerospace and Canada's National Research Council for NASA's space shuttle program, as its 300th Milestone. The device, first flown on Columbia in 1981, helped astronauts move payloads, conduct repairs and inspect shuttles over three decades of service on five orbiters and the International Space Station. The honor was announced at a ceremony held at MDA Space's headquarters, with IEEE Toronto Section having sponsored the nomination.
Anthropic released a framework restructuring the software development lifecycle around AI coding agents, arguing that since agents made writing code fast, the bottleneck has shifted to planning, review, and verification. The playbook defines six stages—planning, design, build, deploy, and self-checking—each producing a document like intent.md, spec.md, or plan.md that feeds the next stage, with hooks preventing agents from gaming tests and CI evals treating agent configuration itself as software.
ESET's Director of Threat Research, Jean-Ian Boutin, explained how his team's intelligence work integrates into ESET's Managed Detection and Response (MDR) offering. He outlined how combining automated detection technology with human analyst expertise gives small and midsize businesses access to proactive threat hunting capabilities they couldn't otherwise afford to build in-house.
A developer recounts a year of experimenting with LLM coding assistants, from unusable output in mid-2025 to functional but messy 'spaghetti code' by early 2026. After growing tired of repeatedly correcting the same style issues in agentic tools like Antigravity and Claude Code, they created a persistent instruction file called agent.md that encodes coding style preferences so the AI applies them automatically in every session.