frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Can you tell which AI-generated text is watermarked?

https://watermark-quiz.krishmatta.net/
1•nathan-barry•1m ago•0 comments

Meteoric origins of Egypt's first ironwork

https://blogs.ucl.ac.uk/museums/2013/09/01/23856/
1•Bluestein•1m ago•0 comments

WTF Are You Loading?

https://x-x.codes/posts/wtf-are-you-loading
1•abnercoimbre•2m ago•0 comments

Send a SAFE

https://www.ycombinator.com/safe
2•Finbarr•3m ago•0 comments

Show HN: Naeos – an engineering system for AI coding agents

https://github.com/NAEOS-foundation/naeos
2•bayu911•4m ago•0 comments

AiFi on AWS

https://www.coinbase.com/fr-fr/developer-platform/discover/launches/agentcore-ga
1•AnhTho_FR•6m ago•0 comments

WikiFM – Encyclopedia Radio

https://apps.apple.com/us/app/wikifm-encyclopedia-radio/id6800855289
1•t4t•8m ago•1 comments

Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

https://github.com/onecli/onecli
3•guyb3•9m ago•0 comments

Attorney General Rob Bonta speaks after first day of Meta trial [video]

https://www.youtube.com/watch?v=o1gjjESzabg
1•natemurthy•11m ago•1 comments

Show HN: nanoAlphaZero – Train a grandmaster-level chess model in 24h with TPUs

https://github.com/wtedw/nanoAlphaZero
1•tdoubleu•12m ago•0 comments

Extensible Software in the Age of LLMs

https://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/
2•coloneltcb•12m ago•0 comments

How Kubernetes Probes Work

https://ngrok.com/blog/probes
2•cyndunlop•13m ago•0 comments

InstrSem: Automatically Inferring Semantics of (Undocumented) CPU Instructions

https://roots.ec/publications/hetterich2026instrsem
1•matt_d•13m ago•0 comments

We've solved many medical mysteries. Where are the cures? [video]

https://www.ted.com/talks/saloni_dattani_we_ve_solved_many_medical_mysteries_where_are_the_cures
1•paulpauper•14m ago•0 comments

Extensibility Is the New Precondition

https://www.ivan.codes/blog/extensibility-is-the-precondition
2•deeshee•16m ago•0 comments

Things I want in a modern relational query language

https://sporks.space/2026/08/19/things-i-want-in-a-modern-relational-query-language/
1•birdculture•17m ago•0 comments

Claude watermark- science behind it

https://www.youtube.com/watch?v=FnAqruxx-QE
1•aymar_99•19m ago•0 comments

Chain-of-Thought Reasoning in the Wild Is Not Always Faithful

https://arxiv.org/abs/2503.08679
2•florianherrengt•20m ago•1 comments

How does wildfire smoke affect the economy?

https://phys.org/news/2026-08-wildfire-affect-economy.html
1•vinni2•21m ago•0 comments

Show HN: I am getting genuine questions

https://github.com/docbrain-ai/docbrain
1•bhanuhai2•22m ago•1 comments

We Stopped Paying for Linear

https://xiaofeidu.com/posts/linear-to-github-issues/
2•xiaofei_•23m ago•0 comments

If this algorithm runs too long, you can compress randomness

https://www.sidhantbansal.com/2026/Entropy-Stops-This-Algorithm/
1•sidhantbansal•28m ago•0 comments

What it felt like to hit the Hacker News front page

https://heyjonny.dev/posts/hitting-the-hacker-news-front-page/
1•heyjonny•28m ago•0 comments

AWS new AZ in eu-west-2 - beware of unexpected results

1•eddie_catflap•29m ago•0 comments

How Much Memory Does Your Agent Actually Need?

https://huggingface.co/blog/ibm-research/altk-evolve-hmm
1•Brajeshwar•29m ago•0 comments

Most Code Edits Don't Need an IDE

https://medium.com/@chris.ahrweiler/most-code-edits-dont-need-an-ide-163ec4ef299f
1•docjojo•29m ago•0 comments

Show HN: LongTerMemory, an AI EdTech Platform

https://wired.business/longtermemory
1•aledevv•31m ago•0 comments

Civic Hygiene – avoid building technologies that could be used by a police state

https://shkspr.mobi/blog/2013/11/civic-hygiene/
94•felineflock•31m ago•34 comments

MicroSD torture test: 133PB written, SanDisk fails 6 of 7 cards tested

https://www.tomshardware.com/pc-components/microsd-cards/microsd-card-testing-database-celebrates...
1•sbulaev•31m ago•0 comments

Why compiling Rust to WebAssembly is slow

https://00f.net/2026/08/19/why-compiling-rust-to-webassembly-is-slow/
1•jedisct1•36m ago•0 comments
Open in hackernews

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

3•pplonski86•1y 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!