Live data from Hacker News

Viewing profile — IxInfra

IxInfra

HN member
Joined
Mon, Mar 16, 2026, 4:53 PM UTC
HN karma
2
Public activity
19 items

About IxInfra

Building Ix -- open source CLI that maps any codebase into a persistent architectural graph.

github.com/ix-infrastructure/Ix

Recent public activity

  1. story
  2. comment
    Comment #47755506

    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.

  3. comment
    Comment #47755460

    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 Op…

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

    Stop playing 20 questions with your AI every session. Every time you start a new session your agent has no idea what system it's working in. Not just losing conversation history, l…

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

    every session is a constant repeat of re-explaining the same architecture, service boundaries, etc. wondering how others are dealing with this?

  6. comment
    Comment #47698196

    https://github.com/ix-infrastructure/Ix sorry heres the link.

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

    2 approaches are emerging for giving ai agents structural understanding of a codebase. 1. LLM inferred. fast to build. but edges are labeled INFERRED because the model is just gues…

  8. comment
    Comment #47601901

    Thank you for your answer.

  9. comment
    Comment #47601895

    it was a genuine question...

  10. comment
    Comment #47594434

    Interesting. Where are you getting the hooks, prompts, and skills sourced from? Are these custom-built or pulled from an existing framework?

  11. comment
    Comment #47593355

    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 p…

  12. comment
  13. comment
  14. comment
  15. comment
    Comment #47578659

    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 …

  16. comment
    Comment #47578611

    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…

  17. comment
    Comment #47564625

    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…

  18. story
  19. comment
    Comment #47558494

    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 s…