惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Jina AI
Jina AI
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
I
InfoQ
L
LangChain Blog
The Cloudflare Blog
IT之家
IT之家
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
博客园 - 聂微东
美团技术团队
博客园_首页

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Ask HN: Students, What Impact Is AI Having on Your Educat...
ciwolex · 2026-05-31 · via Hacker News - Newest: "AI"

Studied Information Systems in Germany. Dropped out about 6 months ago. Here is what AI changed since 2022:

1. Actual coding skills decline When I started my studies in 2022 I had general knowledge of the web: HTML, CSS, a bit of JS and some Python because I'd built a web scraper once. During the first semester ChatGPT launched. I was skeptical and two feet deep in my weekly Java coding assignments, spending about 20 hours each week on easy, medium, and hard Java programming tasks alongside introductory CS lectures. I'm extremely happy that I started adopting AI a little later, probably around Q2 2023. By then I had already built my first solo side projects and thought: that's it, I now need to build a business using AI! I still watched a lot of YouTube videos about Spring Boot back then and really taught myself the basics, aided by ChatGPT here and there. Fast forward a few years: my university dropped the coding homework tasks because everyone did them with AI and introduced 3 in-person exams during the semester inside lecture halls where you had to solve coding exercises without AI. I personally noticed my coding skills declined significantly because of heavy AI-assisted coding adoption. I used to be very skeptical of AI directly editing my code and used the ChatGPT on one screen, code editor on the other approach for a long time which was the sweet spot between increased productivity and still understanding everything I wrote. Nowadays I just prompt and accept.

2. Long-term retention of knowledge drops Through tools like NotebookLM and Google Gemini (which was the go-to education AI at my university and from what I heard at others too) you don't even need to read actual sources, scripts, or papers anymore. You just upload everything and have it summarized. Upload your lecture scripts, homework assignments, old exams, and ask the AI to explain everything and create exercises for you. This works. But you only optimize for the exam. Like fine-tuning a model for a specific task, you fine-tune your knowledge input to pass the exam rather than building a holistic, deeply rooted understanding. When I used to write my own summaries, read through lecture scripts, and actually attend tutorials, the knowledge I gained stayed with me much longer.

3. You solve tasks instead of learning Convenience is the enemy of every student. AI has become so convenient that you really have to kick yourself to do anything without it. Reading something, writing something... at every task you tend to think: "I know I could do it, I'm capable enough, but it's just not worth my time when I have other assignments." It has genuinely become too convenient. It's like your brain builds up friction against using itself and would rather outsource to AI because it's less demanding and exhausting. I recently heard that Google researched something similar and is now trying to build friction into their products that sometimes guides users toward an answer instead of just giving it to them.

What I observed during my studies mirrors what I now see in my professional life: using AI for coding has become so convenient that you just prompt nearly everything and gradually lose the ability to code (and maybe even to think independently).

That convenience problem is actually what I'm trying to solve in a different context with my current project.