Live data from Hacker News

Viewing profile — sfaist

sfaist

HN member
Joined
Sat, Dec 17, 2022, 10:57 PM UTC
HN karma
14
Public activity
26 items

About sfaist

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: Customizable SAP MCP Server

    Hi, I'm Stefan, cofounder of superglue. People use superglue to connect their agents to all kinds of legacy systems. Now, we have released our own prebuilt mcp server for SAP and w…

  3. story
    Show HN: ClawGuardian – Security Plugin for OpenClaw

    I built a plugin for OpenClaw that intercepts tool calls before and after they execute and checks for: Secrets: API keys, tokens, cloud credentials, private keys PII: SSN, credit c…

  4. story
    Show HN: Superglue – OSS integration tool that understands your legacy systems

    If you've ever worked in a large company, you've probably encountered "shadow infrastructure": scripts nobody understands or custom connectors written once and never touched again.…

  5. comment
    Comment #44765861

    superglue (yc w25) | Founding Engineer | Onsite in Munich, Germany, 70-100k + 0.5-2% Equity superglue is an integration layer for developers, agents, and enterprises. Our open sour…

  6. comment
    Comment #44673015

    We would've assumed that the llms are much better at writing working code since it's not random APIs but rather established API patterns which they should be able to one-shot (e.g.…

  7. comment
    Comment #44672979

    Quite interesting actually. not sure why, I assume it just overthinks. What suprised me even more is how bad o4-mini performed, after taking up hours of evaluation time and more cr…

  8. story
    Show HN: LLMs suck at writing integration code… for now

    Hi HN! Stefan here from superglue and today I’d like to share a new benchmark we’ve just open sourced: an Agent-API Benchmark, in which we test how well LLMs handle APIs. We gave L…

  9. comment
    Comment #44648597

    The reason we think this would be interesting to share here is that these llm benchmarks seem increasingly disconnected from reality. idc if the llm can solve a PhD math question o…

  10. comment
    Comment #44159489

    Hi folks, I'm Stefan, founder of superglue. To be upfront, we are building an integration agent and had this mildly weird idea of exposing the capabilities through MCP and see what…

  11. story
    Show HN: MCPglue (Open Source) – Let your agent build its own tools

    We found that many devs struggle building agent tools that work for each use case while not overwhelming the agent with too many options to pick from. That’s why we built MCPglue s…

  12. comment
    Comment #44119138

    Hey HN, I'm Stefan, co-founder of superglue. Adina and I started working on automating data pipelines and transformations about a year ago. Folks love our agent for building and ma…

  13. comment
    Comment #43212421

    Sure, email me: stefan@superglue.cloud

  14. comment
  15. comment
    Comment #43202225

    my personal understanding (anyone feel free to correct me here) of MCP is that it is basically a standardized interface for tool use. So, if you as an API provider (e.g. stripe) wa…

  16. comment
    Comment #43202104

    Not quite. The server runs standalone, so you can use it just as you would use linux as part of your project without affecting your own code. The client libraries that become part …

  17. comment
    Comment #43200918

    If you're self-hosting, you can bring your own model and there are no limitiations. For the hosted version, we currently do custom pricing agreements with our customers using this …

  18. comment
    Comment #43200223

    Thanks for sharing! We're taking a bit of a different angle here. The APIs we are looking at are not the ones that websites are using, but rather then ones you would typically inte…

  19. comment
    Comment #43200023

    self healing is already a feature :)

  20. comment
    Comment #43200018

    Thanks! The primary reason is because we want folks to be able to run this locally and contribute to the project / fix issues as they come up. This is much harder when you have a b…

  21. comment
    Comment #43198959

    Thanks for flagging this. Odd. Did this happen on the website or in the actual app? Might be a server overload looking at our logs.

  22. comment
    Comment #43197760

    depends on your usecase: - this abstracts away a lot of the complexity, including pagination and format conversion. Also integrated logging and schema validation. - this is self-he…

  23. comment
    Comment #43197639

    Yes, it does update and cache changed schema for the target API. At runtime. The way it works that every time you make a call to superglue, we get the data from the source and appl…

  24. comment
    Comment #43197158

    you can give it any context you have, worst case in text form, and the llm will try to figure it out, call different endpoints etc. Recently someone mentioned to me the intern test…

  25. comment
    Comment #43197028

    working on it... ping me if you have a usecase in mind and I can set it up for you.