/in/jakemannix, fka @pbrane
professionally: Tech Fellow, AI/Relevance, Walmart Global Tech
here: bad math/physics jokes, AI++, puns, OSS ML news, ultras/MTB/outdoorsy stuff, DL papers, shitposting, the fall of democracy
Abolish ICE, full stop.
OpenCode is like OSS Claude. Warp.dev is to have a shell which allows you do just do normal terminal things, but also
/home/me $ find all my pdfs i've opened in the last week which are at least 5mb
and it writes the bash on the fly to do that for you
OpenCode is like OSS Claude. Warp.dev is to have a shell which allows you do just do normal terminal things, but also
/home/me $ find all my pdfs i've opened in the last week which are at least 5mb
and it writes the bash on the fly to do that for you
Or are you talking about BigAI locking people into their LLM APIs via subscriptions as well, in some new way?
Or are you talking about BigAI locking people into their LLM APIs via subscriptions as well, in some new way?
(but yes, google AI snippets are utter garbage)
(but yes, google AI snippets are utter garbage)
It's when you want some observability + governance and you want to factor out work into different teams and not have everybody reinvent the same rules where a little bit of structure might be nice
It's when you want some observability + governance and you want to factor out work into different teams and not have everybody reinvent the same rules where a little bit of structure might be nice
But dial back the power/complexity a bit, and... useful?
But dial back the power/complexity a bit, and... useful?
Just trying to see how far down the abstraction road I should go before putting it in front of more people.
Just trying to see how far down the abstraction road I should go before putting it in front of more people.
Am I the only one who wants something in between?
Am I the only one who wants something in between?
Other example: You have search_jira, search_confluence, search_github_issues, search_asana. Would be nice to have search_docs = union(map(search_*, normalize_schema)) as one tool
Or "process_return then email_confirmation"
Other example: You have search_jira, search_confluence, search_github_issues, search_asana. Would be nice to have search_docs = union(map(search_*, normalize_schema)) as one tool
Or "process_return then email_confirmation"
However, usually, you want (query + num_hits + col_list) -> rows w/item_id: (score, hydrated columns).
However, usually, you want (query + num_hits + col_list) -> rows w/item_id: (score, hydrated columns).
* One owns forward lookups: list of item_ids + list of columns you care about -> rows with item_id: hydrated columns.
* other owns searching: query + num_hits -> length_num_hits pairs of (item_id, score) matches.
* One owns forward lookups: list of item_ids + list of columns you care about -> rows with item_id: hydrated columns.
* other owns searching: query + num_hits -> length_num_hits pairs of (item_id, score) matches.