RSSAmplifier

Blog

Waxings of a Wayward Wizard

This is where Evan (@neomantra) writes about various development anecdotes. ...

blog.neomantra.netRSS feed ↗4 posts

Latest posts

reddit-kv

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…

LLM Odyssey 2025

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…

BuffaloBuffalo

I vibe-coded this BuffaloBuffalo web app ( README.md , PROMPTS.md ) that explores the structure of Buffalo sentences . Here's a screenshot:

Vibe File Names

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 😹:…