HN user

nicklo

468 karma

AI Researcher, Author, Founder. https://nicklocascio.com/.

Booth.ai (YC W23) Prev. Standard.ai, MIT

http://nicklocascio.com/

Posts15
Comments72
View on HN

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

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.

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.

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.

Deep Learning | Boston | Nick L | njl@mit.edu | http://nicklocascio.com

Founded + lectured MIT's deep learning course (6.S191), contributing writer to O'Reilly's Fundamentals of Deep Learning book, deep learning consultant for Fortune 500.

Down to chat about and give advice about anything in the machine and deep learning space! Interested to hear what you're working on! :)

This article seems to be trying to disarm tech elitism by diving into the deep end of it, but by and large the humor is pretty forced and the tone condescending.

I'd also recommend that the author remove the attempt at being edgy at the end with the snide reference to the reports of sexual harassment at Uber. Especially the cheeky "too soon?", which simultaneously acknowledges the gravity of the situation for the victims while also dismissing it entirely in favor of an attempted joke.

Super exciting seeing on-par performance of RL tasks with dramatically less supervision.

Really looking forward to a follow-up where they explore 2.2.4 further. Sampling examples which provide maximal information game seems like it could result in another huge reduction in the amount of human oversight necessary. Could see an adversarial scheme which could learn to sample these examples optimally from the manifold. This kind of thing is powerful in human learning of complex tasks to ask for clarification or feedback in specific places of uncertainty.