Live data from Hacker News

Viewing profile — pmkelly4444

pmkelly4444

HN member
Joined
Fri, Sep 17, 2021, 1:34 PM UTC
HN karma
66
Public activity
43 items

About pmkelly4444

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
    Show HN: Python Local Sandbox Code Execution (Podman and Uv)

    The core idea: @sandbox(dependencies=["pandas"]) turns any function into one that runs inside an isolated Podman container with dependency caching built in on uv. You call it like …

  5. story
  6. story
  7. comment
    Comment #46206541

    If you are building AI Agents in Python and want to improve token efficiency, please have a look at the RC of the pctx Python SDK

  8. story
  9. comment
    Comment #46006075

    e2b.dev is focused on this space

  10. comment
    Comment #46006014

    yes! coming soon

  11. comment
    Comment #46006010

    this makes sense, we should support a model where the code snippets can all be stored on the filesystem rather than in the context window from the MCP response

  12. comment
    Comment #46005876

    got it, yes so currently this is built just for one user - one set of credentials, but passing user credentials through is something we want to add. thinking a native connection to…

  13. comment
    Comment #46005536

    thank you, will get a more detailed benchmark out soon!

  14. comment
    Comment #46004927

    no dependency injection at the moment... this is something we are exploring. adding dependencies would require rebuilding the execution runtime, which is something we want to open …

  15. comment
    Comment #46004917

    hey! the way it works is that the llm is first given snippets in typescript that tell it how to use the various MCP tools. it then can code, in typescript, and execute all of the t…

  16. comment
    Comment #46004768

    thank you! on your second point, check out how we lock down the sandbox with a custom deno runtime! https://github.com/portofcontext/pctx/tree/main/crates/pctx_... on third, will d…

  17. comment
    Comment #46004697

    nice! will follow your progress! love that this runs locally as well

  18. story
    Show HN: Pctx – OSS to build efficient AI agents with Code Mode

    Hey HN! I built pctx, a framework that lets AI agents execute code directly instead of making tool calls to save on tokens on MCP. I've been working on code generation in Rust for …

  19. story
  20. story
  21. comment
    Comment #45031691

    Interesting, are you using LLM rules files?

  22. comment
    Comment #45031050

    And you're stuck maintaining the glue by hand because no generator understands the relationships between all these different systems.

  23. story
    Show HN: Sideko – Hybrid deterministic/LLM generator for API SDKs and docs

    Hi HN, I’m Patrick. Elias, Kevin, and I are building Sideko ( https://sideko.dev ), a new type of code generator for building and maintaining API client SDKs from OpenAPI specs. Tr…

  24. story
  25. comment
    Comment #44670514

    An SDK generation solution that utilizes a macro! in Rust to maintain custom files added between code generations with zero configuration.