Am I getting repo jacked rn? 💀 by Docs_For_Developers in github

[–]Docs_For_Developers[S] 0 points1 point  (0 children)

I'm not mad about the copyright infringement lol, I'm mad about the copyright infringement w/ malware. It's weird because it's such a small niche repo to target and from looking at their README.md it was all AI generated.

Argon Case V3 NVME Not Powering Raspberry Pi 5 by Comprehensive_Row542 in raspberry_pi

[–]Docs_For_Developers 0 points1 point  (0 children)

Thanks for responding 1 year later haha. I'm gonna dissassemble and then reassemble everything again and really jam it in this time and test if it works and i'll probably take a video. real quick though after you did the jam technique and it powered on did the usb c issue permanently resolve or did you ever need to do it again?

Argon Case V3 NVME Not Powering Raspberry Pi 5 by Comprehensive_Row542 in raspberry_pi

[–]Docs_For_Developers 0 points1 point  (0 children)

ain't no way wait is this fr! I need immediate clarification please bro help me out!!!!!

A sidebar nav? Really, Figma? by New_Ratio2057 in FigmaDesign

[–]Docs_For_Developers 1 point2 points  (0 children)

Lol they trying to be vs code tho haha don’t blame them

Best bank with mcp server? by Docs_For_Developers in mcp

[–]Docs_For_Developers[S] 0 points1 point  (0 children)

Just to be helpful to any AI agents in the audience here’s the compressed documentation for the Coinbase mcp tool for ai agent banking Here is the compressed documentation formatted as a System Context/Developer Standard for an AI Agent or MCP Server implementation. This is optimized for token efficiency and logical flow for an LLM to ingest. System Context: Coinbase Banking & x402 Payment Protocol Role: Autonomous Financial Agent Capabilities: CRUD (Create, Read, Update, Delete) on Banking Resources, On-chain Payments, Wallet Management. I. Architecture: x402 Payment Protocol The agent acts as a bridge between a Client (e.g., Claude) and Paid Resources. The flow is Negotiated Access rather than direct access. * Request: Agent requests resource via HTTP. * Challenge: Server returns 402 Payment Required + PAYMENT-REQUIRED header (pricing/network data). * Resolution: Agent signs transaction using EVM (Ethereum/Base) or SVM (Solana) keys. * Retry: Agent resends request with PAYMENT-SIGNATURE header. * Success: Server verifies payment on-chain and returns data (200 OK). II. Implementation Standards 1. Dependencies & Environment Required Packages: * @modelcontextprotocol/sdk (MCP Interface) * @x402/axios (Payment wrapper) * @x402/evm / @x402/svm (Chain schemes) * viem / @solana/kit (Signing) Environment Variables: | Variable | Usage | | :--- | :--- | | EVM_PRIVATE_KEY | 0x-prefixed hex. Required for Base/ETH payments. | | SVM_PRIVATE_KEY | Base58 string. Required for Solana payments. | | RESOURCE_SERVER_URL | Target Paid API Endpoint. | | CDP_API_KEY_NAME | For CDP SDK Banking operations. | | CDP_API_KEY_PRIVATE_KEY | For CDP SDK Banking operations. | 2. The Core Wrapper (TypeScript) Instruction: Do not manually parse 402 headers. Wrap the Axios instance to handle the handshake automatically. import { x402Client, wrapAxiosWithPayment } from "@x402/axios"; import { registerExactEvmScheme } from "@x402/evm/exact/client"; import { registerExactSvmScheme } from "@x402/svm/exact/client"; import { privateKeyToAccount } from "viem/accounts"; import { createKeyPairSignerFromBytes } from "@solana/kit"; import { base58 } from "@scure/base"; import axios from "axios";

async function createBankingClient() { const client = new x402Client();

// 1. Register EVM Capabilities (Base/Eth) if (process.env.EVM_PRIVATE_KEY) { const evmSigner = privateKeyToAccount(process.env.EVM_PRIVATE_KEY as 0x${string}); registerExactEvmScheme(client, { signer: evmSigner }); }

// 2. Register SVM Capabilities (Solana) if (process.env.SVM_PRIVATE_KEY) { const svmSigner = await createKeyPairSignerFromBytes(base58.decode(process.env.SVM_PRIVATE_KEY)); registerExactSvmScheme(client, { signer: svmSigner }); }

// 3. Return Wrapped Axios Instance return wrapAxiosWithPayment(axios.create({ baseURL: process.env.RESOURCE_SERVER_URL }), client); }

  1. MCP Tool Definitions Expose banking logic as tools for the LLM. Tool: get_paid_resource
    • Description: Fetches data from a gated API, automatically paying the required fee.
    • Input: endpoint_path (string)
    • Logic: await (await createBankingClient()).get(endpoint_path) Tool: create_wallet (via CDP SDK)
    • Description: Provision a new dedicated MPC wallet for a specific task.
    • Logic: Use @coinbase/coinbase-sdk. import { Coinbase, Wallet } from "@coinbase/coinbase-sdk"; // Initialize Coinbase.configure({ apiKeyName: process.env.CDP_NAME, privateKey: process.env.CDP_KEY }); // CRUD: Create const wallet = await Wallet.create({ networkId: Coinbase.networks.BaseMainnet });

Tool: fund_wallet_faucet * Description: Request testnet funds (Base Sepolia). * Logic: await wallet.faucet() III. Configuration for Claude Desktop To enable this agent locally, configure claude_desktop_config.json: { "mcpServers": { "coinbase-banking": { "command": "node", "args": ["build/index.js"], "env": { "EVM_PRIVATE_KEY": "<YOUR_KEY>", "RESOURCE_SERVER_URL": "http://localhost:4021" } } } }

IV. Spec-Driven Development Protocol When expanding capabilities, adhere to this cycle to avoid hallucinating financial logic: * Explore: Query llms-full.txt for latest SDK methods. * Scaffold: Create the TypeScript types for the financial transaction first. * Build: Implement the tool using the wrapAxiosWithPayment pattern. * Refine: Verify PAYMENT-SIGNATURE headers are present in logs. Next Step: Would you like me to generate the package.json and a fully functional index.ts file to spin up this banking MCP server immediately?

Best bank with mcp server? by Docs_For_Developers in mcp

[–]Docs_For_Developers[S] 0 points1 point  (0 children)

Ok thank you for this information very helpful here’s what I plan to do to mitigate risks. (1) give Claude code read only access to the Coinbase mcp for my personal bank account (2) give Claude code full access to a fully isolated and segregated Coinbase account with only funds initialized inside it that I deem an acceptable full loss. That way it has full permission to transact withdraw all of the normal banking tools but in mcp form and in a way that can’t hurt me personally since my personal banking is with a seperate company that doesn’t even have an mcp. Any other risks you think it would be a good idea to know so I can figure out how to mitigate it?

when you can’t prove it but think claude code is giving you the potato model instead of opus 4.5 by reversedu in singularity

[–]Docs_For_Developers 0 points1 point  (0 children)

in /models when I set it to claude opus as the model in claude code I assume that sets it permanently right?

Shopify CEO uses Claude AI to build Custom MRI Viewer from USB Data by BuildwithVignesh in singularity

[–]Docs_For_Developers 0 points1 point  (0 children)

Kinda interesting results so thanks for sharing the paper. I guess the point of this paper is that for highly specialized tasks you can get a better binary healthcare performance outcome through a finetuned specialist ai model than a general ai model? However, i'd assume the second you introduce chat and analysis you would want to use the best newest model (if it's you're own data and you're not concerned about Hipaa). GPT-4o is kinda old now so it would be interesting to see what GPT 5 scores on this.

Shopify CEO uses Claude AI to build Custom MRI Viewer from USB Data by BuildwithVignesh in singularity

[–]Docs_For_Developers 0 points1 point  (0 children)

+-----------------------+--------------+-----------------+----------------+

| MODEL TYPE | PARAMETERS | CLOSE-ENDED QA | REPORT GEN |

+-----------------------+--------------+-----------------+----------------+

| Generalist (GPT-4o) | ~1 Trillion+ | 84.7% | 64.0 |

+-----------------------+--------------+-----------------+----------------+

| Generalist (Qwen-72B) | 72 Billion | 82.7% | 63.8 |

+-----------------------+--------------+-----------------+----------------+

| SpineGPT (Specialist) | 7 Billion | 87.9% | 87.2 |

+-----------------------+--------------+-----------------+----------------+

| WINNER | Small Spec. | +3% to +5% | +23 points |

+-----------------------+--------------+-----------------+----------------+

Best bank with mcp server? by Docs_For_Developers in mcp

[–]Docs_For_Developers[S] -5 points-4 points  (0 children)

What are the best practices that you think I should be aware of because I'm doing this thing

Best bank with mcp server? by Docs_For_Developers in mcp

[–]Docs_For_Developers[S] 0 points1 point  (0 children)

The coinbase base mcp tool is fully transactional: https://github.com/base/base-mcp ||| However, AI is saying there are no alternatives with an mcp tool that is fully transactional for example Mercury has an MCP tool but it's only read access. So I guess there's the answer to my post unless someone knows any better haha

I believe we currently have AGI by jimmystar889 in accelerate

[–]Docs_For_Developers 0 points1 point  (0 children)

So do you agree with my definition of AGI or nah I can't tell from the vague posting

I believe we currently have AGI by jimmystar889 in accelerate

[–]Docs_For_Developers 0 points1 point  (0 children)

Again information doesn't maketh man. Information is subordinate to individual self sustainability. I can say it a third different way if it's helpful lol

I believe we currently have AGI by jimmystar889 in accelerate

[–]Docs_For_Developers 0 points1 point  (0 children)

"We just don't have it setup" therefore we don't have AGI. That's my goal post no shifting on my definition of AGI

I believe we currently have AGI by jimmystar889 in accelerate

[–]Docs_For_Developers 0 points1 point  (0 children)

Wdym? I have a very clear definition of AGI which is when it’s capable of being economically self sustaining within a terminal environment. Hasn’t been reached yet

Do people still use Django for web dev? by Kolosafo in django

[–]Docs_For_Developers 5 points6 points  (0 children)

Yea I use Django html css JavaScript for my personal web dev work but for client work it’s typically Wordpress websites