frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Attractive faces draw our gaze but fail to hijack our peripheral attention

https://www.psypost.org/attractive-faces-draw-our-gaze-but-fail-to-hijack-our-hidden-attention/
1•Vaslo•41s ago•0 comments

DeepSeek's 10T USD grand strategy

https://twitter.com/i/status/2057909493250539891
1•ssivark•42s ago•0 comments

Context Window Packing – Agent Patterns Catalog

https://www.agentpatternscatalog.org/patterns/context-window-packing/
1•ankitg12•1m ago•0 comments

Show HN: Claude Code's $200 plan is a 17× subsidy on the raw API

https://github.com/Coral-Bricks-AI/coral-ai/tree/main/claude-code-token-xray
1•Hiteshjain118•1m ago•0 comments

Pitfalls of Estimating Parameters from Aggregates

https://world.hey.com/apetrov/pitfalls-of-estimating-parameters-from-aggregates-e23c264b
1•apetrov•1m ago•0 comments

Gemini, Gophers, and Fingers. Oh My Alternative Internets Beyond HTTPS

https://brennan.day/gemini-gophers-and-fingers-oh-my-alternative-internets-beyond-https/
1•ChrisArchitect•2m ago•0 comments

The Road to (and from) Damascus

https://sophisms.substack.com/p/the-road-to-and-from-damascus
1•speckx•4m ago•0 comments

Russia: Up to 30% of companies use corporate software purchased before 2022

https://www.kommersant.ru/doc/8673186
1•doener•7m ago•0 comments

Texas Sues Discord, Seeks Mandatory Age Verification

https://reclaimthenet.org/texas-sues-discord-seeks-mandatory-age-verification
2•anonymousiam•11m ago•1 comments

New York, New Jersey Subpoena FIFA in World Cup Ticket Probe

https://www.espn.com/soccer/story/_/id/48885837/new-jersey-new-york-subpoena-20926-fifa-world-cup...
1•mikhael•12m ago•0 comments

Workers Missing After Deadly Nippon Dynawave Paper Mill Explosion in WA State

https://nbsla.ca/9-workers-missing-nippon-dynawave-paper-mill-explosion/
1•mikhael•13m ago•0 comments

Linkano – Create durable links between what you work on

https://micro.mjanssen.nl/2026/05/27/linkano-create-durable-links-between.html
2•marc0janssen•13m ago•1 comments

The versatility of the word ass in the English language

https://yelluwcomedy.substack.com/p/the-versatility-of-the-word-ass-in
1•pryelluw•13m ago•0 comments

Ask HN: Does anyone care enough about bots to switch social networks?

2•Chirpper•15m ago•0 comments

We Left Framer

https://babou.ai/blog/why-we-left-framer
3•nickls•15m ago•0 comments

GPT 5.5 aces 20x20 multiplication that o3 couldn't handle

https://twitter.com/cozyblaze265065/status/2057739317649588558
1•marojejian•15m ago•2 comments

Modifying RL to train models on production traces

https://trajectory.ai/field-notes/scaling-sdpo
1•neilkale•17m ago•0 comments

RPCS-1 – Configure AI agents that don't oscillate, overload, or freeze

https://rpcs1.dev
1•play420•17m ago•1 comments

Show HN: GTFS·X – a free, web-based transit schedule (GTFS) editor

https://www.gtfsx.com/
1•markegge•18m ago•0 comments

AWS RDS Extended Support, you still have few levers to pull

https://www.cloudyali.io/blogs/rds-extended-support-cost-levers
1•heldsteel7•20m ago•0 comments

Ask HN: I refused to charge a monthly subscription for my AI app. Was I wrong?

1•dj_studocai•20m ago•1 comments

AI and That Guy at the Bar

https://dotart.blog/cobbles/ai-and-that-guy-at-the-bar
1•miniBill•21m ago•0 comments

What 1k Harness Experiments Taught Me About Self-Improving Agents

https://www.henrypan.com/blog/2026-05-25-self-improvement-harness/
1•megadragon9•21m ago•1 comments

Show HN: World Flavor Atlas. Radzikowski and Chen's food embeddings in 3D

https://tomacco.github.io/world-flavor-atlas/
1•drinkcocacola•21m ago•0 comments

Auto-itera – autonomous experimentation engine for AI engineering decisions

https://github.com/clfhaha1234/auto-itera
2•clfhaha1234•23m ago•0 comments

Rust Will Save Linux from AI, Says Greg Kroah-Hartman

https://www.zdnet.com/article/rust-will-save-linux-from-ai-says-greg-kroah-hartman/
3•CrankyBear•23m ago•0 comments

Tell HN: Building an Activist Developer Collective

2•KafeKafe•23m ago•0 comments

Own Data, Own Software

https://pscanf.com/s/340/
1•wrxd•24m ago•0 comments

Apple reportedly preps native support for Google Cast in iOS 27

https://macdailynews.com/2026/05/27/apple-reportedly-preps-native-support-for-google-cast-in-ios-27/
2•speckx•24m ago•0 comments

San Francisco Rents Spike 22% in a Year

https://www.bloomberg.com/news/features/2026-05-27/ai-boom-sends-san-francisco-housing-prices-soa...
2•sseagull•24m ago•0 comments
Open in hackernews

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

3•pplonski86•12mo 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!