
Amjith
@amjithr
Followers
2K
Following
1K
Media
61
Statuses
5K
I write CLI tools: https://t.co/pkRUj7isFB. I am polite and respectful. இந்தியன்
Joined August 2009
If you are doing any work with sqlite, install litecli instead of using the sqlite shell. You won't regret it.
0
1
3
Quitting programming as a career right now because of LLMs would be like quitting carpentry as a career thanks to the invention of the table saw.
372
1K
13K
OpenAI developers: have you tried out Remote MCP servers in the Responses API? what can we improve?
15
10
75
The recent pet project is becoming serious, PyTiDB: A Modern Python Database Access Layer for TiDB Serverless 👉 https://t.co/4eG6tAyKMN
github.com
TiDB AI SDK: Unified Multi-Modal Data Platform for AI Apps & Agents - https://pingcap.github.io/ai/ - pingcap/pytidb
2
5
21
Python provides a simple interface to run SQLite queries from the command line. https://t.co/qeGEb8McJ9
#til #Python
0
2
3
a lot of problems can be avoided by simply not trying to get rich off of everything all the time
15
47
707
🪄 just realized these four major US AI Labs map almost perfectly to the four Hogwarts houses: 1. Slytherin - @xai (obviously) 2. Gryffindor - @OpenAI (obviously) 3. Hufflepuff - @AnthropicAI (obviously) 4. Ravenclaw - @AIatMeta (obviously)
180
122
2K
The LLM feature in LiteCLI can plug in any model (including local models). Details:
amjith.com
Part 1 LiteCLI has an optional feature to use LLM powered SQL generation to get answers from your database. The default LLM used by LiteCLI is OpenAI’s gpt-4o-mini. This can be changed to a different...
0
0
0
Latest litecli release with a new LLM feature. Ask questions about your DB and get a SQL query from an LLM to answer. https://t.co/odysnCxu0W
amjith.com
** This feature is ONLY enabled when it is used for the first time. ** LiteCLI v1.14.2 now has an LLM feature to help you write SQL. AsciinemaPlayer.create('/llm-in-litecli-1/litecli1.cast', docume...
1
0
7
Figured out how to autocomplete subcommands in a click based CLI. https://t.co/ArNxKKbX7M This is an intermediate step to embedding @simonw's llm tool in litecli to use LLMs to write SQL queries.
amjith.com
Click is a python library for creating command line applications in Python. The llm tool created by Simon uses click and it has a lot of subcommands. eg: $ llm keys set openai Enter key: ... $ llm...
1
0
11
TIL: How to restart a Python CLI from within the CLI. https://t.co/ltlgZmsFgi
amjith.com
A simple snippet to restart a Python CLI from within the CLI. import os import sys import click @click.command() def cli(): click.echo("CLI is running.") # Logic that determines when to restart if...
0
0
2
Check out the #fishshell 4.0 beta. First release in Rust! https://t.co/8sbrV5skrI
2
3
24
Introducing LLMs to LiteCLI. https://t.co/E9WIjOG7XZ Ask questions to your database and get back a SQL query to answer that question.
amjith.com
LiteCLI is a command-line client for SQLite databases that has auto-completion and syntax highlighting. I’ve added the ability to use an LLM to create a SQL query. Disclaimer: This is an EXPERIMENTAL...
0
1
11
This quote from @antirez 's blog post is absolute chef kiss. "great use of AI is not making machines do what you can do better." https://t.co/buadNmjDac
0
0
0
I got early access to ghostty terminal. I verified my CLI tools https://t.co/cNKXofOaZM works in them. It looks slick.
1
0
4