grep

Tag

Cards List
#grep

Platform Support for GNU Extensions to Basic Regular Expressions

Lobsters Hottest · 3d ago Cached

An article investigating platform support for GNU extensions to Basic Regular Expressions (BRE), specifically the `\+` operator, and finding it works on FreeBSD, macOS, and musl-based distributions like Chimera Linux.

0 favorites 0 likes
#grep

Regular expressions that work "everywhere"

Hacker News Top · 2026-06-25 Cached

The article discusses the challenges of regex portability across tools like sed, awk, grep, and Emacs, and provides a subset of regex features that work reliably across these environments.

0 favorites 0 likes
#grep

@jerryjliu0: Agentic search has moved from fixed RAG pipelines into flexible agent harnesses with access to a set of search tools: k…

X AI KOLs Following · 2026-06-17 Cached

LlamaIndex introduces agentic retrieval with LlamaParse Index, combining semantic search and grep for flexible agent harnesses. A webinar on June 30th will demonstrate these tools.

0 favorites 0 likes
#grep

@DivyanshT91162: The AI industry spent billions solving a problem that a 52-year-old terminal command had already solved. For the last t…

X AI KOLs Timeline · 2026-06-17 Cached

A Twitter thread argues that the AI industry's expensive investment in vector retrieval systems for RAG may be unnecessary, as the 52-year-old terminal command 'grep' outperforms modern semantic search for exact matches in AI agent contexts.

0 favorites 0 likes
#grep

@HowToPrompt__: The entire vector database industry just got destroyed by A free tool from 1974. For the last two years, every company …

X AI KOLs Timeline · 2026-06-17 Cached

Researchers report that the classic grep command outperforms modern vector databases in retrieval tasks for autonomous AI agents, challenging the prevailing RAG infrastructure approach.

0 favorites 0 likes
#grep

Sharing for inspiration: Grep for agentic search was a game changer for us.

Reddit r/AI_Agents · 2026-06-12

Describes improving agentic memory search by incorporating grep-based exact matching alongside vector embeddings, inspired by a paper; achieved significant recall gains in their memory layer.

0 favorites 0 likes
#grep

Is Grep All You Need? How Agent Harnesses Reshape Agentic Search

Hacker News Top · 2026-06-09 Cached

This empirical study compares grep and vector retrieval strategies in LLM agent workflows, finding that grep generally yields higher accuracy across different agent harnesses and tool-calling styles, with performance heavily dependent on harness choice and context engineering.

0 favorites 0 likes
#grep

@BohuTANG: After quantification, it turns out that pi's current 4 tools (read / bash / edit / write) plus glob and grep can go up another level. These two are high-frequency tools, but relying on the LLM to piece together a usable bash to replace them is actually quite difficult — it often...

X AI KOLs Timeline · 2026-06-08 Cached

BohuTANG found through quantitative analysis that adding dedicated grep and glob functions to the pi tool reduces the detours of LLM-generated bash and improves efficiency.

0 favorites 0 likes
#grep

GrepSeek: Training Search Agents for Direct Corpus Interaction

arXiv cs.CL · 2026-05-29 Cached

GrepSeek trains LLM search agents to directly interact with a text corpus using shell commands like grep, using a two-stage training pipeline with cold-start dataset construction and GRPO refinement, achieving strong F1 and Exact Match on open-domain QA benchmarks.

0 favorites 0 likes
#grep

@jerryjliu0: Real question: what is the actual latest state-of-the-art for file search and retrieval? - Actual grep over filesystem …

X AI KOLs Following · 2026-05-18 Cached

Jerry Liu asks about the current state-of-the-art for file search and retrieval, listing options from grep to hybrid search over a database.

0 favorites 0 likes
#grep

@jerryjliu0: There’s an open question on whether grep is all you need for agentic search. This recent paper by @PwCUS (Sen et al.) s…

X AI KOLs Following · 2026-05-17 Cached

Recent paper investigates whether grep outperforms vector search for agentic retrieval, finding grep yields higher accuracy in conversational memory tests, but limitations around enterprise document corpora are noted.

0 favorites 0 likes
#grep

@omarsar0: // Is Grep All You Need? // Pay attention to this on, AI devs. (bookmark it) They find that grep-style text search, whe…

X AI KOLs Timeline · 2026-05-15 Cached

A research paper from PwC finds that grep-style text search, when properly integrated into agent harnesses, can match or beat embedding-based retrieval for coding-agent tasks, suggesting vector databases may not be essential for many use cases.

0 favorites 0 likes
#grep

@zhuofengli96475: DCI just hit #1 on Hugging Face Daily Papers! Try it Now! @HuggingPapers https://huggingface.co/papers/2605.05242…

X AI KOLs Following · 2026-05-09 Cached

DCI (Direct Corpus Interaction) proposes using simple terminal tools like grep and bash for agentic search, outperforming traditional retrieval methods without embeddings or vector indexes.

0 favorites 0 likes
← Back to home

Submit Feedback