🍄

110 posts

🍄

🍄

@liltechnomancer

Katılım Mart 2026
46 Takip Edilen23 Takipçiler
🍄 retweetledi
Rhys
Rhys@RhysSullivan·
I'm now building Executor full time as a startup! The state of tool calling is a mess: - Everyone is using different agents - You have no idea what actions are going to run - Destructive actions are treated the same as normal Executor lets you set up everything once & use it with any agent. You're able to control what tools can be called, require approval on destructive actions, and invite your team to all use them. Under the hood, it's built on codemode to let you add thousands of tools with 0 context bloat. I've been using it for a month so far and it has completely changed how I interact with agents. There's so much to be built here, immediately next up on the roadmap is workspaces, skills, workflows, and generative ui. Everything is being built open source over at github.com/RhysSullivan/e…, there's a lot more coming on an SDK to embed it into your own agents, a self hostable cloud app, and plugins There's an early beta version over at executor.sh. It's very early on - if you hit any bugs let me know and I'll get them fixed up, excited to share more as I build it!
English
147
77
1.5K
194.9K
🍄
🍄@liltechnomancer·
I am releasing an agent framework soon that has conceptually split agents and workspaces. A workspace consists of data and the tools to operate on it. They belong together, and are not "the agent" I am happy I walked down this path because features are falling out of the arch.
English
1
0
1
50
🍄
🍄@liltechnomancer·
Ive mentioned to a few people, and will start to bang this drum a lot more soon, but your agent should connect to "workspaces" and I recommend a network call in-between the agent and workspace for many reasons. This is a class of sneaky bug I am currently totally avoiding.
Larsen Cundric@larsencc

Be careful using Lambdas as isolated agent environments. One thing I learned the hard way: /tmp does not auto-clean between invocations on a warm Lambda. If one agent run leaves files behind, the next run on the same instance can see them. That can mean: > data leaking between sessions > weird nondeterministic bugs > disk filling up over time Always treat /tmp as potentially dirty state.

English
1
0
2
68
🍄 retweetledi
Ian Landsman
Ian Landsman@IanLandsman·
Was just helping a customer whose first purchase was 2007. First sale $387. Lifetime spend $42,033. #longgame
Ian Landsman tweet media
English
1
1
47
2.2K
🍄 retweetledi
Dillon Mulroy
Dillon Mulroy@dillon_mulroy·
many such cases
Dillon Mulroy tweet media
English
8
3
339
28.8K
🍄
🍄@liltechnomancer·
@dillon_mulroy @wishee0 I used a builder pattern for a testing DSL to great success right at the start of my career to get a QA team to be able to write tests. Then never successfully again.
English
0
0
0
24
Dillon Mulroy
Dillon Mulroy@dillon_mulroy·
@wishee0 i’d say don’t give more than one day to do something, esp in the age of ai wrt the builder pattern, i always feel clever and good when i implement it but have never not ripped it out later
English
4
0
24
2.8K
vaish
vaish@wishee0·
what's the general consensus on builders? what if, hypothetically, you had step builders for cloudflare workflows? would you use it? let's say, step.build("name").do(fn)
English
1
0
4
3K
🍄
🍄@liltechnomancer·
@dillon_mulroy @mattpocockuk Short pre written topic explainer + diagram + example problem + agent set to help learn not do. Devastating potential
English
0
0
0
28
Dillon Mulroy
Dillon Mulroy@dillon_mulroy·
@mattpocockuk i saw somebody talking about using auto research for this - basically the loop would be: 1. teach a concept 2. quiz on concept 3. failed quiz? go to 1 and teach with different approach, else go to 1 and teach next concept
English
14
0
82
3.4K
Matt Pocock
Matt Pocock@mattpocockuk·
Really, really tempted to make a /learn-to-code skill
English
121
18
900
51.6K
🍄
🍄@liltechnomancer·
@dillon_mulroy @mattpocockuk I actually thought about making a site that has curated problems + prompts to help students learn them not do it for them.
English
0
0
0
37
🍄 retweetledi
Rhys
Rhys@RhysSullivan·
executor now has a desktop app! add whatever MCPs / OpenAPIs / GraphQL servers you want once and then every agent can use them converts them all into code mode under the hood, so you can have thousands of tools and no context bloat everything stays 100% local on your device
English
41
27
480
44.1K
🍄
🍄@liltechnomancer·
Crazy how y2k happened again but this time they fired us all right before.
TANSTACK@tan_stack

SECURITY ADVISORY — TanStack npm packages A supply-chain compromise affecting 42 @tanstack/* packages (84 versions total) was published to npm earlier today at approximately 19:20 and 19:26 UTC. Two malicious versions per package. Status: ACTIVE — packages are deprecated, npm security engaged, publish path being shut down. Severity: HIGH — payload exfiltrates AWS, GCP, Kubernetes, and Vault credentials, GitHub tokens, .npmrc contents, and SSH keys. If you installed any @tanstack/* package between 19:20 and 19:30 UTC today, treat the host as potentially compromised: • Rotate cloud, GitHub, and SSH credentials immediately • Audit cloud audit logs for the last several hours • Pin to a prior known-good version and reinstall from a clean lockfile Detection — the malicious manifest contains: "optionalDependencies": { "@tanstack/setup": "github:tanstack/router#79ac49ee..." } Any version with this entry is compromised. The payload is delivered via a git-resolved optionalDependency whose prepare script runs router_init.js (~2.3 MB, smuggled into each tarball at the package root). Unpublish is blocked by npm policy for most affected packages due to existing third-party dependents. All 84 versions are being deprecated with a SECURITY warning, and npm security has been engaged to pull tarballs at the registry level. Full technical breakdown, complete package and version list, and rolling status updates: github.com/TanStack/route… Credit to the security researcher for responsible disclosure.

English
0
0
1
44
🍄
🍄@liltechnomancer·
@thdxr LMAO I haven't even thought about that device and the goofy fishbowl eyes.
English
0
0
0
1.1K
dax
dax@thdxr·
we were mid meeting and all of a sudden ryan has his apple vision pro on working with zoomers, just don't do it
vogel@ryanvogel

YEAH

English
13
1
327
42.1K
🍄
🍄@liltechnomancer·
@threepointone @RhysSullivan I have put a lot of thought into this. I am moving many skills into the execution layer too if you want to chat about that. There are common "workflows" that are a mix of automated and agentic tasks. I have custom CLI's that will do automated steps then print a skill to console
English
0
0
1
120
🍄
🍄@liltechnomancer·
@WoodyDevs Hey! I just came across this video and loved it youtube.com/watch?v=gdF4n1… Im actually building something openclaw inspired for normies to do what you are saying no one will. I want to give people an open model modifiable agent running on cloudflare. Would love2 chat
YouTube video
YouTube
English
0
0
0
66
🍄
🍄@liltechnomancer·
The River announcement certainly is cool to me.
🍄 tweet media
English
0
0
0
33
🍄
🍄@liltechnomancer·
@thdxr This is a very good metaphor for how I work with it.
English
0
0
0
779
dax
dax@thdxr·
finally found the right metaphor for this shift in how i use opencode. i used to treat it like 3D printing, where you build the thing layer by layer and commit to each piece as you go now it feels more like progressive rendering, you start with a blurry version of the whole thing, then keep making full passes over it, and each pass sharpens the entire shape doing this with gpt 5.5 and voice prompting is the first time things feel like they're clicking
dax tweet media
English
133
58
1.6K
215.2K
🍄
🍄@liltechnomancer·
@aarondfrancis I had forgotten what a stomp rocket even was. Wow memories 🥰
English
0
0
1
58
Aaron Francis
Aaron Francis@aarondfrancis·
Happy pizza and stomp rocket day to all who celebrate
Aaron Francis tweet media
English
2
0
54
3.2K