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

推荐订阅源

宝玉的分享
宝玉的分享
J
Java Code Geeks
S
SegmentFault 最新的问题
L
LangChain Blog
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
H
Help Net Security
阮一峰的网络日志
阮一峰的网络日志
Jina AI
Jina AI
N
Netflix TechBlog - Medium
A
About on SuperTechFans
博客园 - 叶小钗
美团技术团队
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net

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
Autograder - Finish-Up-A-Thon
Arthur Carvalho · 2026-05-28 · via DEV Community

Arthur Carvalho

GitHub “Finish-Up-A-Thon” Challenge Submission

This is a submission for the GitHub Finish-Up-A-Thon Challenge

This is: THE AUTOGRADER.

What I Built

As a child, I was not a good student, I was always disengaged and unfocused. I couldn't stay consistent on the schedule. After overcoming this, I built a strong commitment on helping people that struggle like i did. I built a strong commitment with education.

It's crazy how steve jobs nailed it when he talked about "connecting the dots". After working for 1 year as an english teacher and helping several people, i thought that was it, a good experience. However, in this year, when Rommel Carneiro my University teacher talked to me about working on a solution for student disengagement and teacher grading bottleneck, I could fully grasp the scenario. I had the whole perspective and was ready to contribute on narrowing down the solution.

The solution came to be the Autograder. It started from scratch, a single file with some lines of code. And we did something that was a success factor, at every new version of it, we had it be implemented in a learning process, which was everytime a bigger one. This allowed me to better map the key features to work on, based on student feedback.

We're far from a final product, but the current iteration is not that simple anymore. The Autograder is an extremely flexible, consistent and powerful tool for grading ANY kind of assignment. With support to AI evaluation and feedback generation, aswell as student code execution in isolated environments. We are proud to say that it has been used by more than 600 students now, being also applied in companies and in PUC Minas, my university.

Demo

GitHub logo webtech-network / autograder

Flexible, Consistent and Powerful Autograding Tool that grades and generates reports on your students submissions.

Autograder

Important

The Autograder is in active development. New features are being added continuously, and we welcome contributions from the community. We would love to hear your suggestions or feature requests! Don't hesitate on opening an issue on GitHub.


Overview

The Autograder is an advanced educational tool designed to efficiently and accurately grade student submissions using actual pedagogical standards. What makes it stand out is its highly elaborated grading methodology that follows teacher-configured rubrics and generates comprehensive, student-friendly feedback reports.

Why Autograder?

  • Teacher-Controlled Grading: Complete control over evaluation criteria with tree-structured rubrics
  • Educational Standards: Implements proper scoring categories (base, bonus, penalty) with weighted subjects
  • Multiple Assignment Types: Native support for Web Development, APIs, Command-Line Programs…

How the grading pipeline works:

Complete documentation:

The Comeback Story

We implemented several AI analysis tests and stablished a flexible pipeline architecture. Our major focus were on resilience and extensibility. Adding new grading templates is now as easy as creating a python class.

We also created an entire learning platform called Prisma that runs on top of the autograder. It is being used in my univerisity by every freshman student in computer science. Teachers are being able to automatize validations for algorithm implementation, forbidden lib imports, forbidden keywors (like while loops or for loops), error handling and many more (check our full templates documentation).

My Experience with GitHub Copilot

Github copilot has been a major developer of this project. We have used it not only for PR reviews but for being one of the main developer that picks the issues we write down.

Members: