HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jonrouach

no profile record

comments

jonrouach
·7 bulan yang lalu·discuss
or better, like you mentioned, try to convince Exo to develop in the open, so everyone gets any capability as PRs.
jonrouach
·8 bulan yang lalu·discuss
yes!

this announcement had such strong gpt-output vibe..

to the "writers": pleeease don't present unedited slop to me. i'm a human, if you want my attention consider using your own voice. i don't want to read what gpt thought would "market" you best.

but this thread did remind me of marimo so that's sweet
jonrouach
·12 bulan yang lalu·discuss
i had the exact same behavior back in 2023, it seemed like clearly leakage of user conversations - but it was just a bug with api calls in the software i was using.

https://snipboard.io/FXOkdK.jpg
jonrouach
·12 bulan yang lalu·discuss
you're sure it's not their "feature" that calling the api with empty string returns random hallucinations?

https://jarbon.medium.com/gpt-prompt-bug-94322a96c574
jonrouach
·2 tahun yang lalu·discuss
is that a method to save context tokens by "baking" the attended in-context-learned into the weights? Im missing one step of so-what in the paper abstract..
jonrouach
·3 tahun yang lalu·discuss
Love this!

I've been iterating on a similar project, Talk-to-Repo.

It uses retrieval-augmented-generation to access the relevant parts of the code, and lets you chat and collect which code pieces you want.

Got stuck at generating good diffs, I'll be sure to look at how you've done it!

btw i started my project by turning another project, "Twitter explainer", on itself. It loaded its own code, i asked it to add new features and copy-pasted the results (with some tweaking and occasional trips to phind.com )... :)

https://github.com/Arjeo-Inc/talk-to-repo original project by Mark Tennenholtz: https://twitter.com/marktenenholtz/status/165156810719298355...