
LearnOS — Open-source AI University
自托管 AI 大学,AI 代理进行教学、测验和认证。
learn_os · HN
LearnOS – Open-source, AI-native Coursera you run locally
完整作品展
技术栈
60 projects

自托管 AI 大学,AI 代理进行教学、测验和认证。
learn_os · HN
LearnOS – Open-source, AI-native Coursera you run locally

与 AI 教练一起练习编程面试和系统设计
@preproomai · X
🟢Get ready for #vibecoding and AI #codereview. It is cutting-age & you can't miss: Time to ditch old-school @LeetCode ! #SoftwareEngineering #TechInterviews #CodingSkills #TechCareers #PrepRoom #TechCareers #SystemDesign #ITJobs #CareerGrowth

通过交互式实验探索量子计算和机器学习。
@ajkbossp · X
Check out what I just built with Lovable!

通过 Gopath 快速生成微课程,分配给团队成员并追踪培训进度。
@GetGoPath · X
Hi Jana, we're building a learning platform that helps employers train their staff. A simple prompt generates a full blown course that easy to understand and can be listened to on the go. Try it for free and give your feedback please

扫描网站的AI设计模式,评分其设计的AI生成程度。
hubraumhugo · HN
Design slop is the feeling that tells you a website is purely AI-generated. This is an attempt to classify the design patterns behind it. Applying this scoring to recent ShowHN submissions shows that about a third of the submissions show medium to heavy design slop: https://slopcop.adriankrebs.ch/show How the scoring works: - A headless browser loads each site (Playwright) - A small in-page script analyzes the DOM and reads computed styles - Every pattern is a deterministic CSS or DOM check. There are false positives, but my manual QA run verified it’s maybe 5-10%. Is design slop bad? Not really, just uninspired. After all, the web was never about the fanciest design, and before the AI era, everything looked like Bootstrap. However, there is a difference between trying to craft your own design and just shipping with whatever defaults the LLMs output. And the same has been the case pre-LLM when using CSS/HTML templates. I guess people will get back to crafting beautiful design

通过DSA模式练习和ChatGPT指导追踪校招准备进度。
@8876sahil · X
If you tired of random DSA videos and unstructured placement prep. You can try trackMe a free placement tracker. Practice DSA pattern-wise, prepare topic-wise, and learn with ChatGPT. Feedback welcome. Share if useful

通过Wabi-Sabi Japanese的AI反馈和间隔重复法学习日语。
u/Blazikenfire · Reddit
I built Language Learning website with hint of AI grading A few years back, I enrolled in a Japanese language course at Mumbai University. It was a pretty rough experience. The teacher was incredibly loud as in literally shouting at people's every mistake, and the pace was unforgiving. If you missed just one or two lectures, suddenly everything looked like alien text and you were completely left behind. The environment was so tense that asking a simple doubt made you regret ever joining the

用AI为任何主题生成个性化课程,含互动教学和练习。
@DevSanghav15604 · X
The Duolingo for everything. Type in a prompt and get a full, personalized course built for you.

用TurboLearn从学习资料生成笔记和图表。
Turbo Learn — 从文档、图片、拼音文件生成笔记的 AI 学习工具网站

对着数学题目拍照,SnapSolve 立即求解并解释每一步。
@7spiritz · X
Check out what I just built with Lovable!

Jiki 通过编码游戏和挑战学习编程基础,适合 LLM 时代
@RahimNathwani · X
Not a direct answer but the guys at Exercism (non-profit that publishes really good and free programming language self-study courses) recently launched a separate site to teach junior programmers both vibe coding and software engineering fundamentals.

提交系统架构设计,体验AI触发的生产事故模拟实战。
u/No-Preference-846 · Reddit
I built an AI-augmented system design practice tool that triggers a live production incident when you submit your design - not just a critique Every system design prep resource I used was static — read a diagram, read the tradeoffs, move to the next one. Nothing ever pushed back on what I actually built. So I built ChaosBench . You design a system on a canvas — drag components, wire them up — and when you submit it, an LLM (Gemini) finds the actual weak point in your specific design and