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

推荐订阅源

The GitHub Blog
The GitHub Blog
Martin Fowler
Martin Fowler
Vercel News
Vercel News
U
Unit 42
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
N
Netflix TechBlog - Medium
GbyAI
GbyAI
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
M
MIT News - Artificial intelligence
D
Docker
IT之家
IT之家
Stack Overflow Blog
Stack Overflow Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
When is AI fine in education?
Szymon Kucze · 2026-05-22 · via DEV Community

Szymon Kuczer

This question is one which appears often among communities I'm part of. Many fellow students share an uncertain stance on the use of AI in programming and that's very valid especially since many schools and institutions push the narrative: "AI is bad" or "You should not use AI or there will be consequences". Although it can be argued that this narrative is slowly shifting towards more acceptance of AI in coding, the uncertainty has stuck and many students are confused on how to use it in order to reach a perfect balance of learning and support.

My Personal Stance

Personally I think the educational narrative of "AI is bad" is flat out incorrect. I have used many different AI models to help me revise, refine ideas, and learn new concepts and it has helped me in each of those areas tremendously. A great example of this is an exam on certain topics and programming concepts in C which I had just over a week ago. My friend and I had just spent the week before trying to finish a 4,000 word essay and had very little time to revise so 2 hours prior to the exam we pulled up GLM 5.1 and prompted the model to provide us with 50 questions relating to lecture slides which we provided it. After 2 hours of going through the questions, researching topics we struggled with, and trying to cram as much as possible we felt very confident going into the exam. We both left the exam with a score of 86% each which felt great.

That wasn't my only recent experience using AI productively, I've also leveraged AI to help me structure the aforementioned 4,000 word essay and although I am yet to receive results for it I felt confident that it met the requirements of the mark scheme and guidelines. In fact I'd say it tremendously increased my productivity as I didn't have to concern myself with how to structure the essay but instead aim all my focus at writing code and the content of the essay itself.

My Recommended Best Practices:

In my opinion it's easy to cross a line using AI and have it write all your work and code but that's counterproductive due to a lack of challenge and actual learning. If you put no care or effort into it then you ultimately learn very little to nothing.

Firstly, you should rarely if ever have AI write an entire piece of work for you. Instead have it structure your essays or help plan out your coding tasks into easy to understand steps. This allows you to focus on the main body of your work and increase productivity substantially.

Secondly, always provide the model with your course handbooks and assignment briefs/guidelines. This way you don't waste time typing out a long prompt explaining the entire assignment and also provides the model with the exact and fully accurate information it needs to help you plan your work.

Thirdly, if you are revising for an exam always prompt the AI to teach you and quiz you until your quiz answers are adequate. By doing this you won't get walls of boring text and actually allow yourself to practice. Pairing this with the previous tip will allow you to revise extremely efficiently and you'll be surprised with the progress you make after an hour.

Conclusion

Institutions claiming "Using AI is wrong and dishonest" do not understand how beneficial AI can be if you use it appropriately and are ultimately falling behind. If you're a student yourself and struggle to find the right balance using AI models then the above advice should help you get there. Obviously feel free to experiment with different prompting styles and methods but the above tips have worked incredibly well for me.

Please feel free to let me know of any tips you may have in the comments and any feedback you may have for my tips.