HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sprobertson

no profile record

Submissions

Programming with Natural Language Is Going to Work (2010)

writings.stephenwolfram.com
2 points·by sprobertson·11 माह पहले·1 comments

comments

sprobertson
·24 दिन पहले·discuss
Much better than your current demo image! The default vignette is too obviously digital
sprobertson
·2 माह पहले·discuss
or easier, open ~/.claude/projects/[project]/[session].jsonl (excluding the system prompt)
sprobertson
·3 माह पहले·discuss
The official one doesn't work for me on mobile but this does: https://artemistracker.com/
sprobertson
·4 माह पहले·discuss
it likes mentioning itself in commit messages, though you can just tell it not to.
sprobertson
·4 माह पहले·discuss
Pretty much everyone saying worktrees but I lean heavily on hot-reloading of both backend and frontend (to actually see what I'm doing) so it's too annoying to deal with dependencies and ports when things are isolated. Instead I keep everything on the main branch and just make sure to keep tasks pretty separate in scope, e.g. add this API route vs. fix this layout issue, so they don't step on each other. When I consider something done I have the agent commit what it worked on and start a new one.
sprobertson
·4 माह पहले·discuss
yes:

> skip all the gratuitous affirmation and tell me when I'm wrong
sprobertson
·4 माह पहले·discuss
Yeah the UX itself is clearly slop
sprobertson
·4 माह पहले·discuss
You're certainly not alone, though it's not that much worse than usual over the last 5 years https://telliott.me/posts/is-github-getting-less-reliable/
sprobertson
·4 माह पहले·discuss
Sure, but use the tool for the job IMO. GPTs are much more complex so should demonstrate a much more complex task.
sprobertson
·5 माह पहले·discuss
This kind of thing is pretty easy to do with a much leaner model https://docs.pytorch.org/tutorials/intermediate/char_rnn_gen...
sprobertson
·5 माह पहले·discuss
No - it costs $0 already
sprobertson
·5 माह पहले·discuss
It seems like everyone commenting here is already part of the hivemind. So maybe someone can answer an important question that I'm not getting at all from the docs: what does this actually do?
sprobertson
·8 माह पहले·discuss
I printed the casing just to see - it actually does fit in my levi pockets (front and back), but looks and feels a bit ridiculous to actually walk around with
sprobertson
·8 माह पहले·discuss
> software dev is a job for me that needs to generate income

sir, this is a hackernews
sprobertson
·9 माह पहले·discuss
Who's the designer? I assume the same as agents.cloudflare.com, finally something that looks creative and not based on purple gradients
sprobertson
·9 माह पहले·discuss
not for the standard hosted APIs using structured output or function calling, best you can get is an array
sprobertson
·10 माह पहले·discuss
And #1 on the jobs chart
sprobertson
·10 माह पहले·discuss
Here's the screen recording version of a long exposure (thanks for the nerd snipe) - https://gist.github.com/spro/7599415b0e47de65311557b3454771a...
sprobertson
·10 माह पहले·discuss
my first instinct was "the slow one is struggling so it must be doing some heavy work"
sprobertson
·11 माह पहले·discuss
Yeah good call, I missed that. I don't think there's a correct answer here, but it could be another step of the read or write. Either it would do another lookup of "my daughter" -> Name on read, or do a lookup on write if you already have a "my daughter is Name" memory. Whatever's less expensive in the long run. The graph memory someone else mentioned also seems like a good option there.