Viewing profile — sohaibtariq
sohaibtariq
HN member- Joined
- Fri, May 13, 2022, 7:47 AM UTC
- HN karma
- 2
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About sohaibtariq
No profile information was provided.
Recent public activity
-
comment
Comment #49552886
[dead]
-
story
Show HN: A Context Registry for AI coding agents
Hi HN. We built an API context registry to help coding agents (like Claude Code) generate production-ready API integration code without blowing through token limits. We build a lot…
-
comment
Comment #47704942
The key insight for us was that the context needs to be language-specific and structured around actual SDK methods, not just an API Reference or OpenAPI Spec. Both of those provide…
-
story
Show HN: AI agents are bad at API integrations – we fixed it
Hi, we're Sohaib and Hannan from APIMatic. We've been building tools to help Developers integrate with APIs for 5+ years at APIMatic. We're now trying to help AI agents do the same…
-
comment
Comment #47544545
Very cool. If we want AI assistants to contribute to a codebase like a productive member of the team, they need the same kind of context you’d give a new hire. Coding standards, in…
-
comment
Comment #47541650
Good question. In our case, Context Plugins are not maintained as a separate context layer that can drift from the rest of the API surface. APIMatic offers an entire Developer Expe…
-
comment
Comment #47541164
From our benchmarks and internal tests, we’ve noticed a few trust signals developers look for. The first is simply what the model appears to be grounding on. If it’s pulling up SDK…
-
story
Show HN: Context Plugins – API context for AI coding assistants
Hi, we're Sohaib and Hannan from APIMatic. We built Context Plugins: given an OpenAPI spec, we generate SDKs and an MCP server that exposes structured API context to AI coding assi…
-
comment
Comment #31364555
Try out https://www.apimatic.io/transformer/ for converting Swagger Specs to OpenAPI