@Shpigford@IanLandsman@conductor_build Yeah I’ve come to appreciate conductors chat experience quite a bit. And the automated summaries, linking workspaces etc. I feel like I could get 80% there with some hooks etc but not the same. It’s a bummer for sure.
@Shpigford@IanLandsman@conductor_build Have you fiddled with big terminal for Claude? I may try that. Codex has not stuck for me either despite repeated attempts. I’m thinking I maybe write some hooks or something in my setup script to inject some conductor context (conductor port etc)
@charlieholtz Any thoughts on maybe custom hooks etc to make big terminal usage with Claude more integrated? Love love love conductor but never seem to stick with codex despite multiple attempts.
@TheStalwart A lot of the more serious discussion I’ve seen has begun to call it “agentic engineering,” and maybe that’s just semantics but people building real stuff vs slop still build with an engineering mindset.
@arvidkahl Prior to using conductor I basically rolled my own version of this with a setup/teardown shell script that I invoked with a custom claude skill.
@arvidkahl Conductor dedicates a 10 port range to each worktree and has setup/run/teardown scripts that can be triggered. I have my setup/teardown scripts handle setting up docker, databases etc.
@Shpigford@conductor_build Been playing with conductor. Absolutely love the way it allows me to quickly create a toggle between multiple workspaces/worktrees. Am I crazy though that I have anxiety that I’m not getting the full Claude code experience by using their chat ui vs cc tui?
@buccocapital I agree that all these layoffs will cite ai and that they are coming—but why do companies feel the need for the air cover? Why not just say the truth out loud?
@GerberKawasaki There has never been a better time to be a programmer…as long as you enthusiastically embrace AI. The best now operate with 10x leverage (or more) and the lower cost to build generates more demand for custom software.
@Shpigford I have a suspicion that there is quite a bit of astroturfing and sponsored posting coming from one (or both) labs. I like both codex/opus and use them both but lean more to cc still. Wonder if some of this is stack dependent. Opus 4.5/6 one-shots every decent plan in rails
@Shpigford@nijikokun@conductor_build I haven’t played with this in codex desktop yet, but I already had a bash script that would spin up and tear down docker stuff, handle unique port assignments etc. required a few tweaks in app config too. Claude code wrote the script of course.