We use large amounts of synthetic data for training at work and have not observed any sort of model collapse when done properly. Edit: https://arxiv.org/abs/2404.01413 https://arxiv.org/abs/2406.07515
You're in luck, neither I nor anyone else want those people near a negotiation table.
Fair objection, but I still think it is lower risk to diffuse power and control of a potentially dangerous and revolutionary technology than to leave it in the hands of the few elites who have not show much ethical…
That's an extremely fair objection! But despite the many, many flaws of our government and the current administration, I still have (hopefully) a chance to vote them out of power. I have no such hopes with Sam Altman or…
Do you think things like the Manhattan Project were a mistake? Comparing AI to nuclear weapons is perhaps a stretch, but I think most people recognize that certain technologies or artifacts are best monopolized by our…
In my mind, democratic control of the technology means that we (the govt, or other empowered agency) take ownership of their assets and IP, solve or find a level of alignment or guardrails that society is comfortable…
I am an AI Safety Person and I want the government to nationalize or have a significant stake in the frontier labs and to have democratic control of the development of the technology. The AI Safety movement is not a…
Very cool! I am surprised at the use of 4o, but I guess it was pretty good at OCR for its time
As an inhabitant of Brooklyn, this is pretty funny and spot on. My only criticism is that the prices are too low. Some of the prices are fine, but the upper bound should be increased to the low 20's.
Agreed 100%. Implementing the correct algorithm/business logic is more important than spitting out junk that you don't really understand or won't pass code review. The act of writing code is probably the easiest part of…
Sure if you work on something where performance doesn't matter
What an incredibly uninformed and ableist take. There are a plethora of illnesses and disorders that are merely coped with. With no way of improving prognosis, the best medical science can offer is attempting to improve…
Oh nice, I didn't realize Blender had a visual scripting system. I knew that they had a Python API like Maya, but the visual stuff is a nice feature to have for art teams. I keep telling myself I'm going to force myself…
It is extremely popular. From Flowgraph in CryEngine to Godot's VisualScript. Even Unity bought the most popular visual scripting asset package, Bolt, and made it standard for all Unity plans. You could also critically…
Please consult a doctor and do not take mental health advice from this clown fiesta website.
Here you go. https://www.senate.gov/legislative/LIS/roll_call_lists/roll_...
I'm not sure I'm comfortable with the idea of my grandmother being held responsible for the botnet that her coffee maker is a node of.
No it's not. You're confusing superset and subset.
I'd really like to know more about this if you can offer any detail. Do you know about how many devs GE and GM have picked up in Atlanta?
I am really digging this trend.
This is incredible. Thank you.
This is standard practice. The decimal points are generally dividers between major, minor, and patch numbers. Hence why it is not uncommon to see something with a version number like 2.1.4 or similar.
How about this? https://github.com/dlech/keepass2/tree/master/KeePassLib
Bizarre. I guess I'll have to be more careful. Thanks for the heads up
http://wiki.python.org/moin/PythonSpeed/PerformanceTips List comprehensions beat map in CPython. As a fellow pythonista, I can guarantee you that using the builtin higher-order functions excessively will cause you…
We use large amounts of synthetic data for training at work and have not observed any sort of model collapse when done properly. Edit: https://arxiv.org/abs/2404.01413 https://arxiv.org/abs/2406.07515
You're in luck, neither I nor anyone else want those people near a negotiation table.
Fair objection, but I still think it is lower risk to diffuse power and control of a potentially dangerous and revolutionary technology than to leave it in the hands of the few elites who have not show much ethical…
That's an extremely fair objection! But despite the many, many flaws of our government and the current administration, I still have (hopefully) a chance to vote them out of power. I have no such hopes with Sam Altman or…
Do you think things like the Manhattan Project were a mistake? Comparing AI to nuclear weapons is perhaps a stretch, but I think most people recognize that certain technologies or artifacts are best monopolized by our…
In my mind, democratic control of the technology means that we (the govt, or other empowered agency) take ownership of their assets and IP, solve or find a level of alignment or guardrails that society is comfortable…
I am an AI Safety Person and I want the government to nationalize or have a significant stake in the frontier labs and to have democratic control of the development of the technology. The AI Safety movement is not a…
Very cool! I am surprised at the use of 4o, but I guess it was pretty good at OCR for its time
As an inhabitant of Brooklyn, this is pretty funny and spot on. My only criticism is that the prices are too low. Some of the prices are fine, but the upper bound should be increased to the low 20's.
Agreed 100%. Implementing the correct algorithm/business logic is more important than spitting out junk that you don't really understand or won't pass code review. The act of writing code is probably the easiest part of…
Sure if you work on something where performance doesn't matter
What an incredibly uninformed and ableist take. There are a plethora of illnesses and disorders that are merely coped with. With no way of improving prognosis, the best medical science can offer is attempting to improve…
Oh nice, I didn't realize Blender had a visual scripting system. I knew that they had a Python API like Maya, but the visual stuff is a nice feature to have for art teams. I keep telling myself I'm going to force myself…
It is extremely popular. From Flowgraph in CryEngine to Godot's VisualScript. Even Unity bought the most popular visual scripting asset package, Bolt, and made it standard for all Unity plans. You could also critically…
Please consult a doctor and do not take mental health advice from this clown fiesta website.
Here you go. https://www.senate.gov/legislative/LIS/roll_call_lists/roll_...
I'm not sure I'm comfortable with the idea of my grandmother being held responsible for the botnet that her coffee maker is a node of.
No it's not. You're confusing superset and subset.
I'd really like to know more about this if you can offer any detail. Do you know about how many devs GE and GM have picked up in Atlanta?
I am really digging this trend.
This is incredible. Thank you.
This is standard practice. The decimal points are generally dividers between major, minor, and patch numbers. Hence why it is not uncommon to see something with a version number like 2.1.4 or similar.
How about this? https://github.com/dlech/keepass2/tree/master/KeePassLib
Bizarre. I guess I'll have to be more careful. Thanks for the heads up
http://wiki.python.org/moin/PythonSpeed/PerformanceTips List comprehensions beat map in CPython. As a fellow pythonista, I can guarantee you that using the builtin higher-order functions excessively will cause you…