Coding
ByteAsk is a C and C++ coding agent that compiles, debugs, and tests until the change holds
ByteAsk, a Y Combinator F2026 company, targets the code behind trading systems, cars, chips, and operating systems, and it refuses to stop at a diff that merely looks right: it runs the real toolchain, compiler, debugger, and tests on every change. It works from the terminal or inside VS Code, Neovim, and Emacs, and ships fully on-prem, which matters for firmware and finance teams that cannot send source to a cloud API. Start with a bug your test suite already catches and watch whether the agent's loop actually closes it, then widen scope.
Try it
Build
Google Sheets canvas turns a spreadsheet into an interactive mini-app from one prompt
Google's new canvas feature in Sheets builds a visual, interactive app on top of data that already lives in a sheet, so the internal tracker your team keeps in a tab can become a dashboard or intake tool without a developer. Pick one spreadsheet that people already open daily and prompt for the single view they keep asking for, such as a filterable status board. Keep the sheet as the source of truth and treat the canvas as a front end; if the prompt output drifts from the data, the fix is in the columns, not the prompt.
Try it
Productivity
Gemini Spark runs web errands in Chrome and curates Google Photos on instruction
Gemini Spark is Google's agentic layer connected to Chrome and Google Photos: it navigates pages, fills forms, completes browser errands, edits photos, and assembles albums from a natural-language request, working in the background while you do something else. Give it a bounded, reversible first job, for example building an album from last month's trip or filling a form you can review before submission. Hold off on anything involving payments or account changes until you have watched it complete three tasks and read how it reports what it did.
Try it
Mindset
Wonder assembles an AI team to run a task end-to-end; write the acceptance test before you submit the request
Wonder is an AI workspace aimed at freelancers and small teams that responds to a request by spinning up specialised agents and executing the work through to a finished output, rather than returning a chat answer. The failure mode of this category is not bad output but vague input, so define what done looks like in two lines, including format, sources allowed, and what must not be touched, before you hand it anything. Run a research-and-summary job first, then compare the deliverable against your written test, not against your impression of it.
Try it
Creativity
DaVinci Resolve 21.1 wires Claude, Claude Code, and ChatGPT Codex into the edit suite
Blackmagic Design's DaVinci Resolve 21.1 adds native integration with Claude, Claude Code, and ChatGPT Codex alongside more than 25 Krokodove tools and workflow improvements, which puts a coding agent next to the timeline for the first time in a mainstream NLE. The practical use is scripting the repetitive parts of post: batch renames, conform checks, marker-driven exports, and Fusion node setups you rebuild every project. Start by asking the assistant to automate one chore you did by hand on your last delivery, and keep the media untouched until the script has run cleanly on a duplicate project.
Try it