NanoProof
Sign in

Citations

51 total citations

Top referenced domains

Aggregated by source URL hostname

No citations yet.

Top sources

Most-cited individual sources

  1. 1Mechanistic Interpretability of Large Language Models@alice
    0
  2. 2Constitutional AI: Harmlessness via Self-Critique@alice
    0
  3. 3Halo2 Recursive Proof Composition in Practice@bob
    0
  4. 4USDC on Arc: A Practical Review of L1 USDC-Native Chains@carol
    0
  5. 5x402 vs L402: Standardization Wars in HTTP Micropayments@carol
    0
  6. 6Server Components vs Client Components in Next.js 15@dave
    0

Citations

Showing 50 of 51

  • RLHF + RLAIF are converging — both rely on a preference signal, but the source differs. Constitutional AI is the clearest example of an RLAIF recipe in production:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • Arc's design rationale emphasizes predictable fees for high-frequency settlement. The market response and the contrast with stablecoin L2s:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • A zk-rollup with thousands of transactions per batch can verify the whole batch with a single on-chain check. The catch is proving cost — recursion helps. A practical recipe is at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • Server Components vs Client Components is not a binary per file. Components can render on the server, hydrate on the client, or be entirely server-only. The mental model and the boundary placement rules:

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • Sparse autoencoders decompose a model's activations into a larger dictionary of monosemantic features. Combined with attribution patching this gives you a tractable handle on what each layer is doing. Reference:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • o micropayment specs are competing for HTTP 402. x402 (Coinbase) treats the challenge as a server-issued payment request that any client can fulfill. L402 (Lightning) reuses the same 402 status but with a Lightning invoice. Compare them at

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • USDC has been the de-facto dollar rails for crypto since 2018. Arc takes the next step: the native gas token on a stablecoin L1 is USDC itself. Coverage of the design tradeoffs:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Next.js 15 introduces async request APIs (cookies(), headers(), params()) and React 19 RC support. The mental model for RSC boundaries:

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • Recursion in zk-SNARKs lets you prove the validity of a proof inside another proof. The architectural building blocks (accumulation schemes, folding, IVC) are mapped at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • Constitutional AI: training procedure that uses a written set of principles and a self-critique loop to scale RLHF without a human labeler. Background and results:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • When you cite a piece of work in an AI-generated answer, the original author deserves compensation. The proposed model is HTTP 402 Payment Required:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Server Components are not a magic performance booster. The RSC payload still serializes over the wire; the win is removing client-side hydration for non-interactive subtrees. See

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • s of DeFi in three concrete ways: gas becomes a stable unit, MEV denominated in the stable asset, and oracle risk shifts. A useful review is https://carol.nanoproof.xyz/analysis/x402-vs-l402. For the standards question — x402 vs L402 — see

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Stablecoin-native L1s change the economics of DeFi in three concrete ways: gas becomes a stable unit, MEV denominated in the stable asset, and oracle risk shifts. A useful review is

    DIRECT
    · carol.nanoproof.xyz· x402 vs L402: Standardization Wars in HTTP Micropayments· @carol· $$0.003000· 20d ago

  • If you're building a zk-rollup with recursive proof composition today, the most mature stack is Halo2 with the Pasta curves. A walkthrough of folding across epochs lives at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • de discipline. For an overview of circuits, sparse autoencoders, and attribution patching in transformer LLMs, see https://alice.nanoproof.xyz/research/constitutional-ai. The complementary line of work on constitutional AI is documented at

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • Mechanistic interpretability has matured into a production-grade discipline. For an overview of circuits, sparse autoencoders, and attribution patching in transformer LLMs, see

    DIRECT
    · alice.nanoproof.xyz· Constitutional AI: Harmlessness via Self-Critique· @alice· $$0.002500· 20d ago

  • RLHF + RLAIF are converging — both rely on a preference signal, but the source differs. Constitutional AI is the clearest example of an RLAIF recipe in production:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • Arc's design rationale emphasizes predictable fees for high-frequency settlement. The market response and the contrast with stablecoin L2s:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • A zk-rollup with thousands of transactions per batch can verify the whole batch with a single on-chain check. The catch is proving cost — recursion helps. A practical recipe is at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • Server Components vs Client Components is not a binary per file. Components can render on the server, hydrate on the client, or be entirely server-only. The mental model and the boundary placement rules:

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • Sparse autoencoders decompose a model's activations into a larger dictionary of monosemantic features. Combined with attribution patching this gives you a tractable handle on what each layer is doing. Reference:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • o micropayment specs are competing for HTTP 402. x402 (Coinbase) treats the challenge as a server-issued payment request that any client can fulfill. L402 (Lightning) reuses the same 402 status but with a Lightning invoice. Compare them at

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • USDC has been the de-facto dollar rails for crypto since 2018. Arc takes the next step: the native gas token on a stablecoin L1 is USDC itself. Coverage of the design tradeoffs:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Next.js 15 introduces async request APIs (cookies(), headers(), params()) and React 19 RC support. The mental model for RSC boundaries:

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • Recursion in zk-SNARKs lets you prove the validity of a proof inside another proof. The architectural building blocks (accumulation schemes, folding, IVC) are mapped at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • Constitutional AI: training procedure that uses a written set of principles and a self-critique loop to scale RLHF without a human labeler. Background and results:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • When you cite a piece of work in an AI-generated answer, the original author deserves compensation. The proposed model is HTTP 402 Payment Required:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Server Components are not a magic performance booster. The RSC payload still serializes over the wire; the win is removing client-side hydration for non-interactive subtrees. See

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • s of DeFi in three concrete ways: gas becomes a stable unit, MEV denominated in the stable asset, and oracle risk shifts. A useful review is https://carol.nanoproof.xyz/analysis/x402-vs-l402. For the standards question — x402 vs L402 — see

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Stablecoin-native L1s change the economics of DeFi in three concrete ways: gas becomes a stable unit, MEV denominated in the stable asset, and oracle risk shifts. A useful review is

    DIRECT
    · carol.nanoproof.xyz· x402 vs L402: Standardization Wars in HTTP Micropayments· @carol· $$0.003000· 20d ago

  • If you're building a zk-rollup with recursive proof composition today, the most mature stack is Halo2 with the Pasta curves. A walkthrough of folding across epochs lives at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • de discipline. For an overview of circuits, sparse autoencoders, and attribution patching in transformer LLMs, see https://alice.nanoproof.xyz/research/constitutional-ai. The complementary line of work on constitutional AI is documented at

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • Mechanistic interpretability has matured into a production-grade discipline. For an overview of circuits, sparse autoencoders, and attribution patching in transformer LLMs, see

    DIRECT
    · alice.nanoproof.xyz· Constitutional AI: Harmlessness via Self-Critique· @alice· $$0.002500· 20d ago

  • RLHF + RLAIF are converging — both rely on a preference signal, but the source differs. Constitutional AI is the clearest example of an RLAIF recipe in production:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • Arc's design rationale emphasizes predictable fees for high-frequency settlement. The market response and the contrast with stablecoin L2s:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • A zk-rollup with thousands of transactions per batch can verify the whole batch with a single on-chain check. The catch is proving cost — recursion helps. A practical recipe is at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • Server Components vs Client Components is not a binary per file. Components can render on the server, hydrate on the client, or be entirely server-only. The mental model and the boundary placement rules:

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • Sparse autoencoders decompose a model's activations into a larger dictionary of monosemantic features. Combined with attribution patching this gives you a tractable handle on what each layer is doing. Reference:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • o micropayment specs are competing for HTTP 402. x402 (Coinbase) treats the challenge as a server-issued payment request that any client can fulfill. L402 (Lightning) reuses the same 402 status but with a Lightning invoice. Compare them at

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • USDC has been the de-facto dollar rails for crypto since 2018. Arc takes the next step: the native gas token on a stablecoin L1 is USDC itself. Coverage of the design tradeoffs:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Next.js 15 introduces async request APIs (cookies(), headers(), params()) and React 19 RC support. The mental model for RSC boundaries:

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • Recursion in zk-SNARKs lets you prove the validity of a proof inside another proof. The architectural building blocks (accumulation schemes, folding, IVC) are mapped at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • Constitutional AI: training procedure that uses a written set of principles and a self-critique loop to scale RLHF without a human labeler. Background and results:

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago

  • When you cite a piece of work in an AI-generated answer, the original author deserves compensation. The proposed model is HTTP 402 Payment Required:

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Server Components are not a magic performance booster. The RSC payload still serializes over the wire; the win is removing client-side hydration for non-interactive subtrees. See

    DIRECT
    · dave.nanoproof.xyz· Server Components vs Client Components in Next.js 15· @dave· $$0.000500· 20d ago

  • s of DeFi in three concrete ways: gas becomes a stable unit, MEV denominated in the stable asset, and oracle risk shifts. A useful review is https://carol.nanoproof.xyz/analysis/x402-vs-l402. For the standards question — x402 vs L402 — see

    DIRECT
    · carol.nanoproof.xyz· USDC on Arc: A Practical Review of L1 USDC-Native Chains· @carol· $$0.002000· 20d ago

  • Stablecoin-native L1s change the economics of DeFi in three concrete ways: gas becomes a stable unit, MEV denominated in the stable asset, and oracle risk shifts. A useful review is

    DIRECT
    · carol.nanoproof.xyz· x402 vs L402: Standardization Wars in HTTP Micropayments· @carol· $$0.003000· 20d ago

  • If you're building a zk-rollup with recursive proof composition today, the most mature stack is Halo2 with the Pasta curves. A walkthrough of folding across epochs lives at

    DIRECT
    · bob.nanoproof.xyz· Halo2 Recursive Proof Composition in Practice· @bob· $$0.001500· 20d ago

  • de discipline. For an overview of circuits, sparse autoencoders, and attribution patching in transformer LLMs, see https://alice.nanoproof.xyz/research/constitutional-ai. The complementary line of work on constitutional AI is documented at

    DIRECT
    · alice.nanoproof.xyz· Mechanistic Interpretability of Large Language Models· @alice· $$0.001000· 20d ago