HackerTrans
トップ新着トレンドコメント過去質問紹介求人

JoshPurtell

no profile record

投稿

Specification Driven Development

joshuapurtell.com
3 ポイント·投稿者 JoshPurtell·5 か月前·0 コメント

Show HN: Horizons – OSS agent execution engine

github.com
39 ポイント·投稿者 JoshPurtell·5 か月前·8 コメント

Engine-Bench: Evaluating Coding Agents on Writing Game Engine Code

github.com
2 ポイント·投稿者 JoshPurtell·5 か月前·0 コメント

Lithe – A Web Framework for Lean4

github.com
4 ポイント·投稿者 JoshPurtell·5 か月前·1 コメント

Engine-Bench: Benchmarking Coding Agents on TCG Game Engine Tasks

github.com
2 ポイント·投稿者 JoshPurtell·6 か月前·0 コメント

Verify long-horizon tasks with GEPA on the judge

usesynth.ai
4 ポイント·投稿者 JoshPurtell·7 か月前·0 コメント

コメント

JoshPurtell
·2 か月前·議論
There could be a leak from post-training but not pre-training
JoshPurtell
·3 か月前·議論
gpt oss 20b is not dense
JoshPurtell
·4 か月前·議論
Codex is not far behind Claude Code
JoshPurtell
·4 か月前·議論
You most certainly should not have stuck with Conda
JoshPurtell
·5 か月前·議論
Have been testing this in dev and really like the performance so far
JoshPurtell
·5 か月前·議論
I concede that it is not precisely OSS. But if I tell someone that it is source-available, they will expect some kind of license restriction for any use. If I tell someone OSS, they will expect mostly what the Sentry license entails, unless they are a competitor, in which case I really don't care what they think.

I wish there were a popular term that conveys exactly how Sentry license works. But, there isn't - so I think it's fair to say open source, maybe as a general term. I'll change it from OSS to open source
JoshPurtell
·5 か月前·議論
What compile times do you work with? I use bazel and it still hurts
JoshPurtell
·5 か月前·議論
Billionaires and corporations can hire teams of people to work for them full-time. You, likely, can hire one or two (or zero!). Not to make it personal.

These inequalities already exist
JoshPurtell
·5 か月前·議論
I do both and compile times are very unfriendly to AI!
JoshPurtell
·5 か月前·議論
Why, because of the Sentry license?
JoshPurtell
·5 か月前·議論
Every AI advancement liberates real humans from drudgery and allows them to create what they want more easily.

The invention of the digital calculator turned human calculators into accountants, and that's great! We're contributing to the same process now
JoshPurtell
·5 か月前·議論
rlm-rs: https://crates.io/crates/rlm-rs src: https://github.com/synth-laboratories/Horizons
JoshPurtell
·5 か月前·議論
Monty is the missing link that's made me ship my rust-based RLM implementation - and I'm certain it'll come in handy in plenty of other contexts.

Just beware of panics!
JoshPurtell
·5 か月前·議論
Just like codex or opencode provide strong oss implementations of the core agent loop, our ambition (not achieved! hoping this is a solid start) is to provide a solid oss implementation of the context updating loop, memory, basic database + a backend sync layer. And evals + continual learning + gepa optimization.

Just like everyone can write their own agent, yet many opt for codex/claude code sdk/opencode, we think that at some point in our journey, many will also opt for standard implementations of these patterns, for projects big or small.

Realistically, though, the case for a standardized environment grows a lot stronger when you have multi-agent, permissioned actions, and generally just a lot more state than what you can get away with using only opencode + some glue. Insofar as big teams have ambitious products, they might be more likely to try it
JoshPurtell
·5 か月前·議論
It's 2026, just use Planetscale Postgres
JoshPurtell
·5 か月前·議論
Completely absent of substance
JoshPurtell
·5 か月前·議論
From Sama "More Texans use ChatGPT for free than total people use Claude in the US, so we have a differently-shaped problem than they do"

Facts don't care about your feelings
JoshPurtell
·5 か月前·議論
Important to note Anthropic has next to no consumer usage
JoshPurtell
·5 か月前·議論
This is super cool! Have you tried GEPA?
JoshPurtell
·5 か月前·議論
For devtools cos providing skills - we've found that using GEPA where you optimize the skill content instead of the prompt works really well to make sure the skill actually gets claude code/ codex /opencode to successfully use your service. https://arxiv.org/abs/2507.19457 More here if interesting https://www.usesynth.ai/blog/environment-pools-managed-agent...