matteogrella

↗ HN profile [ 30.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. While working on openai-agents-go, I wanted users to define tools by passing in a plain Go function and have the agent figure out the inputs automatically. But I ran into a gap: Go's reflect gives you parameter types…

  2. Among the agentic AI frameworks I’ve tried, OpenAI's Python Agents SDK has the best balance of features and simplicity. Since I usually understand software by porting it to another language, I contributed to a Go…

  3. Waveny is a Go library and command-line utility designed for emulating guitar amplifiers and pedals through deep learning.

  4. RWKV.f90 is a port of the original RWKV-LM, an open-source large language model initially developed in Python, into Fortran. Known for its robust capabilities in scientific and engineering computations, the primary…