Command-line interface
Software platformWikipedia
715
MENTIONS
266
EPISODES
203
PODCASTS
Search complete. 715 mentions across 266 episodes found for "Command-line interface".
Sep 11, 2026
OpenAI solves Navier-Stokes, Meta’s Muse a free AI agent that’s really good, DeepSeek V4.1 shrinks KV cache, and one doomer post causes OpenAI to consider pausing training + more AI news
A
63:30Alex VolkovHOST
Devon, which bought Windsor, so they actually have that functionality, definitely has both.
A
63:37Alex VolkovHOST
And the suite is available in Devon and CLI and they're making it free for all Pro Max and team subscribers for next month, which is very impressive.
A
63:47Alex VolkovHOST
very impressive from cognition shout out to cognition folks obviously we didn't use this it came out literally 30 minutes ago but here we have very very impressive things just as a reminder when elon musk bought cursor mostly because of the pro not the products but the data but also the products he bought them specifically to help him train grok And Grok 4.6 was really, really good.
A
64:09Alex VolkovHOST
And Grok 4.7 supposedly is significantly better.
Episode 443: Commanders vs. Eagles Week 1 Preview | Run It Back
S
22:22SteveHOST
David, David Blough.
S
22:24SteveHOST
You know, we had Cli- Gif- Cliff Kingsbury, you know, he was labeled as this spread-heavy offensive coordinator, always has been, and David Blough's kind of bringing that hybrid Shanahan, you know, outside zone.
S
22:44SteveHOST
I don't even know what you'd call it.
S
22:45SteveHOST
A mixture of Ben Johnson, a mixture of Shanahan.
#109 - Docker Got Quiet. Did You Miss Anything?
M
11:58MattiasHOST
One thing that we spoke about in 2022, that CRI-O, I'm not sure how you pronounce that, that was actively replacing Docker as a runtime.
M
12:15MattiasHOST
So understand that when you're using Docker, right, so you're interacting with Docker CLI, It's not the whole thing that is being presented to you.
M
12:28MattiasHOST
The CLI is using the socket to communicate with the Docker server, which in most cases would run locally on your host, but you can also connect to the remote Docker machine through that CLI.
M
12:42MattiasHOST
So you can choose what you communicate with.
M
12:46MattiasHOST
And...
M
12:49MattiasHOST
What happens is that you could still use Docker CLI with something providing a server, which is not necessarily a Docker native runtime.
M
13:01MattiasHOST
And like the runtime is, for instance, CRIO that runs containers.
M
13:05MattiasHOST
There is container D that runs containers.
#104 - When AI Coding Gets 10x More Expensive
A
10:34AndreyHOST
You either utilize the harness provided by LLM provider.
A
10:38AndreyHOST
So that would be Kira CLI, Codex, Cloud Code, whatever.
A
10:44AndreyHOST
Or you bring your own PyDev.
A
10:47AndreyHOST
You can open code, maybe Hermes or OpenClose.
20 MINS LATER
A
30:39AndreyHOST
There is RTK tool, I think Rust Token Killer it's called.
A
30:45AndreyHOST
That one is quite helpful, especially if you use your harness to run everything as Matthias does, for instance.
A
30:54AndreyHOST
That one kind of understands most of the CLI commands and what's important there and can strip stuff like white spaces, unnecessary wording, and then just give the agent what matters.
A
31:08AndreyHOST
Then you could also use hooks.
Claude Code 2.1.267: Hard-Cap AI Thinking Costs
J
2:25James TurnerHOST
That is so clean.
J
2:27James TurnerHOST
And, uh, while we are under the hood, there was another CLI flag in this release that caught my eye for prompt engineering, the system prompt snapshot off flag.
L
2:36Lachlan ReidHOST
[laughs] Oh, mate, that one is a total gem if you are actively tweaking prompts.
L
2:41Lachlan ReidHOST
Normally, Claude Code records and reuses the conversation snapshot prompt to save on tokens via prompt caching.
Episode 191: Rez0s Sick Caching Bug & Local AI vs Subsidized tokens
J
29:00JustinHOST
It is its own multiplexer of sorts here.
J
29:06JustinHOST
But it's specifically designed to provide additional data on coding agents that are running in your CLI.
J
29:16JustinHOST
And I've already, you know, one of the reasons this resonated with me when Yuji mentioned it was it definitely feels like I need that.
J
29:25JustinHOST
And I was trying to sort of hack something together a little bit before I even saw this.
LIU022: Chris Grundemann – From Pulling Cable to Network Automation Forum
C
7:17Chris GrundemannGUEST
There's definitely some cultural things around just kind of how things are done and how we see ourselves.
C
7:23Chris GrundemannGUEST
And I think some of that bleeds into identity, which is that for a long time, we've really conflated CLI proficiency with network engineering mastery.
C
7:33Chris GrundemannGUEST
And separating those two things out is an identity challenge, right? If I'd seen myself as the person who can jump into the CLI on this device and figure this problem out, and then you say, well, actually, we don't want you to use the CLI anymore, that can be really scary on an individual level, right? So I think there's lots of reasons kind of at the corporate level, at the team level, at the individual level that lead to the resistance.
C
7:54Chris GrundemannGUEST
Now, the one thing I will say is most of the resistance at this point, I don't think is actually technical, right? Like there are the tools, there are the protocols, there are the methodologies.
C
8:03Chris GrundemannGUEST
Like we know how to do this.
C
8:54Chris GrundemannGUEST
Right.
C
8:55Chris GrundemannGUEST
Yeah.
C
8:56Chris GrundemannGUEST
I mean, well, I mean, it comes full circle and there is some maturity involved and stuff, but, but I do think like a lot of network engineers to stay on that point just for a second, really, you know, while they're willing to maybe learn a vendor CLI or multiple vendor CLIs, like Python is a bridge too far.
The Lean Kiro Setup That Keeps AI Coding Tasks Focused
A
1:36Artificial IntelligenceNARRATOR
Everything below lives in the repo and gets committed with it.
A
1:39Artificial IntelligenceNARRATOR
Kiro runs one agent across the IDE, the CLI, and the web, all reading the same config.
A
1:45Artificial IntelligenceNARRATOR
So the rig you set up here follows you to whichever surface you work in next.
A
1:49Artificial IntelligenceNARRATOR
1.
A
6:23Artificial IntelligenceNARRATOR
What this does not cover, and what is next.
A
6:25Artificial IntelligenceNARRATOR
This is the minimum, so it leaves things out on purpose.
A
6:29Artificial IntelligenceNARRATOR
It says nothing about custom agents, multi-repo work, or C, where the headless CLI is the right tool and the ID is not.
A
6:36Artificial IntelligenceNARRATOR
The config carries over to the CLI untouched, so there is nothing to migrate when you get there.
LIU022: Chris Grundemann – From Pulling Cable to Network Automation Forum
C
7:17Chris GrundemannGUEST
There's definitely some cultural things around just kind of how things are done and how we see ourselves.
C
7:23Chris GrundemannGUEST
And I think some of that bleeds into identity, which is that for a long time, we've really conflated CLI proficiency with network engineering mastery.
C
7:33Chris GrundemannGUEST
And separating those two things out is an identity challenge, right? If I'd seen myself as the person who can jump into the CLI on this device and figure this problem out, and then you say, well, actually, we don't want you to use the CLI anymore, that can be really scary on an individual level, right? So I think there's lots of reasons kind of at the corporate level, at the team level, at the individual level that lead to the resistance.
C
7:54Chris GrundemannGUEST
Now, the one thing I will say is most of the resistance at this point, I don't think is actually technical, right? Like there are the tools, there are the protocols, there are the methodologies.
C
8:03Chris GrundemannGUEST
Like we know how to do this.
C
8:54Chris GrundemannGUEST
Right.
C
8:55Chris GrundemannGUEST
Yeah.
C
8:56Chris GrundemannGUEST
I mean, well, I mean, it comes full circle and there is some maturity involved and stuff, but, but I do think like a lot of network engineers to stay on that point just for a second, really, you know, while they're willing to maybe learn a vendor CLI or multiple vendor CLIs, like Python is a bridge too far.
THURS PT 1: Duji says Snitzer has not lived life
R
21:13RoverHOST
Let's see here.
R
21:15RoverHOST
Danny writes, you're over CLI.
R
21:17RoverHOST
This is my first time emailing in.
R
21:19RoverHOST
So I just wanted to say I'm 26 years old and I've been a fan of the show since I was five or six when I first heard my dad play RMG on the radio on the way to school, listening to the barefoot cactus soccer episode.
256 more episodes mention Command-line interface.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.