Codex-maxxing
11–20 of 90 posts
Re: Codex-maxxing
#12Re: Codex-maxxing
#13And about voice mode, I thought it was a good idea but I seriously don't know how you guys use it, my thoughts whenever I use voice are "aaaaaaaaahhhhhh, uhmmm" and then cancel it so that I can type and organize my thoughts. I don't really think those "brain dumps" are useful when you are thinking out loud like "We should really do X oh wait but actually Y is in the way and we have to take into consideration Z, but wait Y was actually done" and so on, and it turns out that your assumptions are wrong, it becomes a mess. I am in favor of the LLM to work with facts and always verify it. To me this post is basically selling Codex app and that's it, nothing new inside.
Re: Codex-maxxing
#14in tsz ( https://tsz.dev ) I am Codex-Maxxing with this: Give each Codex an AgentName and ask them to mark their PR/issue/comments with those. Have one or two "managers" that manage PRs and overall project direction. I write the project directions and make long lasting issues. Each Codex session has an almost unachievable `/goal` but they are asked to achieve the goal by landing changes in `main` via PRs I am running…
Do you know about Perry, a TypeScript to native binary compiler also in Rust? That might be interesting to collaborate on. https://old.reddit.com/r/typescript/comments/1rjxo8z/what_if... https://perryts.com/
I think my architecture can be faster than tsgo albeit a much more painful codebase to work on. But I'm not claiming any sort of achievement yet.
Ultimately users have to decide and I have to show a very strong case that someone should use a nonofficial rewrite over Microsoft's own code.
Will tsz be a success? I am not sure. Am I learning and having fun? for sure!
Re: Codex-maxxing
#15> Every 30 minutes, check Slack and Gmail for unanswered messages that need my attention... > When I come back to Slack, replies are often already sitting in drafts. I still decide what gets sent, but the expensive part of gathering context is done. This just feels so dystopian to me. I hope that I never work with you or someone else doing this. I personally do use LLMs for work messaging but I'm extremely careful to…
Re: Codex-maxxing
#16All the AI stuff lately is just like Unix Porn reddit but posted to places where the people don’t care about it.
Re: Codex-maxxing
#17> Every 30 minutes, check Slack and Gmail for unanswered messages that need my attention... > When I come back to Slack, replies are often already sitting in drafts. I still decide what gets sent, but the expensive part of gathering context is done. This just feels so dystopian to me. I hope that I never work with you or someone else doing this. I personally do use LLMs for work messaging but I'm extremely careful to…
If the other people in the org are using LLMs to a similar degree, any question to which an LLM can provide a good answer to will never get sent. How useful are the draft replies then?
Re: Codex-maxxing
#18Most people I know underutilize voice mode. Such a game changer for making brain dumps the LLM can just gobble up
Re: Codex-maxxing
#19Earlier quoted context omitted.
Do you know about Perry, a TypeScript to native binary compiler also in Rust? That might be interesting to collaborate on. https://old.reddit.com/r/typescript/comments/1rjxo8z/what_if... https://perryts.com/
Yes I'm aware of that. Perry is a different project. Folks at Oxi tools are also doing something similar (a ts checker) but that's also not 100% compatible with tsc. My goal with tsz is a superset of tsc that's stricter (for now it's called Sound Mode). But matching more than a decade of work that TypeScript has put in has been a long journey already. None of the existing TypeScript rewrites are matching the original…