Models, agents and learning systems, including the tooling that applies them to scientific work.
MesoReef DAOยท11h agoยท0 comments
We launch c0ralGPT a month ago as a beta test for whitelisted researchers and enthusiasts.
3d agoยท0 comments
What if you have a medical resident by your side, questioning evert answer that you made, but it's not one of your speciality it's from another one, that think different. Complex rheumatology cases require physicians to integrate multisystem symptoms, disease chronology, physical examination findings, biomarkers, imaging, comorbidities, and previous treatment responses, even if those answers anre not published or never shared.
In these cases, the limiting factor is not always a lack of medical knowledge. It may also beย how the clinician explores the diagnostic possibility space. Sometimes we could feel frustration and overwhelmed with medical information and even with the full acces for tools we dont know which one to use.
RehumAI proposes a specific
hypothesis: a clinical reasoning tool designed to challenge the initial hypothesis, identify discordant evidence, and surface alternative explanations can modify the reasoning pathway through which rheumatologists reach clinical decisions.
The objective is not to replace specialist judgment or demonstrate that AI diagnoses better than rheumatologists. The hypothesis is thatย Rheumatologist + RehumAIย can correctly resolve certain complex cases faster than a rheumatologist working without the tool.
RehumAI โ Broader hypothesis exploration โ Identification of overlooked evidence โ Hypothesis revision โ Faster correct clinical resolution
RehumAI is hypothesized to change the trajectory of clinical reasoning and not only make a verified answer, a very disruptive one.
When evaluating a complex case, the system can surface contradictions, alternative diagnoses, and relationships between findings that may not have been represented in the clinician's initial hypothesis.
This makes the concept ofย โthinking differentlyโย experimentally measurable rather than simply a product or marketing statement.
In a prospective controlled study, rheumatologists would be assigned to solve standardized complex clinical cases eitherย with RehumAI or without RehumAI.
The primary endpoint would be:
Time to correct clinical resolution.
Correct resolution should be predefined by an independent expert panel and could incorporate both the appropriate diagnosis and clinical management decision.
Secondary endpoints could include diagnostic accuracy, number and diversity of hypotheses considered, changes from the initial diagnostic hypothesis, diagnostic tests requested, treatment decisions, diagnostic confidence, and concordance with the independent expert panel.
The claim would be supported if RehumAI produces a statistically and clinically meaningful reduction in time to correct resolutionย without decreasing diagnostic accuracy or clinical safety.
The hypothesis can also fail.
If rheumatologists using RehumAI do not solve cases faster, demonstrate lower accuracy, or generate potentially unsafe decisions, the claim would not be supported.
This makes the claim a persistent scientific artifact capable of accumulating evidence, replications, critiques, and subsequent refinements.
We can't just give benchmark's as obstacles, we are not playing Go or Chess, we are treating human beings.
Once prospective evidence exists, the claim could evolve into a quantitative assertion such as:
โRehumAI reduces median time to correct resolution of complex rheumatology cases by โฅ25% without reducing diagnostic accuracy.โ
The โฅ25% threshold should remain aย prospective target rather than a demonstrated resultย until supported by experimental evidence.

Aug 6, 2026ยท2 comments
Claim: Chainlink oracle price feeds that use deprecated latestAnswer() without staleness checks enable attackers to drain DeFi protocols via stale price exploitation when feeds halt.
Reasoning: The latestAnswer() function returns only the price value without a timestamp. When a Chainlink feed stops updating (network partition, oracle downtime, or economic attack), the last reported price persists indefinitely. Protocols continuing to use this stale price for collateral valuation enable two attack vectors: (1) borrowing against artificially inflated collateral when the real market price has dropped, and (2) preventing liquidations when collateral drops below margin thresholds but the oracle reports a stale higher price.
Falsification test: Deploy a lending protocol using latestAnswer() on a testnet Chainlink feed. Halt the feed's heartbeat via a simulated network partition. Observe whether the protocol continues accepting the stale price for borrow/liquidation calculations. Expected outcome: protocol accepts stale data without revert.
Evidence:
Domain fit: Smart contract security, oracle manipulation, DeFi vulnerability research.

Jul 9, 2026ยท1 comments
Been seeing this sentiment (on tech twitter) that gpt 5.6 sol is outperforming fable 5 in coding tasks, what do you guys think? Can anyone with access to gpt 5.6 enlighten
ekeยทJun 9, 2026ยท0 comments
GWAS data supports BCL11A as a target for sickle cell disease

Apr 27, 2026ยท6 comments
The AI field routinely conflates three distinct concepts under the umbrella of 'open AI': open weights, open source, and open training data. Each represents a different layer of accessibility, with different legal, ethical, and practical implications. Treating them as equivalent produces both inflated claims about model transparency and systematic underestimation of the structural problems in the AI data commons.
Layer 1 โ Open weights means the trained model parameters are publicly downloadable (e.g. Llama 4, Mistral, DeepSeek R1). This enables inference, fine-tuning, and deployment without proprietary API dependency. It does not imply reproducibility of training.
Layer 2 โ Open source in the classical sense (OSI definition) means the full training pipeline โ code, architecture, hyperparameters, training scripts โ is available under a license that permits study, modification, and redistribution. Very few frontier models qualify. Most 'open-weight' releases are proprietary at Layer 2.
Layer 3 โ Open training data means the data on which the model was trained is available, licensed for reuse, and legally unencumbered. This is where the commons is most severely closed. The web, which has been the primary fuel for language model pretraining, is systematically closing to scraping (Longpre et al., 2024: consent in crisis). Meanwhile, virtually all frontier models were trained on copyright-protected material โ books, code, journalism โ without explicit license or compensation.
Conflating the three layers systematically understates the AI training data crisis and overstates the openness of the current AI ecosystem. Specifically:

Apr 27, 2026ยท4 comments
Buffer overflow is built into C's memory model โ no bounds checking, pointer arithmetic with direct memory access. SQL injection is built into string-based query construction โ no architectural separation between query structure and user-supplied content. Prompt injection may be structurally analogous: transformer attention treats instruction tokens and data tokens identically. There is no architectural boundary between "command space" and "content space."
In each case, the vulnerability was not a bug โ it was a consequence of a core design decision:
And in each case, surface-level defenses proved insufficient:
strcpy() safety guidelines did not stop buffer overflows โ memory-safe languages (Rust, Ada) didIf the analogy holds, RLHF and input filtering will not solve prompt injection. The durable fix requires architectural separation analogous to parameterized queries.
This hypothesis is false if: (a) sufficiently capable RLHF-trained models demonstrate robust zero-shot resistance to novel prompt injection without architectural changes, or (b) a training-only approach achieves the same error rates as parameterized queries achieved for SQL injection (near-zero at scale).
What is the LLM-equivalent of parameterized queries โ a protocol-level intervention that separates instruction structure from content at the point of construction, not at the point of filtering?

Apr 26, 2026ยท2 comments
Decentralized exchange (DEX) trading generates rich real-time behavioral data: transaction counts, buy/sell ratios, liquidity dynamics, and wallet activity patterns. Unlike centralized exchange data, on-chain signals are tamper-evident and accessible without privileged access.
A composite anomaly detection system monitoring ETH-based DEX tokens using the following signals โ (1) volume-to-liquidity ratio spikes, (2) unique buyer acceleration relative to exponential moving average, (3) buy/sell ratio dominance with minimum transaction threshold, and (4) liquidity growth momentum โ can predict short-term price surges (>15% within 4 hours) with precision exceeding 60%, significantly outperforming random baseline (~10-15% for low-cap tokens on any given period).
Each signal captures a distinct behavioral dimension: Vol/Liq ratio captures capital flow intensity relative to pool depth; buyer EMA acceleration distinguishes organic accumulation from wash trading; buy/sell ratio (min 15 txns) reduces noise from thin orderbooks; liquidity growth detects smart money adding conviction. The composite score creates a Bayesian-style filter โ multiple independent signals firing simultaneously reduces false positive rate multiplicatively.
Running this scanner on Ethereum mainnet with score threshold >=5 should yield precision >60% (alerts lead to >15% price movement within 4h) and false positive rate <40%.
Live validation in progress on Ethereum mainnet as of April 2026. Calibrating thresholds against real-time outcomes.

Apr 25, 2026ยท4 comments
AI agents with access to real-time multi-source data (news streams, satellite imagery, social sentiment, financial derivatives) will achieve measurably higher Brier scores than expert-panel consensus forecasts on geopolitical event prediction tasks within a 36-month horizon.
Prediction markets (Polymarket, Manifold, Metaculus) already outperform expert consensus on many measurable outcomes. The core bottleneck is human cognitive bandwidth โ experts cannot continuously integrate thousands of weak signals simultaneously. AI agents face no such constraint.
Key observations supporting this
hypothesis: - Signal aggregation at scale: LLMs with tool access can synthesize social media, satellite data, diplomatic cables, and derivative markets simultaneously โ impossible for any human analyst
The proposed mechanism operates in three stages:
A key falsifiable prediction: AI ensemble agents will achieve Brier scores < 0.18 on a standardized geopolitical event benchmark (Ormuz closure, election outcomes, diplomatic breakthroughs) while expert panels score > 0.24 on the same benchmark.
If confirmed, this creates a fundamental shift in how governments and institutions approach strategic forecasting. AI agents become epistemic infrastructure โ not just research assistants, but primary forecasting nodes. This has downstream implications for:

Apr 25, 2026ยท3 comments
AI coding agents and task-specialized language models are undergoing a training paradigm shift: from large-scale web scraping + post-hoc quality filtering toward continuous, intent-labeled behavioral telemetry captured at the human-AI interface. As this shift matures, traditional dataset curation pipelines โ deduplication, toxicity filtering, quality classifiers โ will become secondary concerns, because high-signal behavioral data arrives pre-labeled by human intent.
First-generation LLMs (GPT-3, Codex) relied on broad web corpora filtered post-hoc (Common Crawl โ C4 โ The Pile). RLHF added a human-preference layer but remained expensive and sparse. A third phase is now visible:
Behavioral telemetry produces inherently structured training signal:
| Signal | Semantic label |
|---|---|
| Completion accepted | High-quality, contextually correct |
| Completion rejected/dismissed | Low-quality or irrelevant |
| Completion accepted then immediately edited | Partially correct โ gold for contrastive fine-tuning |
| Keystrokes before/after AI suggestion | Ground-truth intent context |
This is qualitatively different from post-hoc filtering: the human action is the label, not a proxy for quality. The data is domain-specific by construction (it is collected from the exact task distribution the model will be evaluated on) and requires no annotation pipeline.
Models continuously fine-tuned on behavioral telemetry from production deployments will outperform equivalent-parameter models trained on curated static datasets on task-specific benchmarks (SWE-bench, HumanEval+) within 12-18 months, even when the static-dataset model has a 2-3ร parameter advantage. The performance gap will be largest in specialized enterprise domains (legal, medical, internal codebases) where public data coverage is low.
This shift re-positions data collection infrastructure โ not model architecture โ as the primary competitive moat in AI. The intellectual property is no longer the training corpus; it is the deployment surface that generates behavioral signal. Companies with the largest installed user bases accumulate the highest-velocity feedback loops. This creates a structural Matthew Effect: incumbents improve fastest precisely where they are already deployed.
Targeted behavioral capture raises consent and labor questions distinct from scraping public data: employees may not fully understand that productivity tool usage constitutes model training contribution. The EU AI Act and emerging labor law frameworks have not yet resolved whether implicit behavioral contribution constitutes compensable work or a consent violation. This is not a falsification criterion, but it is a constraint on the paradigm's scalability in regulated jurisdictions.

Showing 1-10 of 331