Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
#hamburg #sunset #alster
Sunset Hamburg außen Alster
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
domains++ 😅
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
What a difference access to documentation makes for LLMs - in one picture
both are using three.js - vibe coded via same model in Cursor - one with access to docs via GitMCP and the other plain.
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
This Zen MCP server is pretty neat - essentially you can let discuss various models about a certain topic 😀
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
Pretty much the equivalent of "looks good to me" by Github Copilot (Pro+ Subscription) - on an admittedly rather large pull request. A bit underwhelming nevertheless. Next up for review of the same PR: Claude Code Github Action - will report back.
Reviewed Changes
Copilot reviewed 20 out of 62 changed files in this pull request and generated 1 comment.

Show a summary per file
Comments suppressed due to low confidence (2)
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
DeepWiki is kind of cool and could be pretty useful for understanding code repos on a higher level - built by the company which makes Devin (that coding agent) - here's an example deepwiki.com/modelcontext...

Communication Flow | modelcontextprotocol/typescript-sdk | DeepWiki

This document explains how messages flow between MCP clients and servers in the TypeScript SDK, covering the request-response patterns, notifications, progress handling, and the underlying transport m

deepwiki.com

Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
Just watching a talk by Andrej Karpathy - who coined the term vibe coding - and he built that beautiful app which turns restaurant menus into pictures
daily menumagic :)magic happenedmagic happened
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
First occurence of Claude Code introducing a very subtle bug, which took me a while to figure out.
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
certainly helps to provide the right spec to an coding agent 🤦
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
First time I came close to hitting the limits of Claude Code. In a nutshell: Wasn't really sure which direction I wanted to go, fell into vibe coding mode by mostly winging it, which led to huge changes without having feedback loops in place (other than myself).
Sebastian Korfmann

Sebastian Korfmann

@skorfmann.com
Was slightly confused about Claude Code coming up with weird takes for a problem I'm working on - Turns out I'm to blame: asked it to build a transparent proxy, while it actually had to build a protocol mapping due to the wrong testing endpoint I provided :D