HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mncharity

3,357 karmajoined vor 10 Jahren

comments

mncharity
·vor 18 Stunden·discuss
>> children figure out what they want to do and the learning comes along with it; the model views adults wanting children to learn something specific as generally counterproductive

> One thing AI is uniquely good at is meeting learners where they are

What if the AI wanted children to learn something specific? Able to patiently await an opportune moment. Able to blend it invisibly into other material. Able to subtly check and correct understanding.

Long term, one possibility is AI enabling a massive implicit curriculum. "[A]dults wanting children to learn" about say street crossing might be counterproductive... but funny how, at opportune times, some random stories just happen to include crossing a street, and do formative assessment, and happen to, quietly and eventually, cover and reinforce the associated learning objectives.

Take How the Piloses Evolved Skinny Noses, a children's picture book inoculation against natural selection misconceptions. It could merely be a book on a shelf. Or the AI might introduce or provide the book at an opportune moment. Or the book's approach itself might be dissolved and blended into other content.

So some story is explicitly about Fido going for a walk. But implicitly, it covers some aspect of safely crossing a street, and street lights as a communication device, and of concrete crack propagation, and tick precautions, and natural selection, and ...

Science is a richly interwoven tapestry of stories... but we basically never teach it like that. Even if such material was gathered, which pre-AI was absurdly implausibly demanding of domain expertise, it would largely be beyond the capability of an individual tutor to compellingly and adaptively deliver. But with AI?
mncharity
·vor 19 Stunden·discuss
Yes, it's easy to forget context. Especially the time component. Several 100 k children will be born tomorrow. 100+ M in the coming year. Then in six years, almost all of them will hit schools. Schools which are, pervasively, really really bad.

What can we do to help them? Better teacher training? Better new teachers? Better new teacher colleges? Consider the latencies. A decade cohort is 1+ B kids.

So refining intervention safety and efficacy is nice. Especially for development problems. Less so for an acute humanitarian disaster. For maximizing the golden hour in crisis mass-casualty triage. In some literate and numerate sense, most of this last decade's 1+ B kids did not survive our collective care.
mncharity
·vor 22 Stunden·discuss
Fyi fwiw, x.com video requires Sign-up/Log-in to view.
mncharity
·vor 7 Tagen·discuss
> What happens when the low-hanging fruit is gone?

Depends on why it's gone? For example, before the shocker of Facebook buying Oculus, there was an active community of side-gig businesses selling kits around VR, large touch panels, haptics, and such. What couldn't exist, was scaling that beyond hobby kits. No VARs, no integrators or assemblers, no OEMs, no contract or bespoke manufacturing, no searching for viable niche products. Because "it's merely a kit" was the only way the US patent system allowed the stuff to exist at all as a business. The gap between what you could make, and what you're allowed to sell, is large. Even now, we can't reasonably search for those niche market fits, because such scales are beneath the notice of big patent-holding companies. So absent FRAND reform or some such ("you're required to let me use it and pay you"), no fruit for you.

CA lacking non-competes, "Stealing IP!", grew software fruit in CA. But the US has lacked the growing conditions for Shenzhen fruit. So, what happens when the low-hanging fruit is gone, from the US? Fruit is grown, and enjoyed, elsewhere.
mncharity
·vor 8 Tagen·discuss
paper: https://arxiv.org/html/2602.03315v2 , Appendix Case Studies: https://arxiv.org/html/2602.03315v2#A5 , Prompts: https://arxiv.org/html/2602.03315v2#A1
mncharity
·vor 11 Tagen·discuss
Consider "spec -> plan -> implement" as an unremarkable agentic workflow. TFA suggests that Spec be organized by cross-cutting concerns. This seems a nice thought.

Doubts in comments so far seem around expectations of an AOP-like experience. Mainly that patching aspects/Spec makes happy changes to implementation. I'm not sure TFA intended that use. Nor that current AOP implementations provide the happy. But lets explore.

With a frontier model, a greenfield ends up with, say, some spec and plan docs, and a "woven" implementation. It's reasonable to wonder how well an LLM will then un-and-re-weave code as it makes changes. And how to express join points or equivalent. And how well code review agents will detect/check intended joins continuing to be woven correctly. And whether a baseline of the LLM simply using existing AOP tooling constitutes progress.

Coming from non-frontier models, some of that seems more straightforward. Harnesses use lots of small jobs/tasks, with subagent paperwork and reviews. Historically scarce context, precious context, encouraged tightly optimizing single-task context for each job. Including derived code "views", rather than raw code. And associated LLM-coded tooling around working with not-the-raw-code.

Thus working with name/signature pseudocode outlines. And filtering code/ast. Both get you closer to having unwoven forms, and to deterministic tooling for un/re-weaving. Consider i18n clutter - just to coddle the model, one might strip it (replace it with English), let the model work, and then restore it. Which is equivalent to un/reweaving an i18n aspect. And even read-only views, like function distillations which drop or abstract some specified variables and associated code, make that "check spec against implementation" code review easier. So, even interpreting TFA broadly, it seems at least potentially possible, no?

Big picture, I'd like to get away from traditional "repo as single point in design space, laboriously nudged around", to something which preserves the multiplicity of model/run/prompt ensembles, and allows playing on design space manifolds. "This exact code has been in prod" is useful information, if underutilized, but not so useful as to be worth discarding so many new possibilities.
mncharity
·vor 12 Tagen·discuss
I once worked on a medical hackathon concept for computer-assisted population screening for cervical cancer in a developing nation. Community health workers take photos. The AI would look at the images, and make a call of "clearly negative" vs "clearly positive" vs "needs (scarce) expert review". But taking good photos is hard, so it's also "photos insufficient" and "worker needs additional mentorship on taking photos". Only by computes reducing all three costs - expert workload, exam success, and quality-control/training - might successful deployment be financially and logistically plausible for that nation.
mncharity
·vor 12 Tagen·discuss
With direct discussion, the same tendency to harmonize towards groupthink applies.

Aside from the statelessness GP mentioned, one can insert anti-conciliatory intermediation. "I saw a random claim go by, but something about it seems not quite right. What am I missing? They said: [...]." Weaponizing the bias, and orchestrating the discourse from the harness.
mncharity
·vor 14 Tagen·discuss
While diffusion from joint space is perfusion limited, some work suggests ultrasound might increase that perfusion? By vasodilation and microvascular recruitment, from heating and shear stress on endothelial cells. With bubble vibration and cavitation as one source of stress.

Also, though perhaps not rate limiting, ultrasound might be able to mess with the N2 bubble boundary diffusion rate.

Caveats: Very not my field; no clinical practice; mostly animal studies; mostly musculature and not joint; and under-validated AI.

Meta: But I so very much enjoy surfing literature with AI. Even with AI's rich collection of interesting failure modes. They serve as fun added encouragement to keep you on your toes, and keep clear on the gradients of your confidence.
mncharity
·vor 16 Tagen·discuss
> Open weights/source doesn't necessarily mean running on local hardware, though.

And we've barely started to scratch the surface on helping open-weight models "be the best they can be", with cloud burst parallel sampling and prompt mutation. Looking for best probabilistic results for a prompt, and looking for best prompt variants for a task. Adaptively scaling computes at generation, not just training.

And speculatively, if agentic coding is naturally a multiplicity, what UX might enable human devs to dance with that quantum superposition? Rather than quickly collapsing to one monkey and its keyboard.
mncharity
·vor 16 Tagen·discuss
Hmm. Wouldn't a long neck permit amortizing the body lift across a lot of foliage?
mncharity
·vor 16 Tagen·discuss
Apparently there's a population of African elephants which rear up and balance to feed higher.[1]

[1] nature video starts with example: https://www.youtube.com/watch?v=3XzQ4BQe4fM short clip: https://www.reddit.com/r/NatureIsFuckingLit/comments/19bge4y... longer clip with two: https://www.youtube.com/watch?v=Jpxgqu_Cfkg
mncharity
·vor 18 Tagen·discuss
[dead]
mncharity
·vor 19 Tagen·discuss
Includes repo for finding pictures taken from slightly different perspectives in a photo archive, and making wigglegrams from them.
mncharity
·vor 20 Tagen·discuss
The existence of SOSUS wasn't all upside for whale data. Startup goes to patent a hydrophone improvement for marine research. Is told it's already secretly patented, and being classified, they can't make them - thank you for playing, good bye.
mncharity
·vor 20 Tagen·discuss
Another flatworms-are-fun story: If you irradiate a flatworm using a nuclear reactor, to kill off its stem-cell equivalents, it sort of "rots" as other cells eventually die and aren't being replaced. If after zap, you insert donor stems, its life can instead proceed normally, and the entire body is eventually refreshed. So ship of Theseus like, you have an individual flatworm, swimming through its life, which ends up being genetically unrelated to its earlier self.
mncharity
·vor 20 Tagen·discuss
Neat. Years ago I did a spike with order-of-magnitude measure sliders. So mosquito mass, with imaginary handcrank force, quickly goes relativistic. And low order 10 kg gives a picture of cat, with high order 100 bpm heart rate beeping (metabolic rate scaling with mass - whale hearts are massive and slooooow). Now with AI, perhaps one might flesh out such a space, with measures and landmarks and media and links, and survive the nightmare barrier of copyright permissions, with a more plausible level of effort. It might be fun to be able to surf an oom measure space, to develop a feel for measures and reasonable quantities.

> “atmosphere barn megaparsecs"

So say a pressure vessel, the length of a galactic cluster, with subatomic cross-section... hmm, ok, an exercise in engineering left for the reader. It seems carbon nanotubes, 1 nm^2 (1e10 barns), can do order 10 GPa, plugged with ice.
mncharity
·vor 20 Tagen·discuss
Fwiw, I'll share some surfing:

Nice article on an earlier demo: https://newatlas.com/energy/quaise-energy-millimeter-wave-dr... ; linked from this (nice but lots lots of ads): https://newatlas.com/energy/quaise-energy-millimeter-wave-dr... .

Company https://www.quaise.com/ on YT https://www.youtube.com/@quaise

MS thesis (2024; browsable) on the vitrified wall, for that and its intro: https://www.proquest.com/openview/624989df3cdd8055a6cee9affc...

Search for papers "Millimeter Wave Drilling for Deep Geothermal Energy Production" https://scholar.google.com/scholar?hl=en&as_sdt=0%2C33&q=Mil...
mncharity
·vor 22 Tagen·discuss
> rerunning [...] but differently framed or worded input, and seeing how much they diverged

I'm surprised how little attention this is getting in today's comments. Open-weights means being able to afford multiple runs, space sampling, critique and synthesis.

Last night, sketching some intro biology content emphasizing cross-cutting concerns, Qwen would get sucked into the Next Generation Science Standards attractor. But nudge it by adding just one similar phrase of Chinese, and most runs ran free (outputting English but for headers with parenthesized Chinese). The multi-lingual LLM "no, not *that* region of latent space".
mncharity
·vor 23 Tagen·discuss
Has anyone seen a good set of prompts for that disagreement? For the "skeptical eyebrow-raise" or "confused/doubtful head tilt" aspect of rubber ducks?

Agentic uses adversarial expert, steel-man opponent, risk-mitigation and failure-mode analysis. But what about almost brainstorming, but with thought-provoking nudge questions? Or on the other hand, arm-waving fight-club style discussion? Or... It's a big design space. I used to go to lots of research talks at MIT, in assorted departments. The post-talk Q&A question cultures varied a lot. Like encompassing both "leaves the speaker in tears", and "nudge so subtle, you won't quickly get it if you've not already spotted the fatal flaw in the work".

So aside from dialing down the "transformative insight!" silliness, there seems a rich multi-agent multi-persona space to explore.