frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Ask HN: How did Soham Parekh get so many jobs?

305•jshchnz•1w ago•407 comments

Ask HN: How to Create Data Flow Diagrams?

3•shivajikobardan•8h ago•2 comments

Co-founder exiting after pivot – what's a fair exit package?

39•throwaway-xx•2d ago•68 comments

Ask HN: Good non tech companies to work at

2•nzmkk•8h ago•3 comments

The computational cost of corporate rebranding

3•rileygersh•11h ago•0 comments

Tell HN: I Lost Joy of Programming

87•Eatcats•3d ago•117 comments

Ask HN: How can I invest in Solar Power?

4•idontwantthis•19h ago•7 comments

I built a AI transcription app because my girlfriend needed one for uni

4•ebukao•21h ago•5 comments

Ask HN: Bug Bounty Dilemma – Take the $$ and Sign an NDA or Go Public?

19•deep_thinker26•2d ago•11 comments

Ask HN: People who work different timezones than your company. How sched?

16•tetris11•2d ago•25 comments

Ask HN: Does your on-call rotation suck? Can I join it?

11•asciifree•2d ago•23 comments

Google fails to dismiss wiretapping claims on SJ, settles with app users

43•1vuio0pswjnm7•1d ago•8 comments

Ask HN: Worth leaving position over push to adopt vibe coding?

76•NotAnOtter•6d ago•92 comments

Ask HN: New RevOps guy wants to switch us from M365 to GSuite+Slack

4•9dev•1d ago•15 comments

Ask HN: What's Your Experience with Vibe Coding?

5•techlust•1d ago•8 comments

Ask HN: What's the verdict on GPT wrapper companies these days?

14•NewUser76312•3d ago•16 comments

Ask HN: What are some cool or underrated tech companies based in Australia?

10•hao_liu•2d ago•3 comments

Ask HN: Who Is the Best Paid Email Provider? Why?

23•thesuperbigfrog•17h ago•43 comments

Ask HN: Any resources for finding non-smart appliances?

156•everyone•4d ago•132 comments

What's your experience using Lynx (mobile framework)?

7•isntThatSth•1d ago•1 comments

Ask HN: Advice for Starting a Hacker Space?

36•pkdpic•5d ago•36 comments

Ask HN: Has anyone else learned English just by reading tech posts (like HN)?

11•FerkiHN•3d ago•8 comments

Ask HN: Do you use LLM for HTML translations?

3•Mooty•3d ago•4 comments

Pocket LLM Server Just Like a Pocket WiFi

3•itstomo•2d ago•3 comments

Agentic terminology doesn't make any sense

4•mathewpregasen•3d ago•2 comments

Ask HN: What's the greatest piece of non-dogfooded software?

9•nathancspencer•4d ago•10 comments

Super Simple "Hallucination Traps" to detect interview cheaters

29•EliotHerbst•1w ago•39 comments

Ask HN: What inspires you to persevere through adversity?

17•justanything•3d ago•21 comments

Ask HN: Brick and Mortar Dev Agency

4•takklz•3d ago•1 comments

Ask HN: What dream did you give up on?

4•alexcos•2d ago•6 comments
Open in hackernews

Claude Code/Cursor is using grep? Are we devolving

3•redskyluan•5h ago
Every AI coding tool has a search problem.

Claude uses grep. Cursor does basic vector search. Context retrieval? Honestly, pretty mediocre.

As a co-founder of a vector database company, I’ve realized: the only way to understand real developer pain is to use these tools every day — not just sit in strategy meetings.

Tried Claude Code. Loved the idea: delegating tasks from the terminal feels magical. But hit a wall fast — grep-based search doesn’t understand semantics. It finds strings, not meaning.

Cursor? A good start with vector search, but still shallow. No deep understanding of code structure or intent.

That pain point became our opportunity.

The more I used Claude, Cursor, Windsurf… the clearer it became: AI tools lack true semantic code understanding.

So we built Code Indexer CLI:

One-click indexing of your codebase

Fast, semantic retrieval

Native support for all major AI coding tools

We’re not just fixing search — we’re building a better foundation for AI coding. Because context matters more than code.

Lesson: Don’t just build for AI. Build with it. Use what your users use. Feel their pain.

Your best product ideas live inside your daily frustrations.

→ https://github.com/zilliztech/CodeIndexer

Comments

redskyluan•5h ago
Also let us know your ideas! How do we make code search easier
handfuloflight•5h ago
How often is the index updated? Is it stored locally or on your servers? If the latter, what security and privacy grantees are in place?
redskyluan•4h ago
Same as cursor, We update every 5 minutes. You can pick a local storage or using cloud services for sure