Remix.run Logo
rahimnathwani 4 hours ago

Atuin AI sounds like a useful addition. The page suggests they're probably using hosted models:

  We use the latest frontier models, which already do a good job of generating commands using well-known binaries and CLIs. On top of that, we integrate a dataset powered by man pages and command outputs to ensure you get the correct command first.
This is great, but does it mean we'll need to log in somehow? It doesn't seem reasonable to expect the project maintainers to pay for the tokens.

EDIT: I was unaware of Atuin's 'hub' which does things like sync your shell history across computers. I think they use the same sign-in as they already use for that: https://hub.atuin.sh/register

embedding-shape 4 hours ago | parent [-]

This part:

> On top of that, we integrate a dataset powered by man pages and command outputs to ensure you get the correct command first.

Also makes it sound like they're "providing that dataset", rather than generating that from the users computer. Wouldn't that mean it's potentially a mismatch between various versions of the software available? Not to mention some OSes will have a different version of some software available compared to others, how does it deal with those situations if they're shipping a dataset?

_ache_ 4 hours ago | parent [-]

There is no way is it not generated on user computer.

"get the correct command first" and "shipping a [external] dataset" are incompatible.

anamexis 2 hours ago | parent [-]

The Data Privacy paragraph would suggest otherwise.

> By default, Atuin AI knows nothing about your machine, other than the operating system and shell. This is the bare minimum required to generate a decent shell command.

> It will soon be able to ask you for access to more data - such as the current directory path, contents, git status, etc - but you must give permission first. This will happen in a similar way to existing agents, and be configurable to an even finer degree in your config file.