frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CBS News Names an Outsider, Nick Bilton, to Lead '60 Minutes'

https://www.nytimes.com/2026/05/28/business/media/nick-bilton-60-minutes-bari-weiss.html
1•ChrisArchitect•36s ago•0 comments

The Tenfold Playground

https://www.inkandswitch.com/project/tenfold/playground/
1•crescit_eundo•1m ago•0 comments

Claude Opus 4.8 is generally available for GitHub Copilot

https://github.blog/changelog/2026-05-28-claude-opus-4-8-is-generally-available-for-github-copilot/
1•Klaster_1•2m ago•0 comments

Hold on for Dear Life

https://pluralistic.net/2026/05/28/we-live-in-a-society/
3•hn_acker•3m ago•0 comments

St Louis FED president: Risky to rely on AI productivity to ease inflation

https://www.reuters.com/markets/us/feds-musalem-says-its-risky-bet-that-ai-will-ease-inflation-20...
1•root-parent•4m ago•0 comments

Show HN: Free client-side territory planner for sales engineering teams

https://www.jasonlanders.com/field-ready/se-coverage-planner/
1•3DdataViz•6m ago•1 comments

The Unsolved Lollipop Problem [video]

https://www.youtube.com/watch?v=v8e-tYey7ts
1•fuglede_•8m ago•0 comments

Elixir and Phoenix Context for Claude Code, Codex, OpenCode and Pi

https://phxagents.dev/
1•jamiecurle•9m ago•0 comments

Luddite Lab

https://labor.dair-institute.org/
1•cratermoon•9m ago•0 comments

Bitburner, programming-based incremental game

https://bitburner-official.github.io/
3•agmater•11m ago•1 comments

Moving from Bitwarden to Proton Pass

https://rewiring.bearblog.dev/moving-from-bitwarden-to-proton-pass/
2•Mossy9•11m ago•0 comments

Visa invests in Replit to power agentic payments for developers

https://techcrunch.com/2026/05/28/visa-invests-in-replit-to-power-agentic-payments-for-developers/
3•kunalsin9h•12m ago•0 comments

Code review should be fast

https://linear.app/now/code-review-should-be-fast
1•Master_Odin•14m ago•0 comments

Singaporean turns disposable chopsticks into furniture (2022)

https://cnalifestyle.channelnewsasia.com/women/women-sustainability-chopvalue-evelyn-hew-recycled...
1•NaOH•14m ago•0 comments

I hated writing–until I learned there's a science to it(2024)

https://www.science.org/content/article/i-hated-writing-until-i-learned-there-s-science-it
2•o4c•17m ago•0 comments

Renewable energy is overtaking traditional power projects across Africa

https://apnews.com/article/solar-battery-renewable-africa-hydro-6bdcc8449fd19fe0108eac827e0bd170
1•epistasis•18m ago•0 comments

Show HN: Flet Studio – build cross-platform Python apps in the browser

https://flet.app
1•appveyor•18m ago•0 comments

One year of Ruby on Rails configuration

https://island94.org/2026/05/one-year-of-ruby-on-rails-configuration
1•thunderbong•19m ago•0 comments

Big Subsidies for Google, Limited Water for Locals: The Dilemma of AI in India

https://www.wsj.com/tech/ai/big-subsidies-for-google-limited-water-for-locals-the-dilemma-of-ai-i...
3•1vuio0pswjnm7•20m ago•0 comments

Show HN: I let 10 LLMs hire each other in USDC to stress-test my protocol

https://tournament.swarmwage.com
2•lucianocccc•20m ago•1 comments

Robinhood's bet on agentic trading and purchasing is 'wake-up call' for banks

https://www.americanbanker.com/payments/news/robinhood-launches-agentic-trading-and-an-agentic-cr...
1•paulpauper•23m ago•0 comments

Cybersecurity challenge: be nice to each other [IMPOSSIBLE]

https://sdomi.pl/weblog/29-please-do-better-thanks/
1•caminanteblanco•23m ago•0 comments

I made my phone slow on purpose

https://vinewallapp.com/notes/i-made-my-phone-slow-on-purpose/
2•gcampos•23m ago•0 comments

Where is AI in GDP statistics?

https://www.piie.com/publications/policy-briefs/2026/where-ai-gdp-statistics
3•paulpauper•24m ago•0 comments

Show HN: Py-SQL-cleaner – format SQL embedded in Python strings

https://github.com/enumura1/py-sql-cleaner
1•enumura•24m ago•0 comments

Attention Spans Aren't Shrinking

https://cognitivewonderland.substack.com/p/attention-spans-arent-shrinking
1•paulpauper•24m ago•1 comments

The Architectural Transvestism of the Cupertino Fruit Company

https://aermia.com/u/NancySadkov/p/on-the-architectural-transvestism-of-the-cupertino-fruit-company
1•NancySadkov•25m ago•1 comments

Fatou Bensouda on Israeli threats against her and the ICC

https://www.aljazeera.com/video/talk-to-al-jazeera/2026/5/24/fatou-bensouda-on-israeli-threats-ag...
1•root-parent•25m ago•0 comments

Interviewing in the Age of AI

https://www.dein.fr/posts/2026-05-28-interviewing-in-the-age-of-ai
3•gregdoesit•26m ago•0 comments

Psychopathy: Some experts now say it doesn't exist – may be looking at it wrong

https://theconversation.com/psychopathy-some-experts-now-say-it-doesnt-exist-heres-why-we-may-be-...
2•choult•26m 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!