Comment by potamic Comment by potamic 2 days ago 1 reply Copy Link View on Hacker News This is cool. What are you using to trace data flow?
Copy Link akshaysg 2 days ago Collapse Comment - We use a mixture of LLMs (e.g. to identify the important variables to trace), language servers (to understand where a variable is originally defined and where it's used). Reply View | 0 replies
We use a mixture of LLMs (e.g. to identify the important variables to trace), language servers (to understand where a variable is originally defined and where it's used).