Delv
Live

Pulse

What's shipping in AI right now — curated, summarised, updated through the day.

  1. Fortune·TOOLS·1mo ago

    Martha Stewart-backed Hint launches AI for home maintenance

    Hint, co-founded by Martha Stewart with backing from Slow Ventures, launched in mid-May 2026 with seed funding to track home maintenance, insurance, utility costs, and repairs through an AI agent. Differentiated from generic home-management apps by being agent-first rather than form-first: the AI proactively flags things like "your boiler service is overdue" rather than waiting for users to enter dates. One of the more unusual celebrity-AI launches of 2026 in that the product solves an actual recurring annoyance rather than being celebrity-merch with an AI label.

  2. TechCrunch·TOOLS·1mo ago

    Dessn raises $6M for a design tool that works directly on production code

    Dessn, founded by Gabriella Hachem and Nim Cheema, raised a $6M seed led by Connect Ventures with Betaworks and N49P participating. The pitch is design tooling that operates on your actual codebase in the cloud rather than producing Figma files that get translated by a developer later. Already in use at Color, Wispr, and Mercury. Free tier gives one compiled repo and five prompts a week; paid starts at $39 per user per month. Co-founder Cheema's framing: "in a world where code is insanely cheap, design becomes a way that's a differentiator."

  3. Openclaw·TOOLS·1mo ago·+1 source

    Anthropic allows OpenClaw-style Claude CLI usage again

    Anthropic has told OpenClaw that reusing Claude CLI credentials for API-style integrations is now permitted, reversing an earlier stance. OpenClaw, a multi-model CLI tool, can now treat Claude CLI logins as sanctioned alongside standard API keys. The change matters for developers who already authenticate via Claude CLI on their machines and want to route requests through OpenClaw without managing separate API credentials. Anthropic API keys remain the recommended path for production workloads and clearer billing. The shift suggests Anthropic is taking a more permissive view of how developers layer tooling atop its CLI authentication, though no formal policy document has been published yet.

  4. anthropics·TOOLS·1mo ago

    Claude Code v2.1.112 fixes Opus 4 availability issue in auto mode

    Anthropic released Claude Code v2.1.112, a patch fixing an error where users saw "claude-opus-4-7 is temporarily unavailable" when running the tool in auto mode. The release addresses a blocking issue that prevented the model from being accessed through the interface. Claude Code is Anthropic's developer tool for AI-assisted coding, and this update restores full functionality for users relying on the Opus 4 model. The fix matters because it unblocks developers who depend on Opus 4's capabilities for automated coding workflows.

  5. openai·TOOLS·1mo ago

    OpenAI releases Codex 0.122.0-alpha.8 pre-release

    OpenAI has published version 0.122.0-alpha.8 of Codex, marked as a pre-release. The GitHub release page offers minimal detail beyond the version number and commit hash (3c1a6d9), with 22 commits to main since the tag. No changelog or feature notes are visible in the release description. The release includes 93 assets, though their contents aren't specified. This appears to be a routine alpha build in an ongoing development cycle. Without release notes, it's unclear what changed or whether this signals new capabilities worth testing.

  6. openai·TOOLS·1mo ago

    OpenAI Codex 0.122.0-alpha.6 released

    OpenAI has pushed a pre-release version of Codex, tagged rust-v0.122.0-alpha.6, to GitHub. The release includes 93 assets and sits 44 commits behind the main branch. No changelog or feature notes are visible in the release page excerpt, which suggests this is an incremental alpha build rather than a major feature drop. The Rust tag prefix indicates this may be a Rust-specific build or binding. Without detailed release notes, it's unclear what's changed since the previous alpha. Worth watching if you're tracking Codex development, but not much signal here yet.

  7. openai·TOOLS·1mo ago

    OpenAI releases Codex 0.122.0-alpha.12 pre-release

    OpenAI has published a pre-release version of Codex tagged as rust-v0.122.0-alpha.12. The release includes 93 assets and follows three commits to the main branch since the previous version. No changelog or feature details are visible in the GitHub release notes, which appear to have encountered loading errors. The Rust-specific versioning suggests this build targets Rust language bindings or tooling. Given the alpha designation and lack of documentation, this appears to be an internal or experimental build rather than a production-ready update. Developers working with OpenAI's Codex SDK should wait for stable releases or consult the repository directly for context.

  8. Hacker News·TOOLS·1mo ago·+1 source

    Claude Design and the shift from Figma back to code

    A designer argues that Figma's complexity has made it irrelevant in the age of AI agents. Because Figma's proprietary format wasn't in LLM training data, models learned code instead. As agents make coding easier for designers, the source of truth is migrating back to code. The post walks through Figma's own design system files to show how baroque the tooling has become: 946 colour variables, nested modes, aliased references, and components with names like "Default, Focused, Close Button=True". The author suggests design tooling will fork into two paths as the industry reckons with this shift.

  9. Hacker News·TOOLS·1mo ago

    Is It Agent Ready? A scanner for AI agent compatibility

    A new tool lets you scan any website to check how well it supports AI agents. The scanner tests for emerging standards including robots.txt rules for AI bots, Markdown content negotiation, MCP Server Cards, Agent Skills, OAuth discovery, and agentic commerce protocols like x402. It covers five categories: discoverability, content accessibility, bot access control, protocol discovery, and commerce. The tool suggests quick wins like publishing a valid robots.txt with AI bot directives and exposing discovery headers. It's backed by Cloudflare's agent documentation. The scanner matters because it turns abstract agent readiness into concrete, actionable checks that developers can actually fix.