In a HackerNews thread "Ask HN: Do you have any evidence that agentic coding works?" , a user made a comment with the typo of using Reddit as a key-value store, rather than Redis , as this comment pointed out. Since we can produce anything at a prompt with some care and direction -- especially combining very common things like API access to Reddit and the concept of a key-value store -- I created…
I presented LLM Odyssey 2025: From TUI Experiments to Agentic Wins in Golang at the Golang NYC Meetup . Here's the live presentation: https://neomantra.github.io/presentations/GolangMeetupJan2026/ It weaves a bunch of my experiments together in the last year together, showing how all the advancements in LLMs this year have converged on astonishing capabilities: Tool Calling Reasoning Agentic Loops…
I was vibe-coding a Swift app and added a feature where Apple Intelligence creates a filename based on the prompt in the app. It didn't have proper error handling, so this filename was generated 😹:…