GrepAI disappointed me because, how sad, I once again, in the ai hype, did not expect a project with “grep” in the name to be just a source code indexer that has neither:
-
- a straight-to-the-point command line interface
- single line matching behavior, only contextualized secondarily
- abstraction rather than specialization into source code
- one-off actions, like if there has to be indexing then there should be a way to not start a watcher
- any composability without deserialization, designed with imperative programs and not LLMs in mind
But their
Read More “Implementing proper natural language grep — approach” »