Back
Happenlist
Happenlist
#happenlist
What to do in your city, reinvented. This is the first time this is going to work & it will restore offline life.
Load previous page…
added a job launcher and job log viewer to admin panel.
basically, i built the AI system, but with an AI based app, you really need a system a system around the AI system, or quality will be utter shite
#happenlist
Adding tool use to promptgun. Will not complicate my AI conversation while loops in
#happenlist any more! Time that my AI client library supports tools. Then a single
#promptgun call can be like a single Claude Code call with YOLO mode on. This will make it much easier to add capability to my application's "agents" (=the code for which an AI conversation is a single run, in light of recent stigma)
claude still sucks at basic ios dev operations: build, launch simulator, install app to simulator, launch in simulator. Does anyone know a good MCP or other tool to improve this?
#happenlist
#productivity
Woke up early in hotel, at first read a book until it became lighter (to not wake up gf), then got laptop. Improved AI agent fixing a bug that caused a lot of wasted token cost
#happenlist
Found myself needing to build retry logic for every LLM call.
So I deleted a lot of code from my app by building retry logic into Promptgun!
`npm install promptgun`
Just add the attemptsPerCall parameter to your setupAI call.
See www.npmjs.com/package/promptg…
#happenlist
Added search. Majorly improved performance (I am very surprised memoized computable properties aren’t built into swift, it’s a giant performance saver that’s extremely easy to program. Now i had to program the memoizing manually)
#happenlist