Tip #22: Use scripts for repeatable tasks
Deterministic tasks deserve deterministic scripts — not AI improvisation every session.
Deterministic tasks deserve deterministic scripts — not AI improvisation every session.
Most coding agents lock you into one provider. Claude Code needs an Anthropic subscription. Copilot CLI needs GitHub. What if you want to switch models — or...

«Kunstig intelligens kan ikke skape noe genuint nytt», hevdes det i en fersk kronikk i Forskersonen. Men hva om denne påstanden bygger på en forenklet...
Use isolated workspaces so multiple agents can work on the same repo without stepping on each other.
TL:DR Reading SQL ResultSets in Scala 3 is surprisingly concise — even when you want List, Option, NamedTuples, or case classes. Here’s how to do it in...
AI handler allerede på vegne av kundene dine. Har dere designet for det?

De fleste selskaper sitter på langt mer kompetanse enn det som faktisk blir synlig utenfor organisasjonen. Gjennom strategisk kommunikasjon, PR-arbeid og...
Hva er bra kvalitet i software? Hva er bra nok kvalitet? Endres betydningen kvalitet med AI? Tobias K. Torrissen har brukt over 25 år på å bygge, forvalte,...
Tim O'Reilly posted something this week about craftsmanship in the AI age. The question he was circling: how do you maintain quality standards when agents are...
Open a second session to re-ask the same question without baggage from earlier attempts.
Something caught my attention this week. JJHub launched a version control platform built on Jujutsu instead of Git, designed specifically for agentic...

Influencer og AI-gründer Oskar Westerlin mener nordmenn undervurderer hvor dramatisk kunstig intelligens vil endre arbeidslivet. På ett viktig punkt har han...
Git stash or commit first, so the agent's changes are always one git diff away from a clean state.
Something felt off. I'd been using the Task tool heavily — delegating research tasks to Claude subagents, letting them explore codebases, map dependencies,...

Hvordan fungerer klarspråkarbeidet i norske virksomheter i dag? I denne episoden får Oskar Seljeskog, innholdsdesigner i Bouvet, besøk av Johan Tønnesson,...
Something is being assembled right now, mostly without a name for it. Production pipelines where agents write code, run tests, and open pull requests....
Last Tuesday I needed a file-watch service on my workstation. The kind of thing that monitors a directory and triggers a reindex when something changes....
An agent is about to call a knowledge server. It has no idea what that server knows, how sensitive the content is, or whether the answer will fit in its...
One task per session. Context fills up — fresh starts beat accumulated corrections.
Use the agent as a research assistant to understand unfamiliar code before changing anything.
Hva skal egentlig til for å lykkes med IT? Er det skinnende nye metodikker, eller kanskje en ny skinnende teknologi? Eller kanskje det er litt enklere. Les...
Every connected server costs tokens every turn. Be selective.
gh, git, jq, curl work without MCP — the agent just calls --help.
Back in August I built the Outseta MCP server MVP to showcase how one could enable Jean-Claude (my Claude Code instance) and other AI tools to manage stuff...
Chrome DevTools MCP lets the agent click, inspect, and test web UIs from your terminal.
One open standard for connecting agents to external systems across all tools.
TL:DR Reading a JDBC ResultSet with Scala 3 is really simple when using type classes.
Bruce Perens says the entire economics of software development are dead. He said this in response to a story about a developer using Claude to rewrite a Python...
An agent wants to know which onboarding emails aren't landing. Right now it downloads everything, reads through it all, figures out the patterns. Every time.…
Built-in tools for file editing, search, shell commands, and GitHub — no setup needed.