Live data from Hacker News

Viewing profile — engomez

engomez

HN member
Joined
Sun, Sep 11, 2022, 10:43 PM UTC
HN karma
292
Public activity
112 items

About engomez

founder @openknowledge @inkeep

x: @nickgomez

Recent public activity

  1. comment
    Comment #48729239

    Closing loop - we merged in a PR that lifted the codex toml modification logic from the codex source code, so it should be safe to use. We weren't able to recreate cases were the p…

  2. comment
    Comment #48694710

    Added! https://openknowledge.ai/docs/integrations/opencode

  3. comment
    Comment #48694709

    OpenCode docs added - https://openknowledge.ai/docs/integrations/opencode Let us know if any feedback.

  4. comment
    Comment #48692424

    Top priority, expect an update within days.

  5. comment
    Comment #48689253

    Appreciate it !

  6. comment
    Comment #48689247

    Currently yes. We'll be exposing a centralized CRDT server option in near future.

  7. comment
    Comment #48689230

    Yes, we're working on Linux/Windows beyond the CLI/WebUI, Electron enables us to do that.

  8. comment
    Comment #48689217

    Yup, OKF is more of a specification for a format, similar to e.g. Skills or MCP. Our templates follow it and we have a starter pack for it. You can think of our app as a general pu…

  9. comment
    Comment #48689186

    Ah, I was referering to https://cloud.google.com/blog/products/data-analytics/how-th... for "OKF"

  10. comment
    Comment #48685707

    Talking about a few different things, OKFN and OKF.

  11. comment
    Comment #48685507

    Web UI available for Linux/Windows. Updates docs !

  12. comment
    Comment #48685503

    I don't believe I've seen a KM app with true WYSWIG that's markdown underneath. Rest is indeed mainly packaging up all the second-brain, MCP, skills, and AI integrations to be out-…

  13. comment
  14. comment
    Comment #48685477

    As a founder of a company that revolves around AI, I get you. It can feel frothy // intangible // overwhelming.

  15. comment
    Comment #48685378

    There is a knowledge graph -- we'll update the readme to make clearer. We support wikilinks and forward/backward links are presented to the agent through the MCP server for "agenti…

  16. comment
    Comment #48685024

    Great thought - we indeed added Claude/Codex terminal in there already. Was our quick win as we investigated this deeply.

  17. comment
    Comment #48684947

    collab between agent human happens locally via yjs collab between human human happens using git/GitHub. so collab right now is auto-sync (~few min latency) + sharing functionality.…

  18. comment
    Comment #48684535

    Thanks nitin, these are all top of queue. We'll follow on quickly.

  19. comment
    Comment #48683965

    Appreciate it. An anonymized repro file would help ensure we validate against your specific cases.

  20. comment
    Comment #48683508

    got it. we'll ship this within the next week.

  21. comment
    Comment #48683313

    To add one more thing: Codex/Claude/Cursor can open the OpenKnowledge web viewer within their own embedded web viewer. So you don't need the two apps open. And we embedded the Clau…

  22. comment
    Comment #48683253

    Is the issue you're seeing that it stripped comments, or something else?

  23. comment
    Comment #48682898

    Got it yup, sounds like similar to the setups our team runs. Give it a shot and feel free to share any feedback.

  24. comment
    Comment #48682890

    Git is used for the "auto-sync" and sharing functionality. Uses GitHub as the source of truth for the content. Currently the CRDT is local and is used so that agents can edit the m…

  25. comment
    Comment #48682881

    Let me know if you see any gap with OpenKnowledge an this scenario. It's exactly what we aimed to solve (files are markdown and local, sync and team sharing happens via git/GitHub …