How much of your actual job ended up being data wrangling that nobody prepared you for?

I feel like at least a third of my time right now is just getting subsurface data into a usable state before I can do anything real with it. LAS files with inconsistent curve naming, well logs from different vintages that do not line up, SEG-Y that needs preprocessing before any interpretation tool will even open it. And that is before I start trying to cross reference any of it across wells or formations.

I did not expect this to be such a big part of the job honestly. I am wondering whether this gets easier with experience or if people just get faster at dealing with it. Did you learn most of this on the job or is there stuff you actively went and studied? And do bigger companies actually have this figured out or do they just have more people dealing with the same problem?

reddit.com
u/jasmineliumai — 13 days ago

How much time do you actually spend just moving data between tools vs doing real engineering work?

I am wondering if this is just me but it feels like at least half my week lately has been exporting things out of Petrel, reformatting them, figuring out why a file that worked fine last month is suddenly not reading correctly, tracking down which version is actually current. Like actual housekeeping stuff, not engineering.

The tools are fine when they work but nothing talks to anything else and at some point you end up just manually babysitting data between applications indefinitely. I do not know when that became a normal part of the job.

What I keep coming back to is whether petroleum engineering is actually getting harder or if the geology is roughly the same and we are just quietly drowning in more software that does not integrate. It feels like the second one but I might just be having a bad week.

Is this something people are solving internally or is everyone just dealing with it?

reddit.com
u/jasmineliumai — 13 days ago
▲ 30 r/geology

Other industries would kill for the data subsurface geology has been sitting on for decades

Is anyone actually solving the problem of subsurface data being completely siloed and inaccessible, or has the industry just accepted it?

I have been thinking about how much data exists across well logs, seismic surveys, core samples, pressure tests, some of it going back to the 1940s, and how little of it actually gets reused in any meaningful way. A geologist finishes an interpretation, it gets filed somewhere, and the next team that works the same area basically starts from scratch.

Other fields have built real infrastructure around making historical data queryable and reusable at scale. Subsurface feels like it is a decade behind on this, and I think part of it is format fragmentation (LAS, SEG-Y, RESQML, proprietary workstation exports) but honestly that feels more like a symptom than the actual problem. The data just was never treated as something worth investing in at the infrastructure level.

I'm curious if this is better in certain subsectors or companies or if it is pretty universal?

reddit.com
u/jasmineliumai — 13 days ago
▲ 5 r/AutoGPT+1 crossposts

How do you actually test an agent harness when half of it is non-deterministic?

Running into this at Lium and I'm curious how other people handle it?

The deterministic parts of a harness are easy to test. Retry logic, parsing, routing, all of that you can unit test like normal code. But the second the model has to make a real judgment call how do you even write a test for that?

Do you check for an exact output and accept it'll be brittle since the model phrases things differently every run? Do you use another model as a judge, and if so, who tests the judge? Do you just run it fifty times and eyeball whether it feels right often enough?

I tried golden output diffing first. Failed constantly even when the agent was doing the right thing, just worded differently. Switched to LLM as judge for a bit, which works better but now I've got a non-deterministic test grading a non-deterministic system, which feels like it's just moving the problem one layer up instead of solving it.

Anyone landed on something that actually works here? Is it just accepted that agent testing is fuzzier than normal software testing, or is there a pattern I'm missing?

reddit.com
u/jasmineliumai — 17 days ago
▲ 22 r/AIQuality+1 crossposts

I think the best agent harnesses use the LLM the least, not the most

The pattern I keep running into after building a bunch of these is that the harnesses that actually hold up call the model way less than I expected starting out.

At my company (Lium) we deal with messy terabyte-scale scientific data, so picking the right tool or parser for a file is basically never a judgment call, it's deterministic almost every time.

But I see people routing everything through the model anyway. Tool selection when there's one obvious answer. Retries. Output parsing. Deciding when to stop. None of that needs judgment, it needs code. Do it through the model and you get something slow and hard to debug, since the failure could be hiding anywhere in a chain of probabilistic calls.

My diagnostic now is that if a broken step gets "fixed" by rewording the prompt instead of touching the code, that's a wrapper, not a harness.

Model gets called for genuine ambiguity, competing signals, stuff no rule covers cleanly. Everything else is plumbing, and once you map it out that pile is smaller than you'd think.

How do you all draw that line? Hard rule or more case by case?

reddit.com
u/jasmineliumai — 17 days ago

Anthropic Built Fable 5. Lium Was Built for the Science It Blocks.

Anthropic just accidentally made one of the best ads for Lium.

They built Fable 5, their most powerful model yet, then put so many guardrails around it that biology, chemistry, cybersecurity, and other scientific topics can cause it to back away from the conversation.

That raises a pretty simple question.

What is the point of building a frontier model if it gets uncomfortable when you ask frontier questions?

Lium was made for the science that Fable blocks.

We built it because a lot of the people doing serious work in science, engineering, energy, geospatial analysis, and technical research don't need an AI that is constantly looking for reasons not to help. They need one that can actually engage with difficult problems and large, messy datasets.

Real research is rarely clean. It involves uncertainty, complexity, and questions that don't fit into a polished demo.

While everyone is arguing about how capable Fable 5 is, we're focused on something more practical.

Can it actually help people do their work?

If you've hit a wall with Fable, try the same problem in Lium.

We're live on Product Hunt today: https://www.producthunt.com/products/lium

Come test the science Fable won't touch.

https://preview.redd.it/wdith04iso6h1.png?width=2320&format=png&auto=webp&s=c4073821637915678ee9d0dbfb595d7ab0fb7fab

reddit.com
u/jasmineliumai — 25 days ago

[OC] A satellite map of the atmospheric shift happening over North America's cities

This map shows the estimated lifetime of organic peroxy radicals (RO₂) across urban North America during summer 2023.

RO₂ radicals are an important part of atmospheric chemistry. How long they survive helps determine whether they quickly react with nitrogen oxides (NOₓ) and drive ozone production or remain in the atmosphere long enough to follow other chemical pathways.

Over the past few decades, NOₓ emissions have fallen across much of North America. As a result, the chemistry of many cities is changing. The study found that New York, Chicago, and Toronto have substantially longer RO₂ lifetimes than Los Angeles, giving these radicals more time to undergo reactions that can produce highly oxidized compounds and contribute to secondary organic aerosol.

The colors show estimated RO₂ bimolecular lifetime (τ_bi), with purple indicating shorter lifetimes and green to blue indicating longer lifetimes. These patterns reflect a broader shift in urban photochemistry as NOₓ levels continue to decline.

One of the most interesting findings is that this isn't just happening in a few cities. The satellite observations suggest longer RO₂ lifetimes are becoming common across urban North America, pointing to a widespread change in how pollutants are processed in the atmosphere.

u/jasmineliumai — 26 days ago

[OC] Winter oil spills kill 15x more migrating ducks than spring spills, but spring survivors arrive at breeding grounds nearly 100g underweight

Based on a 2026 USGS simulation study, modeling sublethal oil exposure on female mallards migrating from Arkansas to the Prairie Pothole Region. Each scenario simulates 1,000 birds across 80 runs. Error bars are 95% interquartile range. Winter spills are deadlier upfront but survivors have months to recover before nesting. Spring spills are far less lethal yet birds arrive at breeding grounds significantly underweight, which prior research links to smaller clutch sizes and fewer re-nesting attempts.

u/jasmineliumai — 1 month ago

What’s a part of climate tech you think is going to get way bigger over the next few years?

I’m wondering how much the software and data side of climate tech is going to grow over the next few years compared to the more visible stuff like EVs and solar. Things like environmental data infrastructure, satellite monitoring, grid software, climate risk tools, wildfire detection, optimization systems, and emissions tracking seem like they could become a much bigger part of the space.

I’m wondering what areas people here think are going to matter the most going forward, especially on the technical side.

reddit.com
u/jasmineliumai — 2 months ago

What areas of climate data science are growing the most right now?

I've been interested in climate and environmental data science lately and I’m curious what areas people think are growing the fastest right now?

Could be things like:

  • satellite data
  • wildfire prediction
  • energy and grid optimization
  • climate risk
  • emissions tracking
  • weather modeling
  • environmental AI

It would also be cool to hear what people here work on and what skills/tools seem most useful in the space.

reddit.com
u/jasmineliumai — 2 months ago

[OC] In 2025, clean energy investment ($2.1T) was 33× larger than global climate adaptation funding ($63B), while weather disasters cost $380B

The number that keeps jumping out: $2.1 trillion went into clean energy in 2025. $63 billion went into adapting to the damage that's already coming. That's a 33x gap.

Weather disasters cost $380B last year alone. The climate insurance gap (losses that go completely uninsured) runs $1.4 trillion a year. The green bond market hit $950B, which sounds huge until you put it next to those two numbers.

The stat cards up top fill in the rest. +1.35C above pre-industrial. CO2 at 427 ppm. 2.4 billion people hit by extreme heat in 2025. About 200 Gt of carbon budget left before 1.5C is off the table.

All figures are 2025 data.

u/jasmineliumai — 2 months ago