HackerTrans
トップ新着トレンドコメント過去質問紹介求人

loh

no profile record

投稿

[untitled]

1 ポイント·投稿者 loh·先月·0 コメント

Coffee appears to rewire the gut-brain connection

sciencedaily.com
19 ポイント·投稿者 loh·2 か月前·15 コメント

5G and 6G networks could help devices run AI without needing powerful chips

pratt.duke.edu
1 ポイント·投稿者 loh·5 か月前·0 コメント

Shape-shifting molecules as future AI hardware

sciencedaily.com
1 ポイント·投稿者 loh·6 か月前·0 コメント

Researchers Show Today's Quantum Computers Can Reliably Study Complex Physics

thequantuminsider.com
3 ポイント·投稿者 loh·6 か月前·0 コメント

Normal Computing tapes-out first thermodynamic chip (2025)

datacenterdynamics.com
2 ポイント·投稿者 loh·6 か月前·0 コメント

Predictions for Embodied AI and Robotics in 2026

dtsbourg.me
2 ポイント·投稿者 loh·6 か月前·0 コメント

Artificial neurons that replicate biological function

viterbischool.usc.edu
2 ポイント·投稿者 loh·6 か月前·0 コメント

コメント

loh
·先月·議論
Actually quite good for a meme library! Unironically considering using some of this, or pulling some inspiration from it at least.

Also, I'm curious as to when the animated gradient text started being a popular thing. I started doing it back in 2021 or so. I think I was inspired by some of Apple's webpages at the time.
loh
·6 か月前·議論
Not really, no, at least not with Claude. It seems to already understand the UE5 way of doing things, but there were a couple of edge cases for new features beyond its cutoff date where I had to refer Claude to the UE5 documentation. Once it read the documentation however, it understood and continued without issue. Also, for any compilation errors, I just copy and paste the error messages into Claude Code and it usually fixes it immediately.
loh
·6 か月前·議論
Just for fun, I built a first person shooter game in UE5 from scratch using agentic coding. I've only spent a couple of months on it in my free time so far, and it isn't complete yet, but it's close enough that I could definitely release an early access version with another month or so of work. The most time consuming tasks have actually been tasks that agentic coding hasn't been able to help out with, like animations and mapping. The game is mostly written in C++ and sometimes the agent makes some bad decisions, but with a bit of extra guidance and being smart about my git commits so that I can revert and try again if necessary, I've always been able to make it work the way I want. I most definitely would not have been able to build this on my own in any reasonable amount of time.

FWIW it seems like it heavily depends on the agent + model you're using. I've had the most success with Claude Code (Sonnet), and only tried Opus 4.5 for more complex things. I've also tried Codex which didn't seem very good by comparison, plus a handful of other local models (Qwen3, GLM, Minimax, etc.) through OpenCode, Roo, and Cline that I'm able to run on my 128 GB M4 Max. The local ones can work for very simple agentic tasks, albeit quite slow.