Skip to content

Making gptme work while you sleep #143

@ErikBjare

Description

@ErikBjare

What I and many seem to want is a way to truly put LLMs to work, ways to outsource higher volumes of work without explicit instruction/live oversight.

I think this is a fascinating problem, and in many ways how I hope to use gptme, but not really there yet.

Ideas:

What we should focus on:

  • Making gptme work on gptme while I sleep

What we'd need:

  • Tool customization
    • It is likely that performance would improve by limiting each step to a restricted set of tools (would at least save on tokens)
      • Implemented --tools option in 48d559b
  • Reliable message passing between gptme runs/agents
    • The current subagent mechanism of asking it to output JSON isn't the most reliable.
      • Maybe making it a prompt chain would fix it? (done in 0dd6583)

Issues:

  • How to avoid burning lots of non-value generating tokens while I sleep?
    • Make reliable, do intelligent tree-search of branches, limit retries

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions