top | item 42556702

(no title)

youssefabdelm | 1 year ago

I wish someone would do something like this but without the preamble like "t2x ask 'bla bla'"

All I want to do is talk to my computer, like:

"Sort these files" or whatever. Straight away. No noise.

And it should have a history of what was done already, so it knows what I'm talking about.

If people are concerned about safety, it could just be a 'mode' or an app that isn't a terminal but looks like a terminal.

discuss

order

jakedahn|1 year ago

If you run `ls -la | t2x "sort these files alphabetically"`, it will do the right thing.

However, subcommand like `t2x ask` are used to route you to a different model with different behavior. The ask subcommand currently makes requests to perplexity, where you can ask questions and get near realtime grounding from the world.

satisfice|1 year ago

Why do you want this? Not only is it unreliable and inefficient to do such things with LLMs, but we already have easy ways to do them with existing tools.

I work with computers and do data wrangling on a daily basis. What am I missing?