Mitch Fultz

110 posts

Mitch Fultz banner
Mitch Fultz

Mitch Fultz

@fitchmultz

Applied AI Engineer building agent tools and workflows https://t.co/FyPcujTvkz

Idaho Katılım Aralık 2024
21 Takip Edilen44 Takipçiler
Sabitlenmiş Tweet
Mitch Fultz
Mitch Fultz@fitchmultz·
If you use pi, try pi-agent-browser-native. It makes agent-browser a native pi tool, so agents actually use browser automation instead of awkward bash glue. In my runs it has materially improved tool uptake, speed, and token-efficient browser work. github.com/fitchmultz/pi-…
English
11
9
238
11.1K
Mitch Fultz
Mitch Fultz@fitchmultz·
@thsottiaux I imagine it's impossible to stop "working." If you're like me it doesn't even feel like work. It's addicting and fun.
English
0
0
0
278
Tibo
Tibo@thsottiaux·
Ship => Feedback => Ship => Feedback => Ship => Oops something not quite right => Reset => Yay => Ship => … The never ending cycle of Codex improvements
English
208
52
2.1K
44.1K
Tibo
Tibo@thsottiaux·
I don't know why we ship on Saturdays now, but here are a bunch of nice improvements for Codex. Didn't feel right to hold this back until Tuesday when it all makes it a lot more delightful to use.
OpenAI Developers@OpenAIDevs

We’re having way too much fun working through your feedback. (Please, keep it coming.) Keyboard shortcuts are now customizable. Set Codex up around how you actually work, then tweak shortcuts from settings instead of adapting to our defaults.

English
181
61
1.8K
133.1K
Rhys
Rhys@RhysSullivan·
i really wish the codex app was open source, so many small tweaks i want to make to it to better suit my workflow genuinely really well made piece of software it feels so smooth, i was unfamiliar with openai's game
English
55
9
685
47.4K
Mitch Fultz
Mitch Fultz@fitchmultz·
@Howaboua Did you modify this intentionally? What does pi use by default?
English
1
0
1
14
Howaboua
Howaboua@Howaboua·
I've just realised I've been using Spark for compaction in Pi. This might not be the best idea. Yes, it uses up a separate quota and is super fast, but I am worried that it might be too dumb. Thoughts? Should I switch to mini?
English
2
0
1
179
Mitch Fultz
Mitch Fultz@fitchmultz·
Just shipped pi-agent-browser-native v0.2.28 🚀 Pi agents now get better real-browser workflows with: - no-op scroll diagnostics for dense dashboards - combobox recovery hints when clicks only focus the field - early ffmpeg warnings for recordings - leaner runtime guidance with on-demand docs - stronger secret redaction Built for agents driving real browser sessions with native tools. pi install npm:pi-agent-browser-native github.com/fitchmultz/pi-… @vercel @vercel_dev
English
1
0
2
52
Mitch Fultz
Mitch Fultz@fitchmultz·
Just shipped pi-cursor-sdk v0.1.10 🚀 Cursor SDK models now feel even more native in pi: - Cursor edit/write activity shows as clean tool cards - no double-running file mutations - safer read transcript fallbacks - better prompt budgeting - live /cursor-refresh-models - snapshot refresh tooling for maintainers pi install npm:pi-cursor-sdk github.com/fitchmultz/pi-…
English
0
0
1
32
Mitch Fultz
Mitch Fultz@fitchmultz·
@jwswj Now I can remove my github token from the cloud env. Great new feature.
English
0
0
0
24
Mitch Fultz
Mitch Fultz@fitchmultz·
Hey @thsottiaux, could Codex add a menu option to change a project’s working directory? Codex created a new project under Documents, but I wanted it in Projects. After moving the folder manually, my sessions disappeared.
English
0
0
1
31
Mitch Fultz
Mitch Fultz@fitchmultz·
@_gannon_ I couldn't tell you. Not something I've tried. I will add it to my roadmap to investigate.
English
0
0
0
25
Gannon Hall
Gannon Hall@_gannon_·
@fitchmultz Very cool. Starred for later. Does it speak electron? I have a skill for working with electron apps but it remains the most brittle aspect of agent-browser.
English
1
0
0
92
Mitch Fultz
Mitch Fultz@fitchmultz·
If you use pi, try pi-agent-browser-native. It makes agent-browser a native pi tool, so agents actually use browser automation instead of awkward bash glue. In my runs it has materially improved tool uptake, speed, and token-efficient browser work. github.com/fitchmultz/pi-…
English
11
9
238
11.1K
Mitch Fultz
Mitch Fultz@fitchmultz·
@syabro Have you seen the amount of escape errors models make when using bash tools? The alleviates a lot of that pain
English
0
0
0
21
Mitch Fultz
Mitch Fultz@fitchmultz·
@micLivs The tool version is far more reliable than using the bash version directly. The constant malformed tool calls with the bash version is what spawned the idea to make this. It's built to be more efficient and reliable. I am working on some further improvements now.
English
0
0
0
20
Michael Livs
Michael Livs@micLivs·
@fitchmultz Obviously :) but does it stumble a bunch before it gets stuff right or does it one shot stuff successfully
English
1
0
0
22
Mitch Fultz
Mitch Fultz@fitchmultz·
No skill file needed. This exposes agent_browser as a tool like read, write, bash and models will automatically invoke it.
English
0
0
1
58
Mitch Fultz
Mitch Fultz@fitchmultz·
@TheFelikZ No skill files needed. This shows up as a native tool like read, write, bash, etc.
English
0
0
0
14
FelikZ
FelikZ@TheFelikZ·
@fitchmultz Whats the benefits of using this compare to playwright-cli + skill? Yes it wraps tools to “native” tools, however the agent still have to draft tool call which is similar to drafting a CLI call
English
1
0
1
128
Mitch Fultz
Mitch Fultz@fitchmultz·
@micLivs No skill use at all. Since pi sees agent-browser as a native tool it automatically invokes it like it does the read, write, and other pi native tools.
English
1
0
0
53
Mitch Fultz
Mitch Fultz@fitchmultz·
@bennett2b Automations are incredibly useful. CI gates and actions are stuck with deterministic outcomes while Automations unleash a whole new world of possibilities.
English
0
0
2
31
Bennett Brownlow
Bennett Brownlow@bennett2b·
Spent time with a customer and an FDE on our team yesterday building Cursor Automations built on Cloud Agents. They estimated that one of the Automations we built will return 40 hours per week to their team. Insane. And we built 20 other Automations in 2 hours.
English
1
2
24
988
Lucas Meijer
Lucas Meijer@lucasmeijer·
i've been using pi + playwright + chrome, to close the loop for my agents on webapps. Is this still where it's at? are people using that chrome extension thing codex uses for computer use?
English
46
2
165
30.7K
Nikita M.
Nikita M.@meln1k·
@lucasmeijer I'm find agent-browser from vercel to work very well with pi.
English
1
0
0
1.1K
Happy
Happy@happy2png·
@lucasmeijer have you tried agent-browser from vercel using that atm with pi
English
1
0
0
1.4K
Anton
Anton@Anton_Kuzmen·
@lucasmeijer agent-browser + pi is the best browser automation yet. this is literally the only skill I have in pi (you can find it in their repo vercel-labs/agent-browser)
English
6
1
30
2.7K