Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aaronvg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
aaronvg
27d ago
it doesn't matter though, commits create load in their system
2.
▲
by
aaronvg
2mo ago
why not write all code in assembly?
3.
▲
by
aaronvg
2mo ago
didn't expect someone to post us here yet, we're still working on our launch! We have been building BAML for around 3 years -- originally it was a DSL for getting structured outputs from llms using what we call 'llm functions
4.
▲
by
aaronvg
2mo ago
these painpoints seem moot in a world where AI agents are writing all the code.
5.
▲
by
aaronvg
3mo ago
kind of surprised Swift didn't launch with this by default, built in-house
6.
▲
by
aaronvg
4mo ago
this is really neat. Was using or-tools to solve my friend's scheduling problems with coworkers.
7.
▲
by
aaronvg
4mo ago
We are working on making our programming language BAML turing-complete. https://github.com/boundaryml/baml It is a language that is embeddable in other programming languages, with the type system similar to typescript,
8.
▲
by
aaronvg
11mo ago
It's 'basically, a made-up language'. It's just tongue-in-cheek because when we started this it was just a ridiculous proposition to try and make a DSL. I'll add it in!
9.
▲
by
aaronvg
11mo ago
Boundary (YC W23) | Software engineer (compilers) | Seattle, USA (in person) | Full-time We are building a new programming language (BAML) to build AI agents -- the "typescript" for LLMs. We are open source: https://git
10.
▲
by
aaronvg
1y ago
definitely will just say picks...
11.
▲
by
aaronvg
1y ago
You may also want to check out BAML https://github.com/BoundaryML/baml - a DSL for prompt templates that are literally treated like functions. the prompt.yaml format (which this project uses) suffers from the fact that
12.
▲
by
aaronvg
1y ago
super interesting to see how this is marketed: - Created by an AWS team but aws logo is barely visible at the bottom. - Actually cute logo and branding. - Focuses on the lead devs front and center (which HN loves). Makes it seem less like a
13.
▲
by
aaronvg
1y 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.
14.
▲
by
aaronvg
1y ago
You might also find Semantic Streaming interesting. It's t he same concept but applied to llm token streaming. It's used in BAML (the ai framework). https://www.boundaryml.com/blog/semantic-streaming I'm
15.
▲
Lambda the Ultimate AI Agent
(boundaryml.com)
3 points
by
aaronvg
1y ago
|
0 comments
16.
▲
Semantic Streaming vs. Token-based streaming
(boundaryml.com)
1 points
by
aaronvg
1y ago
|
0 comments
17.
▲
by
aaronvg
1y ago
it's kind of wild -- none of the multimillion dollar VSCode forks (Cursor, windsurf) are working properly at the moment. It seems open-vsx is quite a vulnerable single point of failure. Searching extensions gives a 503.
18.
▲
OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
(status.open-vsx.org)
249 points
by
aaronvg
1y ago
|
154 comments
19.
▲
by
aaronvg
1y ago
It's kind of insane going from 76% to 3% on the new version of a benchmark. We clearly need more rapid progress on the creation of benchmarks. Then again, I wonder -- if a benchmark is way too hard from the beginning, would it make it
20.
▲
Using LLMs to Enrich Datasets
(thedataquarry.com)
3 points
by
aaronvg
1y ago
|
1 comments
21.
▲
by
aaronvg
2y ago
Sometimes you don't have access to a model, so this approach still works in that scenario. We also have several users that have anecdotally told us they get worse results using constrained grammar solutions.
22.
▲
Show HN: Structured Outputs with Deepseek R1
(boundaryml.com)
7 points
by
aaronvg
2y ago
|
2 comments
23.
▲
by
aaronvg
2y ago
Thanks, we also do support swapping models at runtime! Will incorporate this feedback.
24.
▲
by
aaronvg
2y ago
How do you organize your prompts? Do you use a templating language like jinja? How complex are your prompts? Do you have any open source examples? I’m genuinely curious since if we can convince someone like you that BAML is amazing we’re on
25.
▲
by
aaronvg
2y ago
I found it interesting how DSPy created the Signatures concept: https://dspy.ai/learn/programming/signatures/ We took this kind of concept all the way to making a DSL called BAML, where prompts look like lite
26.
▲
Semantic Streaming of LLM Outputs
(boundaryml.com)
2 points
by
aaronvg
2y ago
|
0 comments
27.
▲
by
aaronvg
2y ago
First off, this is amazing. Imagine where this will be in 5 or 10 years. There's just so many questions: Will videogames eventually just be a single prompt (or a series of prompts / a general script) into a transformer model? Woul
28.
▲
by
aaronvg
2y ago
(BAML founder here) feel free to jump on our Discord or email us if you have any issues with BAML! Here's our repo (with docs links) https://github.com/BoundaryML/baml and a demo: https://boundaryml.wis
29.
▲
by
aaronvg
2y ago
One of the issues with LLMs is that each function needs to be tested and observed more thoroughly than regular functions, which leads to these UIs to figure out what the heck is actually going on. For our DSL (BAML https://github
30.
▲
by
aaronvg
2y ago
thanks for the shoutout, we benchmarked our approach against other function-calling techniques and we've been able to beat all other approaches every time (even by 8%!) just by getting better at parsing the data and representing schema
More ›