Search:
Match:
2 results
Technology#LLM Tools👥 CommunityAnalyzed: Jan 3, 2026 06:47

Runprompt: Run .prompt files from the command line

Published:Nov 27, 2025 14:26
1 min read
Hacker News

Analysis

Runprompt is a single-file Python script that allows users to execute LLM prompts from the command line. It supports templating, structured outputs (JSON schemas), and prompt chaining, enabling users to build complex workflows. The tool leverages Google's Dotprompt format and offers features like zero dependencies and provider agnosticism, supporting various LLM providers.
Reference

The script uses Google's Dotprompt format (frontmatter + Handlebars templates) and allows for structured output schemas defined in the frontmatter using a simple `field: type, description` syntax. It supports prompt chaining by piping JSON output from one prompt as template variables into the next.

Product#LLM👥 CommunityAnalyzed: Jan 10, 2026 15:51

Mozilla Enables Single-File Executable AI LLMs

Published:Dec 3, 2023 00:23
1 min read
Hacker News

Analysis

This news highlights Mozilla's contribution to the accessibility and deployment of AI models. Creating single-file executables simplifies distribution and usage, potentially fostering wider adoption of LLMs.
Reference

Mozilla is allowing users to create single-file executables from LLMs.