惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
J
Java Code Geeks
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
雷峰网
雷峰网
D
DataBreaches.Net
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta

Anže's Blog

The 15-Year-Old iptables Rule That Broke My DNS Fedidevs 9h Outage Postmortem Letting Claude Upgrade My Raspberry Pi DjangoCon Europe 2026 How to Safely Update Your Dependencies Speeding Up Django Startup Times with Lazy Imports Typing Your Django Project in 2026 Claude Fixes User Bug Jekyll to Hugo Migration Advent of Code 2025 🎄 Django bulk_update Memory Issue Migrating Gunicorn to Granian Disable Network Requests When Running Pytest Disable Runserver Warning in Django 5.2 Autogenerating og:images with Jekyll Power Outages and Gunicorn PID Files UV with Django Go-like Error Handling Makes No Sense in JavaScript or Python Packages Do Not Match the Hashes Pip Error Gotchas with SQLite in Production Fedidevs Dev Update #2 Django SQLite Production Config Django Streaming HTTP Responses Deploying a Django Project to My Raspberry Pi (Video) Thoughts on Code Reviews Django SQLite Benchmark Django, SQLite, and the Database Is Locked Error No Downtime Deployments with Gunicorn SQLite Write-Ahead Logging Writing a Pytest Plugin
Agents Day Lisbon
Anže Pečar · 2026-05-05 · via Anže's Blog

Last week I attended the Agents Day Hackathon in Lisbon. It was a full day of talks, socializing, and building agents.

Talks

There were a few talks and a round table discussion during the hackathon. The most memorable one for me was about the challenges behind Cloudflare’s 16 MCP servers.

All 2500+ Cloudflare endpoints couldn’t fit into a single MCP server, since listing them all used up too many tokens. After a bit of back and forth they ended up with an architecture where the MCP only exposes two endpoints (search and execute), and the agents can figure out the rest.

My Project

Since this was a hackathon I of course hacked on a project of my own - Life Ops, an agent that applies the lessons of Site Reliability Engineering to real life situations. Missing a birthday or an anniversary becomes a P1 incident, with alerts, postmortems, etc. It integrated perfectly with PagerDuty, who happened to be one of the sponsors.

Demos

The project itself was a joke, but the demo I prepared resonated with the people I showed it to, including the mentors who ultimately decided who got to demo on stage. I think this was mostly because the demo wasn’t just me showing how it works, but a little skit in which I figure out that I missed my partner’s birthday and then have to handle the fallout.

Here’s a recording I made as a backup plan in case the demo gods were not on my side:

As mentioned, only five teams were picked by the five mentors, and I was lucky enough to be one of them.

The other demos were:

  1. Using agents to organize your second brain.
  2. Agents for classifying and valuing wines.
  3. Using agents to respond to and fulfill requests in a marketplace.
  4. Using agents for voice calls.

All of them a lot more serious than mine 😅

Fin

I had a fun time and I’ll be keeping an eye out for more events like this. Lisbon seems to be the place for this sort of thing right now (there’s even a Cursor Cafe in Lisbon), and it’s good to see a community forming around these new tools so that we can figure out how best to use (or not use) them together.