frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agent Harness Engineering

https://www.oreilly.com/radar/agent-harness-engineering/
1•Garbage•25s ago•0 comments

Ask HN: Share concrete examples of benefits from AI usage

1•ChaitanyaSai•3m ago•0 comments

The ISO 216 "A4" paper system is broken (rounding errors) [video]

https://www.youtube.com/watch?v=XllQPr8FtPE
1•fsckboy•5m ago•1 comments

Ebola outbreak with uncommon strain erupts in Congo and Uganda; 65 deaths

https://arstechnica.com/health/2026/05/ebola-outbreak-confirmed-in-congo-and-uganda-246-suspected...
1•tatersolid•16m ago•0 comments

Accelerating Dynamics of Collective Attention

https://pmc.ncbi.nlm.nih.gov/articles/PMC6465266/
1•James72689•19m ago•0 comments

AtOnce

https://atonce.com
1•Asimtar•19m ago•0 comments

Show HN: AI that audits your codebase in 60 seconds

https://triyambakam-apex-corp.hf.space
1•haapatel•23m ago•0 comments

Which AI Model Asks Questions Intelligently?

1•aashu_bel•27m ago•0 comments

SymPy – a Python library for symbolic mathematics

https://docs.sympy.org/latest/tutorials/intro-tutorial/intro.html
1•tzury•28m ago•0 comments

The case for Python + HTMX over React

https://dev.to/syedahmershah/react-is-overkill-why-python-htmx-is-dominating-in-2026-17ib
4•indigodaddy•28m ago•0 comments

TikTok Performance Problems and Feed Instability: What's Going Wrong and How To

http://www.fixtech.co.ke/2026/05/tiktok-performance-problems-and-feed.html
1•rindodi•30m ago•0 comments

Henry Ford on Thomas Edison

1•silexia•30m ago•0 comments

Did we just time-traveled?

https://github.com/xs-lang0/xs
1•modinfo•32m ago•2 comments

Def

1•demonlord_•34m ago•0 comments

The Fragmented Simulation Hypothesis:A computational modelfor why DéjàVu happens

https://medium.com/@scsteffes/a-computational-hypothesis-for-déjà-vu-the-fragmented-simulation-er...
1•LiquidSmooth•38m ago•0 comments

Who are the Japanese? DNA discovery rewrites history

https://www.sciencedaily.com/releases/2026/05/260514003314.htm
1•stmw•39m ago•0 comments

Overworked AI Agents Turn Marxist, Researchers Find

https://slashdot.org/story/26/05/14/067254/overworked-ai-agents-turn-marxist-researchers-find
2•tom2026hn•42m ago•1 comments

So you want Slowly Changing Dimension? (2023)

https://www.dolthub.com/blog/2023-06-22-slowly-changing-dimension/
1•wonger_•42m ago•0 comments

Best practices for computer and browser use with Claude

https://claude.com/blog/best-practices-for-computer-and-browser-use-with-claude
1•tortilla•48m ago•0 comments

Major VPN provider says it could leave Canada over lawful access bill

https://www.ctvnews.ca/politics/article/major-vpn-provider-says-it-could-leave-canada-over-lawful...
5•ethanplant•50m ago•2 comments

Orion PDA – A pocket device to take notes and play music

https://orionpda.org/yt
2•wbsun•51m ago•0 comments

A live hantavirus outbreak tracker auto-curated by Claude

https://aihuynya.com/hanta/
1•antroos•1h ago•1 comments

I want to create fintech in Latam, someone with experience can guide me?

1•cleanIsGud•1h ago•0 comments

Cloudflare Based URL Shortener Open Source

https://github.com/clarkhacks/RdRx
1•clarkhacks•1h ago•0 comments

I built a sports partner matching app because finding players in BA is broken

https://movea.com.ar/
1•cleanIsGud•1h ago•0 comments

Universal file converter, one handlers table

https://github.com/freeaigit/free-convert
1•nadermx•1h ago•0 comments

California's Battery Array Is as Powerful as 12 Nuclear Power Plants

https://zolairenergy.com/californias-battery-array-is-as-powerful-as-12-nuclear-power-plants-here...
2•zingerlio•1h ago•0 comments

Schanuel's Conjecture and the Semantics of Triton's FPSan

https://cp4space.hatsya.com/2026/05/03/schanuels-conjecture-and-the-semantics-of-fpsan/
2•c1ccccc1•1h ago•0 comments

Astrometry – automatic recognition of astronomical images

https://github.com/dstndstn/astrometry.net
1•modinfo•1h ago•0 comments

CVE-2026-40369 – Windows Kernel Elevation of Privilege Vulnerability

https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40369
4•l2dy•1h ago•1 comments
Open in hackernews

Show HN: Quiz Coding – Teacher Mode for AI Agent in Python Notebook

3•pplonski86•11mo ago
Hi everyone,

I’m working on a desktop app that helps people with domain knowledge analyze their data - even if they don’t know Python. It’s a great option for anyone who wants something more powerful than Excel or SPSS.

My cofounder and I presented our app at PyCon US’25, we have booth on StartUp Row. One of our extensions, is a chat panel next to the Python notebook, so you can just ask the AI to load your data or run analysis for you.

During the conference, a visitor (who is a lecturer) suggested a really cool idea: Instead of showing the full code, he wanted the AI to show code with a missing part. His students would then have to guess what goes in the blank. We liked the idea so much that we started building “teacher mode” right after the event!

Here’s how it works:

We updated the AI prompt so it returns code with a missing part (marked as ***). The AI also suggests three possible answers (A, B, C), and only one is correct. Our app then shows the question and three buttons. If the student picks the right answer, the full code is inserted into the notebook and runs automatically.

You can read more about Teacher Mode here: https://mljar.com/docs/ai-teacher/

And if you want to try it, you can download the app here: https://platform.mljar.com/

The app comes with Python, Jupyter Lab, and our extensions that makes data analysis much easier :)

Would love to hear your feedback or ideas!