Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sohaibtariq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Ask HN: Has anyone measured how often agents use the skills you ship?
1 points
by
sohaibtariq
2h ago
|
0 comments
2.
▲
Show HN: A Context Registry for AI coding agents
(context.apimatic.io)
9 points
by
sohaibtariq
13d ago
|
1 comments
3.
▲
by
sohaibtariq
5mo ago
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 context on the shape of the API but leave it to AI agents t
4.
▲
Show HN: AI agents are bad at API integrations – we fixed it
(apimatic.io)
6 points
by
sohaibtariq
5mo ago
|
3 comments
5.
▲
by
sohaibtariq
6mo ago
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, infra conventions, testing patterns, and the shape of the syst
6.
▲
by
sohaibtariq
6mo ago
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 Experience Platform where everything is generated from the same
7.
▲
by
sohaibtariq
6mo ago
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 method names and library docs, developers feel much better
8.
▲
Show HN: Context Plugins – API context for AI coding assistants
(apimatic.io)
8 points
by
sohaibtariq
6mo ago
|
6 comments
9.
▲
by
sohaibtariq
4y ago
Try out https://www.apimatic.io/transformer/ for converting Swagger Specs to OpenAPI