frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Shape of Apps

https://parakeet.co/blog/the-shape-of-apps/
2•wpm•8m ago•0 comments

Bonsai – a toolkit for building AI chat apps with branchable conversations

https://github.com/Joaoha/Bonsai
1•joaoha•10m ago•0 comments

In desperate need of money so im willing to make anything

1•lowke•10m ago•0 comments

Ask HN: How would I restore this 101 year old postcard?

2•Waterluvian•13m ago•1 comments

Project Babylon: Gerald Bull's Downfall (2006)

https://www.damninteresting.com/project-babylon-gerald-bulls-downfall/
1•networked•14m ago•0 comments

Stripe closed my account with a 0.18% dispute rate

2•rellyattd•16m ago•2 comments

What Happened to WordPerfect? Why the Dominant Word Processor Disappeared

https://www.youtube.com/watch?v=cMnjphv3DQo
2•cable2600•24m ago•0 comments

Show HN: Made a Free Shownotes Generator Website

https://shownotesgenerator.com/
1•wbemaker•25m ago•0 comments

Show HN: OneWayInterview – type a job role, AI builds the async video interview

https://onewayinterview.com/
1•emunova•27m ago•0 comments

LoRA Adapters Generated from Skill.MDs

https://terradev.cloud/tessera
1•Facingsouth•27m ago•0 comments

Open Weights and American AI Leadership

https://www.microsoft.com/en-us/corporate-responsibility/topics/open-weight/
3•haritha1313•33m ago•0 comments

BackSearch – Letting agents search the web

https://www.gr.inc/releases/introducing-backsearch
1•haritha1313•33m ago•0 comments

Cultural moderation of demographic differences in narcissism

https://www.tandfonline.com/doi/full/10.1080/15298868.2025.2593298#abstract
2•bushwart•33m ago•0 comments

Show HN: I rebuilt Microsoft Comic Chat's layout engine in one HTML file

https://arcade.pirillo.com/comic-chatter.html
1•ChrisPirillo•34m ago•0 comments

Amazon cracks down on use of AI images by sellers after New York law

https://www.cnbc.com/2026/07/23/amazon-makes-sellers-label-ai-generated-people-in-images-after-ny...
5•baranul•34m ago•0 comments

Ask HN: Multi dimensional sort (beyond Hilbert curve)

1•adec314•35m ago•0 comments

Florida's Ban on Unnaturally Posed Stuffed Baby Crocodilians

https://www.loweringthebar.net/2026/07/florida-bans-oddly-posed-alligators.html
1•samizdis•35m ago•0 comments

Dimmd – Dark mode for the macOS Apple Mail app

https://www.dimmd.app/
1•spacedawwwg•40m ago•0 comments

Always Tell Your Kids the Truth (2019)

https://www.outsideonline.com/culture/active-families/tell-your-kids-truth/
1•downbad_•42m ago•0 comments

Show HN: Openleetcode – local LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode
2•therepanic•44m ago•0 comments

SignFile – Sign anything. One flat price

https://signfile.io/
2•abdullah_eldoud•45m ago•0 comments

There is no free benchmark

https://www.pnas.org/doi/10.1073/pnas.2509757122
1•hhs•47m ago•0 comments

Show HN: A Kakeya Conjecture Game

https://quantisan.github.io/kakeya-game/
1•quantisan•48m ago•1 comments

Sperm Whales blow bubbles to achieve restful, vertical sleep

https://news.st-andrews.ac.uk/archive/sperm-whales-blow-bubbles-to-achieve-restful-vertical-sleep/
8•hhs•49m ago•0 comments

The 0,5 MB of nothing in all Apple Music files (2020)

https://www.ctrl.blog/entry/apple-music-nullbytes.html
5•downbad_•49m ago•0 comments

Insect submariners survive the depths without imploding

https://news.ubc.ca/2026/07/insect-submariners-survive-the-depths-without-imploding/
6•hhs•52m ago•1 comments

Show HN: Evidence Graph – type checking for the specs your AI agent implements

https://github.com/samchon/lint-plugin-evidence
1•autobe•53m ago•0 comments

Lawsuit Against Meta over Social Media Addiction Is Dropped

https://www.nytimes.com/2026/07/22/technology/meta-social-media-lawsuit.html
3•lxm•54m ago•0 comments

I don't have a dream job

https://harsehaj.substack.com/p/i-dont-have-a-dream-job
1•harsehaj•58m ago•0 comments

Glacier App

https://www.theglacierapp.com/
1•josephscott•59m 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!