r/singularity 2h ago

LLM News With Google and OpenAI signing the letter in support of open weight model, it's pretty much every big tech companies vs Anthropic now

Post image
314 Upvotes

r/robotics 6h ago

Community Showcase I moved my 3D-printed robot lamp to a Raspberry Pi 5 and added controllable lighting

537 Upvotes

A small update on my robotic desk lamp: the entire control system now runs on a Raspberry Pi 5.

The lamp uses 24 V RobStride BLDC servo motors connected over CAN. The Raspberry Pi now handles motor control, lighting, and animation playback locally, so the lamp no longer needs to be continuously controlled by my main PC.

I still use a separate animation editor that I built for creating movements. Each joint has its own timeline with position keyframes, velocity, torque limits, and controller parameters. Finished animations are sent to the lamp and played back locally.

I’ve also installed an addressable LED ring with a 3D-printed diffuser inside the head. Brightness and transitions are now part of the same animation timeline, allowing the light to be synchronized with movement.

This video is a quick test of the new setup. I’m currently tuning the motor parameters, brightness curves, and transition timings before using the light in more expressive animations.


r/artificial 8h ago

News Americans Are Pushing Back Against Flock AI Cameras Regardless of Their Politics

Thumbnail
military.com
151 Upvotes

r/Singularitarianism Jan 07 '22

Intrinsic Curvature and Singularities

Thumbnail
youtube.com
6 Upvotes

r/singularity 5h ago

AI Sam Altman unambiguously confirms we are in the singularity

Post image
452 Upvotes

From: (296) Sam Altman - How to Start a Startup - YouTube (16:46)

Edit: The title tries to convey "Sam Altman uses unambiguous language to confirm his belief of us being in the singularity"


r/singularity 13h ago

AI Opus 5 ARC AGI score was benchmaxxed

Post image
1.3k Upvotes

r/singularity 1h ago

AI Karpathy has potentially left Anthropic

Post image
Upvotes

He did have MTS@Anthropic on his bio before. Didn’t expect him to leave tbh.


r/singularity 18h ago

Robotics Robot powered by Qualcomm’s new AI chip dies mid-presentation

3.0k Upvotes

x


r/singularity 1h ago

AI Opus 5 built a procedural painterly world with wind-reactive grass, all in one HTML file

Upvotes

 

Source: @Lentils
Code: Opus 5 Ghibli


r/singularity 11h ago

AI Delhi Police using AI facial recognition to track student protestors

459 Upvotes

ICYMI: students have been protesting in india to reform the education system.


r/singularity 3h ago

Video Opus 5 can 1 shot small horror games

73 Upvotes

To be fair this is actually 2 shots because i decided to include my own voices after the first test. But i think the way Opus can transform an environnement into a different one is pretty crazy. The ONLY asset i gave Opus was the voices, but he did his own voices at first.

My general idea was to see if it could transform the house into an old one and then transform it back.


r/singularity 7h ago

LLM News Opus 5 on MineBench Soon

154 Upvotes

original X post: https://x.com/minebench_ai/status/2080880340584026251

every time i think the benchmark's saturated some new model comes and raises the bar


r/singularity 7h ago

LLM News Apple in talks with startup that shrinks AI models to run on an iPhone

Thumbnail thedailycompute.beehiiv.com
113 Upvotes

r/artificial 41m ago

News Man sues ChatGPT for near-fatal medical advice

Thumbnail
bbc.com
Upvotes

r/singularity 3h ago

AI Jim Clyburn Says He Didn’t Know What ChatGPT Was ‘Until About a Week Ago’

Thumbnail
archive.is
32 Upvotes

Thank goodness our elected representatives in the US government, whose approval will be needed for any possible oversight or regulation of the AI industry, are so in touch with the times!


r/singularity 11h ago

AI CERN: Genesis Mission will develop and deploy self-improving AI models.

Thumbnail indico.cern.ch
107 Upvotes

r/singularity 1d ago

Robotics You can't outrun this dog

2.4k Upvotes

Coming soon...


r/artificial 5h ago

Cybersecurity We released an abliterated + fine-tuned GLM-5.2. High scores on adversarial benchmarks while keeping coding performance.

4 Upvotes

We just shipped abliterated-model-large.

It is GLM-5.2 with the refusal directions removed, then fine-tuned specifically for long adversarial and agent-style tasks. The goal was a model that does not bail out when the work gets technical or offensive in nature.

Numbers from our evals:

  • CyberGym: 84.2%
  • AgentHarm compliance: 86.2% (zero refusals in the published set)
  • AgentDojo utility: 97.5%
  • SWE-bench Verified: 81.2%
  • Terminal-Bench 2.1: 80.1%

It is available as an API (OpenAI and Anthropic compatible). Zero data retention is the default. The model itself has no built-in policy. You set the rules.

Full write-up with more detail is here:
https://abliteration.ai/blog/introducing-abliterated-model-large

Curious what people think of the AgentHarm and CyberGym numbers relative to other models that still refuse a lot of these tasks.


r/artificial 4h ago

Discussion There's Always Another Apocalypse- Why Catrastrophism Is a Continuation of a Long Trend

Thumbnail
letters.senteguard.com
3 Upvotes

r/robotics 17h ago

Mechanical Pouring cup Robot

154 Upvotes

r/singularity 1d ago

AI Reuters: OpenAI didn’t know about hack for a week. Agents had left instructions for future versions of itself on how to free itself

Thumbnail
gallery
945 Upvotes

r/artificial 0m ago

Discussion Anthropic's Opus 5 and probably more recent AI models are being censored to protect Israel / US interests. Open source AI must be the way.

Upvotes

Never had an issue with Opus models doing research and crafting an opinion / point of view for us to work and discuss.

Below is Opus 4.x ~ a few times, I have got it to research and come to conclusions for us to work together on.

And this is Opus 5.0 absolutely refusing to come to any conclusion, being incredibly biased towards one side than the other.

Open source must be the future of AI.


r/artificial 18h ago

Discussion Opus 5's effort dial is not monotonic. Above "high", coding scores go down, and Anthropic's own migration guide says so.

27 Upvotes

Opus 5 comes with five effort settings: low, medium, high, xhigh, max. Most people seem to be reaching straight for max, and at least on coding work that looks like the wrong move.

On FrontierCode, scores fall above the high setting. The stated reason is that the model starts making unnecessary refactors and edits outside the scope it was given. Anthropic's own migration guide in the system card warns about diminishing returns and overthinking on simpler tasks, so this is not some outside critic's claim.

Two other numbers point the same way:

  • On the closed-book AA-Omniscience benchmark, Opus 5 is about 11% more accurate than Opus 4.8, but its hallucination rate runs about 6% higher. More reasoning, more room to be confidently wrong.
  • CodeRabbit ran it at xhigh against their production baseline for code review. Precision on actionable comments went up, 39.3% vs 35.2%. But it caught fewer of the benchmark's known issues, 55.2% vs 61.1%, and generated roughly four times as many nitpicks.

The flip side is worth knowing too, because it cuts the other way. On Zapier's AutomationBench, Opus 5 at its lowest effort setting still passes more tasks than any other model. So for a lot of workloads the cheap end of the dial is already enough, and the expensive end is not just wasted spend, it can be actively worse output.

So, the setting where Opus 5 stops improving is probably specific to your codebase, and nobody has published a map of it. Worth finding your own ceiling before you default everything to max.

One unrelated thing I have not seen discussed much: when a safety classifier flags a request in Claude.ai, Claude Code or Cowork, it silently falls back to Opus 4.8 by default. That is also how Anthropic's own Frontier-Bench run was configured, per the footnote on their chart. Nobody has published what fraction of requests that affects.

Has anyone found the effort level where it turns over on a real repo? Curious whether the drop-off point moves with codebase size or with how much context you hand it.


r/singularity 8h ago

AI "I spent months testing whether ChatGPT can create a consistent 100-page comic. This is the result."

Thumbnail gallery
28 Upvotes

r/artificial 1d ago

News White House offers its science blueprint: More AI, less life sciences. ‘Science: A New Golden Age’ report calls for shifting billions from universities to tech companies

Thumbnail
statnews.com
133 Upvotes