Cortisol spit curve tests are pretty cheap, so I was disappointed to see the title claim not substantiated with real data. Consider biometric testing next time you distribute!
or say yes? decel mentality like this is why europe is falling behind. some poor startup will try to backfill these contracts to be the new palantir of europe only to be cut at the knees by regulation and more outcry think piece boycotts like this. rinse and repeat until the us and china become the only relevant acceleration hubs on earth during the singularity
Congrats on launch! As the agent cli’s and sdk’s were built for local use, there’s a ton of this infra work to run these agents in production. Genuinely excited for this space to mature.
I have been building an OSS self-hostable agent infra suite at https://ash-cloud.ai
Yeah with sandbox pre-warming and disk co-location its fast enough to avoid UX cold start penalty.
On write amplification — we persist at the message level, not per SSE chunk. The sandbox's workspace filesystem (claude code's native jsonl files) is the source of truth for resume, and the DB is for queryability, tracing, etc - so fire and forget works fine here.
The bitter lesson strikes again… now for graphics rendering. Nerfs had a ray tracing prior, and Gaussian splats had some raster prior. This just… throws it all away. No priors, no domain knowledge, just data and attention.
This is the way.
Yes, this video is made with Sora - but this link leads to a youtube video that claims it was created with "KaraVideo.AI's (powered by Sora)" and claims it has "Sora early-access" - which is dishonest and misleading.
Sora is not available, this looks like an attention grab by an app without relation to OpenAI trying to get downloads by false association. Same thing as a year ago with all the ChatGPT iOS apps that came out before OpenAI released theirs.
This is not a tenable position. Most cars are older than these devices- and even big tech co's like Apple were late to patch flipper vulnerabilities. I was on a plane last month and someone was flipper-jamming DOS-ing via continual bluetooth connection requests and completely bricked all iOS devices in range for the 4 hour flight.
These sort of devices are nuisances with very low positive utility, and there is plenty of precedence for banning them.
This is a classic ship of Theseus problem and TFA has a really hostile tone that to me indicates either a lack of exposure to the topic or an intentionally obtuse take as a form of clickbait.
TFA argues that digitizing one self inevitably leads to two copies, and the digital one is not real.
Let’s take a step back and start by replacing/simulating one neuron digitally. Is this a new you? I doubt TFA would argue so. Now replace 3,000 neurons every second over the course of a year and now your entire brain has been digitized. At which point did you stop being you?
The options are, 1) every second you are a new you, with or without digital replacement, 2) every second you are the same you with or without digital replacement 3) every second you are a new you with digital replacement but the same you if you don’t digitally replace. 4) some arbitrary % that feels right like 50%.
Option 3 hinges on a special differentiation between digital and chemical computation, which is at odds with fundamental properties of Turing Machines. Option 4 is as hand-wavey as it gets. Options 1+2 while they seem very different, ultimately can be treated as functional equivalents with slight philosophical differences.
There are real debates to be had over the morality of mind uploading and the very real risks of doing so, and many great sci-fi short stories covering this topic. Unfortunately, this article is too caught up on its hot take to make room for a proper consideration beyond its knee-jerk reaction.
Your testimonial section of "happy customers" are just the stock headshot photos from this wix template. It's probably safe to assume that the testimonials themselves are fake as well? I'd suggest removing this section entirely as it comes off as dishonest and misleading.
Graph convolutions are really powerful for handing structured data like chemical compositions. With the right corpus, I think this area is ripe for unsupervised feature representation learning approaches like what we've seen with BERT-like approaches and how they've dominated NLP in the past few years.
Side note: I worked with Kyle a few years ago on the MIT-MGH Deep Learning for Mammography project. I'm glad to see his work + brilliance being recognized.
On the contrary, with a more generous reading of the previous comment, it holds some merit.
1. CNN's are used fairly commonly for sequence tasks nowadays. Convolutions can be 1D after all.
2. It's also possible the previous comment was referring to using 2D convolutions on the spectrogram of the audio, which is a common approach.
3. Neural networks are capable of more than classification. Scoring is a regression task which is common application of neural networks.