Last Call: Perplexity, Replit, & GitHub— The AI Student Discounts You're Cheerfully Paying the Tourist Price For
If you got a student edu email, these official promos will expire soon.
If you got a student edu email, these official promos will expire soon.
Every semester, without fail, someone posts: “Wait, Perplexity was half price this whole time??” after quietly paying the ‘I didn’t Google it’ tax for months.
There is a very specific kind of pain that hits when you realize a dusty .edu email could’ve saved you money the whole time. It’s not financially devastating. It’s just annoying in a way that lingers — like finding out your gym validates parking the exact day you cancel your membership.
Consider this your recurring, no-fluff, bookmarkable PSA. No red flags today. No shady deals. Just the actual math, before this happens to you.
Perplexity Pro: half price, zero hype $10 a month instead of $20. Verify through SheerID with your student email. It takes about two minutes, and that’s genuinely it. No promo codes. No weird bundles. No guy on Telegram who “has a connect.”
Official — Education Pro for students/faculty, verified with SheerID
Replit: the friction-free discount that somehow still gets missed Log in with your .edu email and the 50% discount applies itself. You don’t enter a code, you don’t fill out a 12-page form, and you don’t wait three business days for an approval email. It just... happens.
10x AI compute, private projects, priority support — half price just for being enrolled.
Also, educators get it free. If you have a professor who codes, giving them a 30-second heads-up costs you nothing and might make you their favorite student.
Official — ongoing student offer
GitHub Copilot: free, yet somehow ignored It lives inside the GitHub Student Developer Pack. Verify your .edu email, re-verify each semester, and you’re done. It’s the best free AI coding tool students can actually access right now, yet half the campus acts like it needs a blood sacrifice. It doesn’t.
One thing worth saying clearly: Cursor Pro is not in this pack. Cursor Pro does not have a student discount anywhere on this earth. People are still getting burned buying “Cursor student bundles” from resellers. Don’t be that person.
Official — GitHub Student Developer Pack
ChatGPT Edu: you personally cannot buy this This one is a campus-wide license. Your university buys it, deploys it, and emails you. You cannot sign up individually, and there are absolutely no “VIP invites” to purchase — despite what the hustle-bros in your DMs claim. If your school doesn’t have it yet, your only recourse is bothering the student council or the IT department. Annoying? Yes. But it’s the only real path.
Official — institutional deployment only
None of these expire tomorrow. But tech discounts do have a habit of quietly evaporating the exact moment you finally decide to “get around to it.”
Who’s sitting on a campus that actually deployed ChatGPT Edu? Drop it below — genuinely curious which IT departments are awake.
ScamIndex documents. You decide. That’s how this works.
so my coding skills basically max out at copy-pasting from stack overflow, but if anyone wants to mess around with making bots or scrapers, I have a few promo links for a free month of replit core.
it's usually 20 bucks a month. it lets you host stuff in the cloud so your laptop doesn't sound like a jet engine trying to take off while running a python script 24/7. they also added this AI agent thing that essentially writes the code for you. you just tell it what you want and you get to pretend you're a master hacker while it does the actual work.
the catch: you do have to put in a card at checkout for the trial. DO NOT forget to set a calendar alarm to cancel it before the 30 days are up unless you want a surprise 20 dollar charge. don't say i didn't warn you lol.
normal site if you just want to look: https://replit.com
free month link:
i think these links cap out on uses eventually, so here are two backups if the first one dies:
This week in AI felt like three companies showed up to the same meeting with completely different problems. Anthropic leaked its coding brainstem by accident. OpenAI finally pulled the plug on GPT-4o after months of warnings. Salesforce decided Slack needed 30 more AI features nobody asked for but probably needed.
If you missed it — this is the clean version.
1. Anthropic accidentally published Claude Code's source
On March 31, the npm package for Claude Code shipped with a source map file pointing to a public zip on Anthropic's own servers. Anyone who fetched the map got 512,000 lines of production TypeScript — 1,906 files, 44 feature flags, the full agent harness.
What didn't leak: model weights, API keys, customer data. This was the CLI wrapper and agent loop — not the brain, just the nervous system.
Anthropic called it a packaging error and pulled the map the same day. By then GitHub mirrors were already in the tens of thousands of stars. Security researchers and builders tore through it over the weekend and the findings are everywhere.
The architectural patterns — agent loops, context compression, tool routing, guardrail layers — are now public knowledge. If you build anything AI-adjacent, the teardowns are worth your weekend.
Search: Axios Claude Code source leak 2026 Search: Straiker Claude Code agent security
2. GPT-4o is officially gone as of today
OpenAI announced this months ago and most people ignored it. As of April 3, GPT-4o, GPT-4.1, GPT-4.1 mini, and o4-mini are deprecated across Business, Enterprise, Education, and API tiers.
Free ChatGPT users won't notice — they auto-route to newer models. The people actually affected:
If you're in that last group — the account still exists, the model just doesn't respond the same way anymore. That's the pattern: scammers sell access to a model that quietly disappears underneath the buyer.
Search: OpenAI help center retiring GPT-4o April 2026
3. Slack just got 30 AI features and wants to be your office
Salesforce dropped the biggest Slackbot update since the original launch — 30+ new AI features including background agents that run without being prompted, Deep Research mode for multi-step tasks, and connections to 2,600+ external apps so agents can update your CRM or generate a slide deck mid-conversation.
The angle worth watching: Salesforce is framing this as "agentic infrastructure," not just chat. The new "Agent Sunroof" UI lets you manage and discover agents from one place. If this lands in enterprise workflows, Microsoft Copilot has real competition for the office productivity budget.
Search: VentureBeat Slack 30 AI features Salesforce April 2026
4. Model churn (quick version)
Google's Gemini 3.1 quietly dropped — longer context, better multimodal reasoning, reportedly 6x lower memory footprint. Pricing unchanged for now.
Anthropic is also naming new internal models: Mythos 5 (positioned for coding and security) and Capybara (cost-efficient tasks). Neither is public API yet but both appear in the leaked feature flags, which is why builders are paying attention.
Search: mean.ceo AI model releases April 2026
What does any of this mean for deals and scams?
GPT-4o dying is the most direct one: expect a surge of sellers repositioning "lifetime GPT-4o" listings into something else — "GPT-5 early access," "Claude Code private builds," or vague "premium AI account" language. The product changes. The pitch doesn't.
The Claude Code leak adds vocabulary. Scammers can now reference real-sounding internal flags like "mythos-test" or "kairos-agent" to make fake offers sound technical and legitimate. If someone is selling you "access" to a feature flag — that's not how it works.
What did you notice this week that wasn't in here?
Drop it below. The Scroll is a roundup, not a final word.
TL;DR
ScamIndex documents. You decide. That's how this works.
Anthropic accidentally published their entire Claude Code CLI to a public npm package. 512,000 lines of TypeScript. A real production agent. Live in the wild since March 31.
If you build tools, this is the most useful accidental open-source drop since someone left SSH keys in a Docker image.
What actually leaked (no drama version)
The npm package shipped with a source map file pointing to a public zip on Anthropic's own storage. Anyone who pulled the map got the full CLI client: 1,906 files, 44 feature flags, a multi-agent orchestration layer, and a Tamagotchi virtual pet (yes, really).
What did NOT leak: model weights, API keys, customer data. This is their CLI wrapper and agent harness — not the brain, just the nervous system. Still incredibly useful.
Sources for your own research:
1. The agent loop worth copying
Claude Code uses a 4-stage loop for every task:
Rough Python analog:
def agent_loop(query, context):
intent = parse(query)
context = compress(context)
action = route(intent, context)
result = execute(action)
return reflect(result, context)
2. Context compression (their actual approach)
Token costs scale with context size. Claude Code compresses earlier turns into a running summary before appending new context. Sessions stay coherent longer without hitting limits.
Drop-in version for any RAG pipeline:
if token_count(history) > THRESHOLD:
history = summarize(history[-10:]) + history[-3:]
Adjust THRESHOLD and window size to your model's context limit.
3. Feature flags as product ideas
The leak exposed 44 internal flags. Three are worth studying as product inspiration:
None of these are reachable via the public API. The patterns they suggest are absolutely replicable with open tools.
4. Guardrail structure (builder version)
Not a jailbreak section. The opposite. Three safety layers worth adapting:
If your agent touches file systems, APIs, or user data, these three patterns are non-negotiable.
Source: Search Straiker Claude Code source leak agent security
5. Quick build recipes
Dig deeper
TL;DR
ScamIndex documents. You decide. That's how this works.
Official URL https://replit.com/stripe-checkout-by-price/core_1mo_20usd_monthly_feb_26?coupon=AGENT47C6D845D3FE3
*Verification method: Referral checkout link applies 1-month free credit at signup *Region: Global *Status: Active — verify before use
*Replit Core is a cloud coding platform and AI development environment that lets you build, run, and deploy apps directly in your browser. It’s popular for coding projects, AI agents, and quick prototypes without local setup.
What you need
Auto-Renew: After the first 30 days, it will automatically bill you $20/month. If you only want to use it for the free month to test out building a bot or scraper, make sure to set a calendar reminder to cancel your subscription before the month ends.
Backup Referral Codes (in case the first one runs out of uses):