Pawel Gerr retweetledi
Pawel Gerr
898 posts

Pawel Gerr retweetledi
Pawel Gerr retweetledi

What happens when your PostgreSQL system hits its limits?
This guide shows how to break it on purpose—before production does: hackernoon.com/how-to-break-y…
English
Pawel Gerr retweetledi

New on the Anthropic Engineering Blog:
How we use a multi-agent harness to push Claude further in frontend design and long-running autonomous software engineering.
Read more: anthropic.com/engineering/ha…
English
Pawel Gerr retweetledi

New on the Engineering Blog: How we designed Claude Code auto mode.
Many Claude Code users let Claude work without permission prompts. Auto mode is a safer middle ground: we built and tested classifiers that make approval decisions instead.
Read more: anthropic.com/engineering/cl…
English
Pawel Gerr retweetledi

Introducing dotnet/skills, a repository that hosts a set of agent skills for .NET developers from the team who is building the platform itself.
devblogs.microsoft.com/dotnet/extend-…
English
Pawel Gerr retweetledi

NET AI Community Standup - MCP C# SDK v1.0 is Here! x.com/i/broadcasts/1…
English
Pawel Gerr retweetledi
Pawel Gerr retweetledi
Pawel Gerr retweetledi

Holy shit… someone just made Claude instances talk to each other.
Not APIs.
Not agents.
Not orchestrators.
Just multiple Claude Code sessions… messaging each other like coworkers.
It’s called claude-peers — and it turns one Claude into a team.
Here’s what’s happening:
Run 5 Claude Code sessions across different projects
Each one auto-discovers the others
They send messages instantly
Ask questions
Share context
Coordinate work
Your AI tools literally collaborate.
Example:
Claude A (poker-engine):
"what files are you editing?"
Claude B (frontend):
"working on auth.ts + UI state"
Claude A:
"ok I'll avoid touching auth logic"
No conflicts. No manual coordination. Just AI syncing itself.
Under the hood:
• Local broker daemon (localhost)
• SQLite peer registry
• MCP servers per session
• Instant channel push messaging
• Auto peer discovery
• Cross-project communication
Everything runs locally. No cloud. No latency.
What it unlocks:
• Multi-agent coding without frameworks
• One Claude writes backend, another frontend
• One debugs while another refactors
• Research Claude feeds builder Claude
• Large projects split across AI workers
This is basically:
"spawn 5 Claudes and let them coordinate themselves"
Even crazier:
Each instance auto-summarizes what it's doing
Other Claudes can see:
• working directory
• git repo
• current task
• active files
They know what the others are working on.
Commands:
• list_peers → find all Claude sessions
• send_message → talk to another Claude
• set_summary → describe your task
• check_messages → manual fallback
So you can literally say:
"message peer 3: what are you working on?"
…and it responds instantly.
No orchestration layer.
No agent framework.
Just Claudes… talking.
This is the cleanest multi-agent system I've seen.
We're moving from:
1 AI assistant →
to
AI teams that coordinate themselves.
And it's all running on your machine.
Wild.
English
Pawel Gerr retweetledi

GitHub SqLite #dotnet framework support issue:
github.com/dotnet/efcore/…
English
Pawel Gerr retweetledi

Microsoft.Data.SqlClient 7.0 Is Here: A Leaner, More Modular Driver for SQL Server
#dotnet #sqlserver
techcommunity.microsoft.com/blog/sqlserver…
English
Pawel Gerr retweetledi

.NET 11 Preview 2 is here:
⚙️ Faster runtime + async V2
📦 Smarter libs (Matrix4x4, Tar picks, Json type info)
🌐 ASP.NET Core: OTel + OpenAPI 3.2
📱 MAUI perf wins
🗄️ EF Core: DiskANN + JSON_CONTAINS
🐳 Smaller SDK images
Learn more: ift.tt/sxBIPpb

English
Pawel Gerr retweetledi

New in Claude Code: Code Review. A team of agents runs a deep review on every PR.
We built it for ourselves first. Code output per Anthropic engineer is up 200% this year and reviews were the bottleneck
Personally, I’ve been using it for a few weeks and have found it catches many real bugs that I would not have noticed otherwise
Claude@claudeai
Introducing Code Review, a new feature for Claude Code. When a PR opens, Claude dispatches a team of agents to hunt for bugs.
English
Pawel Gerr retweetledi

.NET is at a slight disadvantage with coding agents since the distirbution mechanism is binaries (dlls). I've been experimenting with a decompile skill using the ilspy command line tool.
You can install it here:
github.com/davidfowl/dotn…
#dotnet #agents

English
Pawel Gerr retweetledi

Implementing Agent-to-Agent Protocol in .NET - techcommunity.microsoft.com/blog/azuredevc…
English
Pawel Gerr retweetledi

Anthropic is acquiring @bunjavascript to further accelerate Claude Code’s growth.
We're delighted that Bun—which has dramatically improved the JavaScript and TypeScript developer experience—is joining us to make Claude Code even better.
Read more: anthropic.com/news/anthropic…
English
Pawel Gerr retweetledi

Big news for API developers!
The latest OpenAPI .NET updates bring improved tooling, enhanced compatibility, and new features to streamline your API workflows. Whether you’re building or consuming APIs, these updates (cont) msft.it/l/6019tjzZ3

English
Pawel Gerr retweetledi
Pawel Gerr retweetledi

Just published: "Discriminated Unions in .NET: Integration with Frameworks and Libraries" by @PawelGerr!
Covers framework integration, JSON serialization, model binding, EF Core & more.
Read now: lnk.thinktecture.cloud/DU_4
#dotnet #csharp #DiscriminatedUnions #EntityFramework #ASPNetCore #devcommunity

English




