Viewing profile — enismustafaj
enismustafaj
HN member- Joined
- Thu, Aug 20, 2026, 2:30 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About enismustafaj
No profile information was provided.
Recent public activity
-
story
Ask HN: Is observability over the dependencies in codebases still a problem?
Almost every codebase is calling a REST, gRPC, or a GraphQL API or using SDKs from an external or event internal provider. It gets harder to keep track of everything when the codeb…
-
comment
Comment #49424726
Yes the AST would be language specific, but I believe that it has benefits when it comes at code processing/modification within a programming language. For example when it comes to…
-
comment
Comment #49419042
Couldn't that problem be mitigated by offering the agents tools to query the AST and isolate the code they want to read or change? Wouldn't this work better that the grep tools? Re…
-
story
Ask HN: "AST vs. Code" as Context for AI Agents
What is better to provide to the AI Agent, a parsed version of code in the form of an Abstract Syntaxt Tree or the code itself? Where would it be more beneficial to make changes an…
-
comment
Comment #49375717
If breaking changes are introduced to existing APIS, the action does not detect and notify the developer. It could be a useful addition to the action checks!
-
comment
Comment #49375315
spec4j is a github action that converts your REST API definitions in Spring Controller Interfaces packaged in jars. It utilizes the simplicity of the TypeSpec language to write Typ…
- story