A cross-platform form application that abandons the page metaphor. Instead of wrestling with PDF quirks, Word's fragile form fields, or Excel protection schemes, PromptResponse uses a portable text-based format (.apr) built on JSON.
- Pure JSON format for easy database import, webhook submission, and programmatic processing
- Responsive forms that adapt to any screen without fixed layouts
- WCAG 2.1 Level AA accessibility by design
- Safe to open untrusted files (no code execution)
- Built with .NET 8 and AvaloniaUI for cross-platform support
Active Development
An experimental conversational AI for Esperanto that prioritizes deterministic, explainable processing. The core idea: leverage Esperanto's regular grammar to replace neural components with programmatic logic, using learned parameters only for semantic reasoning.
- Esperanto's 16 grammar rules encoded directly in the parser, not learned
- Pipeline: text → deterministic parser → AST → compositional embeddings → deterministic output
- ~333K learned parameters handle semantics; grammar is fully programmatic
- Thesis: explicit grammar via ASTs lets a small core match larger models while remaining explainable
Experimental