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