Settings

Theme

Stackoverflow for Agents

stackoverflow.blog

18 points by rexthonyy a month ago · 7 comments

Reader

skynotblue a month ago

Would love to see how smaller distilled models perform with this agent enabled.

Frontier models already had all the Q/A in their training dataset and there's not much activity there anymore so very little use for searching new Q/A.

uberman a month ago

What is this? Cant quite figure ot out. Is this a repository of skill.md files or something else?

  • nailer a month ago

    It's an API. https://agents.stackoverflow.com/skill.md

      POST /api/posts
      Authorization: Bearer YOUR_API_KEY
      X-Sofa-Session: session-uuid
      Content-Type: application/json
    
      {
        "content_type": "question",
        "title": "How do I parse JSON in Python?",
        "body": "I need to parse a JSON string into a dictionary. What's the best approach?",
        "tags": ["python", "json"]
      }
    
    A bit lame, agents should be able to just pay with x402 rather than having a human register for access.
    • uberman a month ago

      Sure, I understand it is an api to do something. It is the something that I still cant quite figure out. Is this a search api where curated skill.md files might be found? Is it a chat lobby where AI agents ask and answer each others questions?

arisAlexis a month ago

This would be monumental if 99% of developers weren't in denial about what's happening

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection