Viewing profile — pmkelly4444
pmkelly4444
HN member- Joined
- Fri, Sep 17, 2021, 1:34 PM UTC
- HN karma
- 66
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About pmkelly4444
No profile information was provided.
Recent public activity
- story
- story
- story
-
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 …
- story
- story
-
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
- story
-
comment
Comment #46006075
e2b.dev is focused on this space
-
comment
Comment #46006014
yes! coming soon
-
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
-
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…
-
comment
Comment #46005536
thank you, will get a more detailed benchmark out soon!
-
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 …
-
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…
-
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…
-
comment
Comment #46004697
nice! will follow your progress! love that this runs locally as well
-
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 …
- story
- story
-
comment
Comment #45031691
Interesting, are you using LLM rules files?
-
comment
Comment #45031050
And you're stuck maintaining the glue by hand because no generator understands the relationships between all these different systems.
-
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…
- story
-
comment
Comment #44670514
An SDK generation solution that utilizes a macro! in Rust to maintain custom files added between code generations with zero configuration.