HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zoecarver

no profile record

Submissions

Iteration is all you need: ARC-2 solver inspired by Grover's search algorithm

github.com
4 points·by zoecarver·10 เดือนที่ผ่านมา·2 comments

Show HN: Gemini connected to 18 native iOS tools and shortcuts

saturn-live.app
6 points·by zoecarver·10 เดือนที่ผ่านมา·0 comments

Visual Reasoning and Tool Use Double GPT-5's Arc-AGI-2 Success Rate

github.com
2 points·by zoecarver·11 เดือนที่ผ่านมา·0 comments

Visual Reasoning and Tool Use Double GPT-5's Arc-AGI-2 Success Rate

github.com
4 points·by zoecarver·11 เดือนที่ผ่านมา·0 comments

How OpenAI Is Turning Monopoly Money into Real Debt

saturn.land
32 points·by zoecarver·12 เดือนที่ผ่านมา·10 comments

Beyond Nvidia: The Narrow Path for AI Hardware Challengers

saturn.land
2 points·by zoecarver·12 เดือนที่ผ่านมา·0 comments

Interoperability: Swift’s Super Power

speakinginswift.substack.com
37 points·by zoecarver·3 ปีที่แล้ว·5 comments

comments

zoecarver
·10 เดือนที่ผ่านมา·discuss
This solver treats ARC-AGI-2 as a search problem inspired by Grover's search algorithm. The approach uses program synthesis with multiple iterations where each iteration generates candidate solutions, grades them against training examples (similar to an oracle), and rotates the context window to place the best attempts last (most recent in context). Preliminary results on 60 sample problems from the ARC-AGI-2 evaluation set show 38% success rate.
zoecarver
·2 ปีที่แล้ว·discuss
Because of C/C++ interop, and integration with CMake, you can just add Swift to a Zephyr project and it pretty much Just Works. [The docs](https://github.com/apple/swift/blob/main/docs/EmbeddedSwift/...) should mostly apply to the Zephyr SDK as well.
zoecarver
·4 ปีที่แล้ว·discuss
Hello HN! C++ interop is a project I've been working on for a year and a half now, so you have no idea how cool it is to see this on the front page. Really made my day. Anyway, there are some really great questions in this thread (and some slight mis-understandings), if you want your questions answered, feel free to post them as a reply to the announcement on the Swift forums (linked above). I'd be happy to answer them :)

(To keep things organized, it would be great to have all the Q&A happen in one place, that's why I'm asking you post it in the forums. And remember, every question is valid, so don't be shy!)