2/24/2026 at 3:12:11 AM
There's a lot of value in the implementation of many strong and fast algeorithms in computer algebra in proprietary tools such as Maple, Wolfram, Matlab. However, I (though of course believe that such work needs to be compensated) find it against the spirit of science to keep them from the general public. I think it would be good service to use AI tools to bring open source alternatives like sympy and sage and macaulay to par. There's really A LOT of cool algorithms missing (most familiar to me are some in computational algebraic geometry)Additionally I think because of how esoteric some algorithms are, they are not always implemented in the most efficient way for today's computers. It would be really nice to have better software written by strong software engineers who also understands the maths for mathematicians. I hope to see an application of AI here to bring more SoTA tools to mathematicians--I think it is much more value than formalization brings to be completely honest.
by Davidzheng
2/24/2026 at 10:17:36 AM
> against the spirit of science to keep them from the general publicWithin science, participants have always published descriptions of methodology and results for review and replication. Within the same science, participants have never made access to laboratories free for everyone. You get blueprints for how to build a lab and what to do in it, you don't get the building.
Same for computation. I'm fairly sure almost all (if not all) algorithms in these suites are documented somewhere and you can implement them if you want. No one is restricting you from the knowledge. You just don't get the implementation for free.
by laserbeam
2/24/2026 at 10:43:08 AM
Generally I agree up until now where we appear to be treading on the threshold of AI being orders of magnitude more powerful. Given that, which has potential to displace large swaths of the labor force, I feel as though society deserves a larger return on investment.by notyourwork
2/24/2026 at 2:48:03 PM
> Same for computation....You just don't get the implementation for free.software packages arent computation... whilst software takes time and effort (and money) to make, the finished product is virtually free to store and distribute. i see it similarly against the spirit of science. how is there more free software in the laymen space?
by squeefers
2/24/2026 at 5:14:51 PM
Notable OSS contributions should confer status and funding, like paper publications do.by HPsquared
2/24/2026 at 10:42:29 AM
Software is fundamentally different than lab equipment, just like PDFs are not paper journals that have to be printed, stored, and shipped. Most things in the digital domain have to be treated in a post-scarcity mindset, because they essentially are.by Almondsetat
2/24/2026 at 10:41:12 AM
Software is the blueprint, execution is the machine.by cwillu
2/24/2026 at 2:34:02 PM
This is why the incoming generation of AI engineers organizing autonomously and openly on git etc will decimate the dusty locked away AI academia generation.The concept of heavy gatekeeping and attribution chasing seems asinine as knowledge generation and sharing isn't metered.
by whywhywhywhy
2/24/2026 at 4:49:41 PM
I would say almost exactly the opposite is happening. Academia generally publishes it's results relatively freely but academic AI research is largely being left in the dust by large corporations who do not find it in their interest to publicly describe the "magic dust" that makes their products work.by eigenket
2/24/2026 at 3:16:50 PM
I think the current generation of tools have a long way to go before I trust any numerical algorithm they implement, based on our recent experiments trying to make it implement some linear algebra by calling LAPACK. When we asked it to write some sparse linear algebra code based on some more obscure graph algorithms it produced some ugly stepchild of dijkstra's algorithm instead, which needless to say did not achieve the desired aim.by owlbite
2/24/2026 at 11:06:45 AM
Computer algebra of the Mathematica/Maple variety is not formally rigorous: it will get things wrong due to conflating function domains, choices of branch cuts for 'multi-valued functions' and other assumptions that are required for correct results but not exposed or verified. The work of providing "strong and fast algorithms" that are comprehensively described ought to be done as part of building proof systems for the underlying mathematics that will ensure correctness.by zozbot234
2/24/2026 at 3:48:07 AM
> against the spirit of scienceUnfortunately, the bank doesn't accept spirit of science dollars, and neither does the restaurant down the street from me either.
by fragmede
2/24/2026 at 6:02:13 AM
Society already funds a lot of scientific research. Some of that funding currently goes to private pockets like Wolfram Research, who license out their proprietary tech under expensive and highly limiting licenses (they're licensed per CPU core, Oracle style), so that scientists can do scientific computing.As a former Mathematica user, a good part of the core functionality is great and ahead of open source, the rest and especially a lot of me-too functionality added over the years is mediocre at best and beaten by open source, while the ecosystem around it is basically nonexistent thanks to the closed nature, so anything not blessed by Wolfram Research is painful. In open source, say Python, people constantly try to outdo each other in performance, DX, etc.; and whatever you need there's likely one or more libraries for it, which you can inspect to decide for yourself or even extend yourself. With Wolfram, you get what you get in the form of binary blobs.
I would love to see institutions pooling resources to advance open source scientific computing, so that it finally crosses the threshold of open and better (from the current open and sometimes better).
by oefrha
2/24/2026 at 9:09:20 AM
Isn't plugging Wolfram algorithms into LLMs basically their current solution for the DX problem?As far as society funding research, while I'm quite sympathetic to this view, Wolfram also puts in a significant amount of private dollars into the operationalization of their systems. My guess is there's a whole range of algorithms that aren't prominent enough to publish a paper on nor economically lucrative enough to build a company on that Wolfram products sell.
That said I do think LLM coding agents offer a great way forward to implement more papers on a FOSS manner.
by Karrot_Kream
2/24/2026 at 7:52:24 AM
Academic institutions have internal IP scouting monitoring every lab for monetizable research.On top of that, and often competing with the former, professors are constantly exploring (heavily subsidized with public grants and staffed with free grad students) spin-offs to funnel any commercial potential of their research into their own or their buddie's pockets. It's just like in politics with revolving doors and plushy 'speaking engagements' or 'board seats' galore.
by PeterStuer
2/24/2026 at 7:51:54 AM
> Some of that funding currently goes to private pocketsMost (all?) of that funding goes to private pockets: researchers work for money, equipment costs money, etc.
by kgwgk
2/24/2026 at 8:00:39 AM
It’s hard to distribute equipment, food and shelter at zero marginal cost. It’s easy to distribute software at zero marginal cost. So let’s start there.by oefrha
2/24/2026 at 1:08:52 PM
No one is stopping you. Build it, then distribute it. You will find that as long as people need to pay for their living, there is no post-scarcity world in any domain, especially not the digital one.by auggierose
2/25/2026 at 12:53:47 AM
I have built and distributed “it” more than at least 95% of developers out there, thanks for asking. And that’s without institutional grants.by oefrha
2/25/2026 at 1:20:56 PM
And without a salary?by auggierose
2/26/2026 at 12:02:21 AM
Academic institutions already pay salaries whether they fund open source development or Wolfram Research, so not sure what you’re trying to argue. People haven’t been starving while doing research in the open.by oefrha
2/24/2026 at 8:12:20 AM
Meh, the scientific community already took a lot of public money and turned that into foss code competing with matlab, wolfram and others.Matlab definitely took a big hit in the last decade and is losing against the python numpy stack. Others will follow.
by KeplerBoy
2/24/2026 at 8:11:11 PM
We got a realist over here!!! I repeat: a realist in the house!by whatever120
2/24/2026 at 3:53:28 AM
What does this have to do with anything? We as a culture decided that science is worthwhile, and that it's worth funding it with public money, which I personally strongly support. With that in mind, I want us to continue contributing to making scientific research and the benefits that it provides to be disseminated freely, while also paying good scientists with actual dollars that they could spend in restaurants.by falcor84
2/24/2026 at 4:07:15 AM
Individuals and small groups make decisions in their own interest. The same is not true of society. That’s the issue that the GP is asking you to respond toby DiggyJohnson
2/24/2026 at 5:15:39 AM
I suppose I might not be understanding your and the GP's intent correctly, but I thought that the question was based on the following sentences:> I think it would be good service to use AI tools to bring open source alternatives like sympy and sage and macaulay to par.
> It would be really nice to have better software written by strong software engineers who also understands the maths for mathematicians.
And my response is that I think that this sort of work, which is in the public scientific interest should be funded by tax money, and the results distributed under libre licenses.
by falcor84
2/24/2026 at 5:20:55 AM
So if as a culture we decide scientists are worth paying to do research, why should Wolfram not be paid to build the tool scientists use?by jazzyjackson
2/24/2026 at 9:13:13 AM
Nobody is saying "don't pay the developers". Some of us advocate for "pay the developers to develop free and open source software". Rent-seeking is not good for society.by inigoalonso
2/24/2026 at 4:44:17 AM
>We as a culture decided that science is worthwhile, and that it's worth funding it with public money, which I personally strongly support.what country are you in, and what percentage of the public purse goes to funding science? In the U.S about 11%, and with that number I often read articles, linked to from this site, about U.S Scientists quitting and going into private sector work or other non-scientific fields to get adequate compensation.
>while also paying good scientists with actual dollars that they could spend in restaurants.
see, my admittedly vague understanding of how things are structured tells me this part isn't what is happening.
by bryanrasmussen
2/24/2026 at 6:45:55 AM
Um, where did you get the 11% from?Looking at https://www.cbpp.org/research/federal-budget/where-do-our-fe..., federal tax revenue used for "science" seems to be <=1%?
Education is another 5% accroding to that site.
by golem14
2/24/2026 at 11:39:43 AM
hmm, you're right, I made a mistake and was going on discretionary spending, of which it is a higher percentage than the whole budget.I normally look at ncses, but in this mainly going off the last stuff I looked at from AAAS
https://www.aaas.org/sites/default/files/2021-02/AAAS%20R%26...
I think the CBPP maybe underplays research under different organizations, for example is DARPA under DOD or is it under science and education? If under DOD then can probably increase the percent by another .5 from DARPA, and so forth with other organizations.
However, I am certainly fine with taking your stats since that just underlines they point I made and evidently got downvoted for, that the U.S does not pay for scientific research at a level where one can blithely assert that it is something considered important by the government.
by bryanrasmussen
2/24/2026 at 4:41:42 AM
the ticker is $SOSby omegadynamics
2/24/2026 at 2:18:50 PM
People need to eat.That's the main flaw in open source. Yes, its a great idea, but why am I working a real job to eat, and spending nights and weekends on a project just as a hobby.
Science doesn't progress very fast using the 'hobby' model of funding. Unless you are rich, and it is a hobby, much like Wolfram Alpha was. He wanted to play with math/physics stuff and was rich enough to self fund.
by FrustratedMonky
2/24/2026 at 5:15:38 PM
But science does progress on the free sharing of information. Academics get paid to produce stuff that's free for everyone all the time.No one is contesting that people who build these libraries should be compensated.
The argument is that if more scientific tools and knowledge are freely (or cheaply) available you lower the barrier to entry to experiment and play with those tools/concepts, which means more people will, which means you'll get more output. How many billion dollar companies are built on software that is open source? All of them have it somewhere in their stack whether they know it or not.
by patmorgan23
2/24/2026 at 7:05:14 PM
I agree. Just free/open data, does cost someone.In science, it is the government that funds a lot of research. Specifically because the free market does fail at this.
A lot of tech success is built on top of government funding. In this analogy, the funding for people to eat while producing the free stuff for others to found tech startups upon.
by FrustratedMonky