Hacker News new | ask | show | jobs
by EarthLaunch 1128 days ago
Use LLM for the broad strokes, then fall back into 'hardcore JS' for areas that require guarantees or optimization. Like JS with fallback to C, and C with fallback to assembly. I like the idea.