logoalt Hacker News

wood_spirityesterday at 5:42 PM1 replyview on HN

> These are deep neural network architectures that are task-specific for things like OCR, translation, or GUI detection. The way they consume and see data is trained to be task specific, which makes them up to 100x more accurate at their specific task. They also produce useful metadata like bounding boxes and confidence scores, letting developers build predictable workflows they can rely on.

Does code extraction and manipulation fit in that? Would interfaze be the agent that a coding agent uses?


Replies

yoevenyesterday at 7:40 PM

Code extraction maybe, not something we have tested or built for but you could give it a try.

Code manipulation probably not since it's a lot smaller of a model compared to a Claude Opus which is SOTA for code generation/manipulation.

Generally code generation is a non-deterministic task by nature and general LLMs tend to be better at them.

show 1 reply