TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Socratic Method for Self-Discovery in Large Language Models

4 pointsby itsukaabout 2 years ago

1 comment

cs702about 2 years ago
It&#x27;s a clever idea: The authors instruct multiple LLM-simulated agents to assume different roles in a Socratic dialogue to figure out how to solve problems proposed by the user. Think of it as a <i>team</i> of LLM-simulated agents, each with a different set of goals and responsibilities (e.g., one may be creative, another may be analytical, another may be a proofreader, etc.).<p>Demo (video): <a href="https:&#x2F;&#x2F;vimeo.com&#x2F;821089266" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;821089266</a><p>Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;RunzheYang&#x2F;SocraticAI">https:&#x2F;&#x2F;github.com&#x2F;RunzheYang&#x2F;SocraticAI</a>