Live data from Hacker News

Viewing profile — pierrebrunelle

pierrebrunelle

HN member
Joined
Tue, Jun 15, 2021, 4:53 PM UTC
HN karma
11
Public activity
19 items

About pierrebrunelle

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #45217531

    Building an infinite-memory, context-aware, multimodal chatbot is as easy as 600 lines of Pixeltable code. Why? Because Pixeltable is the only multimodal data infrastructure that u…

  3. story
  4. comment
    Comment #44962575

    Agree...as simple as: @pxt.query def search_documents(query_text: str, user_id: str): sim = chunks.text.similarity(query_text) return ( chunks.where( (chunks.user_id == user_id) # …

  5. comment
    Comment #44466848

    I fully agree and this is why context engineering matters and unifying storage and orchestration and treating agents as just another function call is significant and getting full v…

  6. comment
    Comment #44022348

    It really depends on the use case. For Pixelagent, I don't really look at competition as mentioned by the fact that this is a reference implementation. People should build their ow…

  7. comment
    Comment #44022329

    It all started with https://github.com/pixeltable/pixeltable which is the core project we are actively working on and the problem space of working with video and frames for Compute…

  8. comment
    Comment #44022296

    I like PocketFlow. You beat me on the # of lines of code! But does it provide parallelization, caching, orchestration, versioning, observability, lineage, multi-modal support? As y…

  9. comment
    Comment #44022200

    Congrats! Take whatever you want :) Yes: Memory, observability, versioning, and lineage being built-in is a derivative of unifying orchestration and storage: https://docs.pixeltabl…

  10. comment
    Comment #44022185

    Thanks! https://github.com/pixeltable/pixelagent/tree/main/examples/... for multiple tools/agents. A tool is just a UDF. You can have as many as you want. The goal of this referenc…

  11. comment
    Comment #44022120

    You can indeed turn anything that you want into an MCP server, e.g. https://github.com/pixeltable/pixeltable-mcp-server . Pixelagent is a reference implementation for a multimodal …

  12. comment
  13. story
  14. comment
    Comment #43694225

    We got sick of fighting with YOLOX's dependency every time we needed to update the integration for a decent object detector demo, so we forked it and fixed the annoying issues. pip…

  15. story
  16. comment
    Comment #35758530

    ChatGPT directly into Jupyter Notebook with Notebookgpt by Noteable, notebookgpt.com as a plugin: http://notebookgpt.com/

  17. comment
    Comment #35586623

    Also a different one: https://github.com/noteable-io/genai with additional magics.

  18. comment
    Comment #35158612

    Nothing breaks the flow of experimentation in a notebook like an exception. You’re deep in thought, pulling data, and then suddenly everything comes to a halt. To empower you to fi…

  19. story