frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why models write slop: the environments are too small

https://henriquegodoy.com/blog/why-models-write-slop
1•jxmorris12•2m ago•0 comments

Professor Created a Trap in His Midterm to Catch Students Using AI

https://www.today.com/parents/family/professor-catches-ai-cheating-hidden-word-rcna589421
1•curmudgeon22•8m ago•0 comments

How IMAX 70MM Film is Projected!

https://www.youtube.com/watch?v=7S_geBV5bLQ
2•saikatsg•12m ago•1 comments

I'm Sorry, Dave

https://world.hey.com/dhh/i-m-sorry-dave-380ec27d
4•3s•16m ago•0 comments

Show HN: My First OSS as a Teen

https://openotp.app
2•jeninh•19m ago•1 comments

Show HN: Orchard – Let AI agents set up your app's back end with one prompt

https://orchard-dashboard.pages.dev/landing
1•asd000hh•22m ago•0 comments

QuickOn – Explainable AI for qualifying inbound B2B SaaS leads

https://www.quickon.in
1•agevenkat•23m ago•1 comments

Neutrino-1 8B

https://www.fermionresearch.com/models/neutrino-8b/
2•handfuloflight•26m ago•0 comments

Seats on hundreds of Boeing 737MAX were incorrectly installed:US aviation agency

https://www.channelnewsasia.com/world/seats-hundreds-boeing-737-max-jets-were-incorrectly-install...
1•Markoff•27m ago•0 comments

AI crawlers don't render JavaScript – I audited my own 11 production sites

https://www.smithappstudio.com/blog/ai-crawlers-cant-see-your-spa-2026/
1•docmaasi•28m ago•0 comments

Framework Laptop 13 Pro review: better battery, worse price

https://arstechnica.com/gadgets/2026/07/framework-laptop-13-pro-review-much-better-battery-much-w...
2•signa11•28m ago•0 comments

Neural Representation of Minimal Surfaces

https://arxiv.org/abs/2607.23437
1•E-Reverance•29m ago•0 comments

CTO / Head of Eng / VPE folks at startups are leaving / burning out

https://twitter.com/GergelyOrosz/status/2081845248120988114
2•tosh•29m ago•1 comments

Meta disregarded its own research on teen harm, Tennessee teen tells jury

https://www.reuters.com/legal/litigation/meta-disregarded-its-own-research-teen-harm-tennessee-te...
2•1vuio0pswjnm7•29m ago•0 comments

PyTorch: A Reference Language

https://docs.pytorch.org/devlogs/compiler/2026-07-25-pytorch-a-reference-language/
2•matt_d•30m ago•0 comments

Migrating 6.5B Rows from MongoDB

https://usefathom.com/blog/migrating-gauges-from-mongodb
3•okozzie•32m ago•0 comments

AI Tools Uncover Record Software Flaws in Tech Sector, Database Shows

https://www.bloomberg.com/news/articles/2026-07-27/ai-hunts-for-cyber-flaws-finding-record-number...
1•justworks•35m ago•0 comments

API Testing Chrome Extension(REST, Soap, WebSockets, SSE)

https://chromewebstore.google.com/detail/repost-api-tester/eipmeckflplenlbnlhbpmjojahephhkp
2•info-chirila•35m ago•0 comments

Why Agentic Systems Need Ontologies [video]

https://www.youtube.com/watch?v=Sir59K8ZDPU
2•handfuloflight•40m ago•0 comments

Half-Life on a Real PlayStation 1 – Full Hazard Course, Uncut [video]

https://www.youtube.com/watch?v=aEaa9CeCsbQ
2•unlabeledmabel•44m ago•0 comments

Token Use by Model

https://twitter.com/jpschroeder/status/2081751862768717956
2•MrBuddyCasino•45m ago•0 comments

Show HN: Etymology Database from Wiktionary

https://etymologue.com/
2•jlauf•47m ago•0 comments

Day 0 Kimi-K3 Inference Deployment with Atom on AMD Instinct MI355X GPUs

https://www.amd.com/en/developer/resources/technical-articles/2026/kimi-k3-on-amd-instinct-gpus.html
4•stevefan1999•47m ago•0 comments

Capturing the Narrative

https://arxiv.org/abs/2607.23993
3•jruohonen•55m ago•1 comments

CastToAny – Turn podcasts and videos into publish-ready content

https://casttoany.com
3•freerick•58m ago•0 comments

Show HN: A 6M-token movable window on a single 46GB GPU

https://arxiv.org/abs/2607.23806
2•Wetime•1h ago•0 comments

eBay and former execs will pay $56M to settle harassment of Natick couple

https://www.bostonglobe.com/2026/07/27/business/ebay-harassed-ina-david-steiner-settlement/
6•apress•1h ago•0 comments

What will more intelligence do for us

https://www.noahpinion.blog/p/what-will-more-intelligence-actually
4•paulpauper•1h ago•0 comments

Would You Go Back to a Time Before Smartphones If You Could?

https://www.theatlantic.com/podcasts/2026/07/would-you-go-back-to-a-time-before-smartphones-if-yo...
4•paulpauper•1h ago•2 comments

Another Symptom of Growing Isolation

https://www.theatlantic.com/family/2026/07/talking-less-reasons/688074/
3•paulpauper•1h ago•0 comments
Open in hackernews

Ask HN: Is there a general, multi-PL programming task dataset?

1•quartztz•1y ago
Hello!

Being a student interested in PL design, I have had this idea floating around for a while: the gist is finding out what programming languages LLMs might be the most proficient in, to study their design choices and syntactic features with the goal of designing the perfect language for LLMs. This is, of course, gimmicky, but I entertained the idea for a while as a fun afterschool project.

The challenge is: what would be the best way to evaluate programming performance _in specific languages_? There are two main hypotheses here:

1. There are intrinsic syntactic/structural features that the transformer architecture is uniquely able to parse/reproduce/understand best, leading to higher quality code generated. For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better" 2. There is so much Python/JS out there that the question isn't even worth asking, and the performance in those will beat whatever other language you throw at it. This is probably not as much of a point thanks to newer transformer architectures but the question is still up.

I suspect the answer can be made somewhat interesting by considering performance relative to language popularity, but the ground question is: is there a general dataset containing different programming challenges, of varying difficulty, in multiple languages, with standard solutions? I couldn't find anything when I looked around, but I might have missed something obvious. It wouldn't be impossible to build a simple website to crowdsource, but I'm thinking that if I missed something obvious I'd rather find out early than late. Also, if you have any input on the project itself, I'd love to hear your ideas!

Comments

Someone•1y ago
> For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better"

I would expect the reverse: lisp has no syntactic sugar, making it harder for a LLM to glue code fragments together in a way that produces valid lisp code. Even guaranteeing that parentheses are correctly nested already can be a challenge.

As to a set of programs: they aren’t exactly what you’re looking for, but I would consider https://projecteuler.net (does not contain solutions, but searching for project Euler solutions” finds some) or https://benchmarksgame-team.pages.debian.net/benchmarksgame.

sargstuff•1y ago
Very open ended questions. Geeks for Geeks loosely organized around computer science topics of study : https://www.geeksforgeeks.org/

nit-pick details:

Ignoring hardware differences, "performance" comparisons can be based on differences between algorithm(s) used vs. how algorithm is implimented. For a given language, "algorithm implimentation performance" can be defined as the trade-offs on how a a given algorithm is implimented in a language (compared to other programming languages, but also easy use/flexibility based on 'language generation level -> https://www.geeksforgeeks.org/generation-programming-languag... )

----------------------

1) General computation language specialty 'modules' not withstanding; "languages" are built/optimised around core algorithmic concepts / anticipated area/concentration of targeted professional environment. aka opencl (gpu), R (statistics), Lisp (engineering design), C (OS level), sql (data selection), jasper reports, cobol (business), etc. Languages tend to be 'popular' because of the ecosystem provided around/for a given language.

snarky side note -> can always write a more standard language that compiles to an esolang & provide appropriate emacs/vim/sed/spacemacs ide support.: https://esolangs.org/wiki/Main_Page

  LLM's are very useful at curating information and recognizing/summarizing "statisical" relevance. aka apl is great for engineering mind set, not so good for business use cases aka cobal.  LLM might recognize a language for a given user that combines commonly used 'apl' aspecs of user and commonly used 'cobal' aspecs of user and recommend a language(s) with suitable commonalities for given user. 


2) Search engine topic 'coding challenges' 'algorithmic coding challenges' brings up many types of answers/sites for honing one's coding skills (various languages, beginner to expert, etc). Coding 'algorithms' vs. coming up with algorithm(s) to code is sort of a side aspect. Also differences in 'competition' challenges vs. 'technical challenges' (aka 512 c64 vs. 1 raspberry pi) ; vs. "computer science coding challenges" vs. 'computational genomic challenges'

     ?? how easy / hard based on 'profession' aka artist vs. software designer 20 years experience programming in scheme; environment -- NASA vs. google vs. insurance company.

   ?? from scratch : https://synoptek.com/insights/it-blogs/10-challenges-every-software-product-developer-faces/

   ?? based on industry standards ?? ; just trying to keep skills honed ??