📰 Dev.to · Wojciech Wentland
Articles from Dev.to · Wojciech Wentland · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10277)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Wojciech Wentland
4h ago
Your coding agent is a slot machine
Programming used to have a speed limit. You wrote code, fought the compiler, debugged, tested, and...

Dev.to · Wojciech Wentland
3d ago
Why I only build read-only MCP servers
Every MCP server I build is read-only. List, search, get, read. No create, update, delete, activate,...

Dev.to · Wojciech Wentland
4d ago
Your MCP server is not an API adapter
A lot of MCP servers I see in the wild look like this: @mcp.tool() async def get_thing(id: str): ...
DeepCamp AI