top | item 44305185

(no title)

aaronvg | 8 months ago

We're making a prompting DSL (BAML https://github.com/BoundaryML/baml) and what we've found is that all the syntax rules can easily be encoded into a Cursor Rules file, which we find LLMs can follow nicely. DSLs are simple by nature so there's not too many rules to define.

Here's the cursor rules file we give folks: gist.github.com/aaronvg/b4f590f59b13dcfd79721239128ec208

discuss

order

mbokinala|8 months ago

Anecdotally, Cursor's tab complete model learns BAML incredibly quickly