Jesse Andrews @anotherjesse.com · Nov 27

Neat prototype by azhenley.bsky.social Mirror: An LLM-powered programming-by-example programming language - provide examples (input/output) - prompts LLM to generate function implementation github.com/AZHenley/Mir... can be extended to: - validate examples - llm recommend example edge cases ...

7 likes 1 replies

?

Replies

Jesse Andrews · Nov 27

the parser / prompting is ~250 lines of code (mostly the parser) seems to be a solid base to do further exploration - both with the LLM and exploring user DX