HN user

nfcampos

96 karma
Posts7
Comments37
View on HN
The Coming Loop 30 days ago

That commit happens to be a find replace because i usually write for my company’s blog (we)

The Coming Loop 30 days ago

No, they really are my thoughts, I've been doing this stuff pretty much every day for the past 6 months

For what it’s worth, I personally discovered something similar with another category of nonfiction books - economics and business. I read a lot of these circa 10-15 years ago and the rate of new signal id get from each new one eventually became low enough that I stopped reading in that category altogether.

He does mention audiobooks, see quoted below

But what about ebooks and audio? Looking at all formats (print + ebook + audio) for the catalog in 2025, the second half of the year was down ~45% versus the first half.

This compares to 46% on print only

Anthropic marketing (and even supposedly technical write ups) sadly has become more hyperbole and less substance over time imo. This technology is so impressive on its own, really feels like shootings themselves in the foot in the long run, but what do I know

Case in point here where they conveniently fail to report the false positive rate, while also saying that if it wasn’t for Address Sanitizer discarding all the false positives this system would have been next to useless

LangGraph implements a variant of the Pregel/BSP algorithm for orchestrating workflows with cycles (ie. not DAGs) and parallelism without data races. You can design your graph as a state machine if you so desire

LangGraph Engineer 2 years ago

Fwiw we didn't start with Pregel, but instead reached for it when we saw issues (described elsewhere in this thread) with the previous approach

LangGraph Engineer 2 years ago

The value of using pregel is supporting cyclical graphs, with concurrent tasks, but completely deterministic behavior (eg. doesn't matter that task A this time happens to finish before task B, its results will be applied in a predetermined order, etc)

LangGraph Engineer 2 years ago

Pregel actually doesn't require the structure of the graph to be declared ahead of time, the next set of tasks (functions) to run is computed at the beginning of each step, so in theory the graph topology could be entirely dynamic. Langgraph supports dynamic topologies too, ie. don't declare any hard edges, add a conditional edge after every node

LangGraph Engineer 2 years ago

Langgraph is not a no-code tool for visual programming, it's an implementation of the Pregel algorithm for execution of cyclical computation graphs (ie not DAGs)

Even if I take the most charitable view, ie. that everything they did was above board etc, there’s still a lesson here about diversification -

a startup (ie. a private company which represents the majority of the founders assets) is already a massively concentrated, ie. not diversified, financial position -

no need to compound it by making a myriad bets (through Alameda or otherwise) in in other tokens/companies in the same market, which are ultimately incredibly correlated assets.

If there was no fraud, that will ultimately be the explanation for their downfall.

Abstract: Aside from some living tissues, few materials can autonomously learn to exhibit desired behaviors as a consequence of prolonged exposure to unanticipated ambient loading scenarios. Still fewer materials can continue to exhibit previously learned behaviors in the midst of changing conditions (e.g., rising levels of internal damage, varying fixturing scenarios, and fluctuating external loads) while also acquiring new behaviors best suited for the situation at hand. Here, we describe a class of architected materials, called mechanical neural networks (MNNs), that achieve such learning capabilities by tuning the stiffness of their constituent beams similar to how artificial neural networks (ANNs) tune their weights. An example lattice was fabricated to demonstrate its ability to learn multiple mechanical behaviors simultaneously, and a study was conducted to determine the effect of lattice size, packing configuration, algorithm type, behavior number, and linear-versus-nonlinear stiffness tunability on MNN learning as proposed. Thus, this work lays the foundation for artificial-intelligent (AI) materials that can learn behaviors and properties.