yol
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Made this skill to free me from the chores for improving LLM output quality.
-
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…
- Show HN: Debug your AI application in web browser (github.com)
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…
- Show HN: HouseElf – no-code development of smart assistant (houseelf.app)
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…