HackerTrans
トップ新着トレンドコメント過去質問紹介求人

IxInfra

2 カルマ登録 4 か月前
Building Ix -- open source CLI that maps any codebase into a persistent architectural graph.

github.com/ix-infrastructure/Ix

投稿

[untitled]

1 ポイント·投稿者 IxInfra·4 日前·0 コメント

Show HN: Ix. Sick of rebuilding context every session. We mapped it instead

github.com
2 ポイント·投稿者 IxInfra·3 か月前·1 コメント

Ask HN: How do you stop playing 20 questions with your AI coding tools

2 ポイント·投稿者 IxInfra·3 か月前·2 コメント

Ask HN: Deterministic codebase maps vs. LLM inferred knowledge graphs?

2 ポイント·投稿者 IxInfra·3 か月前·1 コメント

Ix – We kept rebuilding context every session so we mapped the system instead

github.com
5 ポイント·投稿者 IxInfra·3 か月前·1 コメント

コメント

IxInfra
·3 か月前·議論
I've found that this works for smaller projects but starts breaking down when you're dealing with large-scale codebases or systems that change frequently.
IxInfra
·3 か月前·議論
Let us know if you have any feedback. We welcome contributors and are working every day to improve based on what our users want. GitHub = https://github.com/ix-infrastructure/Ix

Open source & free to use
IxInfra
·3 か月前·議論
https://github.com/ix-infrastructure/Ix sorry heres the link.
IxInfra
·3 か月前·議論
Thank you for your answer.
IxInfra
·3 か月前·議論
it was a genuine question...
IxInfra
·3 か月前·議論
Interesting. Where are you getting the hooks, prompts, and skills sourced from? Are these custom-built or pulled from an existing framework?
IxInfra
·3 か月前·議論
This is really interesting, especially the chunking and parallel Haiku approach.

Curious how it holds up as note volume grows. At some point you're still doing N relevance checks per tool call. do you hit a scaling limit there or does chaching keep it manageable? Also wondering if you've seen any drift in relevance when notes become more numerous or overlapping
IxInfra
·3 か月前·議論
[dead]
IxInfra
·3 か月前·議論
[dead]
IxInfra
·3 か月前·議論
[dead]
IxInfra
·3 か月前·議論
the distribution muscle being a separate skill is so underrated. most technical founders assume if you build something good it finds its own audience. it almost never does. sounds like you're learning the hard way which is probably the only way
IxInfra
·3 か月前·議論
the duct tape framing is fair but the deeper issue is the model has no persistent understanding of the system it's working in. each generation starts from scratch with no memory of prior context or architectural decisions. that's a harder problem than prompt engineering but it's solvable at the infrastructure layer
IxInfra
·3 か月前·議論
Hey HN, I'm Tanner, one of the founders of Ix. Every time we started a new AI session, the agent had no idea what system it was working in. Not just losing conversation, losing the entire architecture. We kept throwing more context at the problem. It didn't fix it. The problem wasn't retrieval. There was no map. So we built one. Ix ingests your codebase and generates a structured architectural map of your systems, subsystems, modules, and dependencies, built deterministically without an LLM inferring structure. `ix map .` in under 90 seconds on any codebase. 30% fewer tokens on average, sometimes 80%+. We are not replacing your vector DB or RAG setup. We are solving a different layer entirely. System structure memory, not conversation memory. Open source and good first issues are labeled in the repo for anyone who wants to get involved. Live on GitHub. Happy to answer questions.
IxInfra
·3 か月前·議論
The 0.92 semantic similarity threshold is interesting. curious how you landed on that number? Thinking too low and you risk false cache hits but too high and you lose most of the semantic benefit. Did you run experiments or is it tunable per use case?