yol

↗ HN profile [ 3418 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Made this skill to free me from the chores for improving LLM output quality.

  2. How existing prompt management solutions work bothers me, it seems to go against programming best practices: the prompt templates are stored in completely separate system from its dependencies, and there’s no interface…

  3. Hi HN, I'm Bryan. I built an open-source project for debugging your AI applications interactively through a web UI with just a few lines of setup. You can require user input mid-execution, pause/resume, and look at…

  4. Originally when I try to develop AI empowered assistant application I found myself spending majority of the time integrating LLM calls into my business logic, so I thought it might be useful for others if I abstract out…