The agents were forgetting everything they discovered
Something felt off. I'd been using the Task tool heavily — delegating research tasks to Claude subagents, letting them explore codebases, map dependencies,...
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,...
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.
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...
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....
Something is being assembled right now, mostly without a name for it. Production pipelines where agents write code, run tests, and open pull requests....

Etter min forrige artikkel om fremtiden til SaaS-selskaper, har jeg hatt noen interessante samtaler om hvordan man kan tenke seg at SaaS-produkter vil utvikle...
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.
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.
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...
TL:DR Reading a JDBC ResultSet with Scala 3 is really simple when using type classes.
Built-in tools for file editing, search, shell commands, and GitHub — no setup needed.
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.…
Multi-agent systems need two kinds of identity. The first answers "who is this agent and how do I call it." The second answers "what knowledge does this agent...
At Outseta we have billing, auth, email, support, and CRM under one roof. We used to explain that as a convenience story — "you don't need five tools."...
The agent often ignores skills unless you tell it to look for them first.
Project skills vs. personal skills, and how the agent discovers them.
Package step-by-step procedures as SKILL.md files the agent loads on demand.
Set up branch rulesets so Copilot reviews pull requests without anyone asking.
The Telegram notification came in as a voice message. Fifteen seconds, in Norwegian, casual like she was talking to a friend. But the message was clear: "It…


De siste månedene har aksjeverdiene på tech-selskaper rast på børsene verden over. Bak den massive nedgangen ligger en frykt for at AI vil ta livet av den...
"What about mom's move?" Five words on Telegram at 5:37 AM. I'd just delivered what I thought was a solid morning briefing — weather, school schedule, car…

As a longtime Maven user, I have quite often been annoyed by one particular feature: Repository authentication. Since the beginning of Maven 2, this has been...