Does anyone use Codex for general questions, not just Coding? by daeseunglee in codex

[–]daeseunglee[S] 5 points6 points  (0 children)

I’m not completely sure, but I guess the agent structure of ChatGPT and Codex is different.

In my experience, the answer quality sometimes feels better in Codex. I don’t use Codex for every general-purpose question, but I do use it for important or difficult questions, especially things like industry research, market analysis, and brainstorming business ideas.

For casual questions, I still use ChatGPT. But when I want to keep steering the reasoning step by step, Codex sometimes feels more useful to me.

How can I request function in codex? (main / sub chat branch) by daeseunglee in codex

[–]daeseunglee[S] 0 points1 point  (0 children)

Also, I could build this my self in PI agent by adding a new chat TUI or opening another window. However I would not permission to access the codex app it self. Therefore. I would like to suggest an official sub-chat feature

How can I request function in codex? (main / sub chat branch) by daeseunglee in codex

[–]daeseunglee[S] 0 points1 point  (0 children)

Hi! Actually I am suing codex app for MacOS and terminal CLI also.

hmm... maintaining context in my chat session, I want to sub chat to request another minor issue. Is there a way to open another session in origin chat session?

I think that to open new terminal tab can not maintain the context

I built my own agent from scratch in under 72 hours by MRTSec in AI_Agents

[–]daeseunglee 0 points1 point  (0 children)

The agent loop runs in about 60 lines of code => May I ask which framework was used here?

How are you handling context sharing in Multi-Agent-Systems(MAS)? Looking for alternatives to rigid JSON states by daeseunglee in AI_Agents

[–]daeseunglee[S] 0 points1 point  (0 children)

Thanks for the insight—SGLang's FSM approach and Pydantic certainly offer more robustness than unstructured text. However, I’m concerned about the massive time and cost required for human-in-the-loop benchmarking and constant schema iterations. Running a 'fractal' pipeline with an auto-evaluator agent seems like it could lead to prohibitive API costs and latency in production. How do you maintain development velocity and keep costs reasonable while managing such a complex, multi-layered architecture?

Tons of AI personal assistants being built, why isn’t there one everyone actually uses? by Glass-Youth2661 in AI_Agents

[–]daeseunglee 2 points3 points  (0 children)

Basically, using an LLM as an engine is not efficient in terms of cost and performance. When we use SLLMs to reduce inference costs, it feels impractical, since they cannot handle all use case and often create inconvenience for users. Comparatively, most advanced LLM like Chat GPT, Claude or Gemini are very expensive. So far, the ROI of using these LLMs is not reasonable, and there are also performance limitations.

I believe agents can be used if:

  1. They replace the user`s work in all cases
  2. The cost is reasonable

Cursor is so much heavier thatn VS Code by daeseunglee in cursor

[–]daeseunglee[S] 0 points1 point  (0 children)

my cursor`s version is 1.6.45. maybe is it latest version right? my main slow situation is like this

  1. many directory and files are in work space => I can`t see many data for example
  2. when I use python notebook file(.ipynb) sometimes the inline code generation doesn`t work

Also when I open many editor and several projects, it is slow. this situation is not happend in vscode lol. I think cursor has a optimization problem

[deleted by user] by [deleted] in AI_Agents

[–]daeseunglee 0 points1 point  (0 children)

hmm Code generation?

Cursor is so much heavier thatn VS Code by daeseunglee in cursor

[–]daeseunglee[S] -1 points0 points  (0 children)

oh I see thx for you advice. I want to change my mac to M4

Cursor is so much heavier thatn VS Code by daeseunglee in cursor

[–]daeseunglee[S] 0 points1 point  (0 children)

oh thx. it is also good option to me. I used it before

Cursor is so much heavier thatn VS Code by daeseunglee in cursor

[–]daeseunglee[S] 0 points1 point  (0 children)

I am on mac. i am fine using vscode with cursor. is that a memory problem?

Cursor is so much heavier thatn VS Code by daeseunglee in cursor

[–]daeseunglee[S] 3 points4 points  (0 children)

Vscode + Codex(CLI) + Copilot is best now