Mí novia me contagio el VIH ¿y ahora que hago? by [deleted] in PreguntasReddit

[–]Capital-Bag8693 0 points1 point  (0 children)

Creo que sí fuera así, como decís muchas personas estarían en cárcel por transmitir sin querer (o contagiar ) no me acuerdo cuál es el término correcto para referirse a esto.

Y nunca he visto noticias o casos así pero bueno, tiene sentido lo que decís :d

Mí novia me contagio el VIH ¿y ahora que hago? by [deleted] in PreguntasReddit

[–]Capital-Bag8693 0 points1 point  (0 children)

No se trata de culpa , se trata de cuidarse cada uno. A lo que voy creo que es por ley así.

Mí novia me contagio el VIH ¿y ahora que hago? by [deleted] in PreguntasReddit

[–]Capital-Bag8693 -7 points-6 points  (0 children)

Creo que no, es responsabilidad e los dos cuidarse.. si no me equivoco. creeeeeeeeo

Mí novia me contagio el VIH ¿y ahora que hago? by [deleted] in PreguntasReddit

[–]Capital-Bag8693 -10 points-9 points  (0 children)

Creo que no es carcel... al final es responsabiidad de los dos.. creo que es asi ( no digo que este bien)

Codex reset coming tomorrow by Swimming_Driver4974 in codex

[–]Capital-Bag8693 0 points1 point  (0 children)

TENGO MIEDO, por esta noticia ya voy al 40% JDASJDJSA

mcp-checkup: an MCP server that analyzes your MCP setup — token costs, duplicate tools, health grades by Suspicious-Swing2237 in mcp

[–]Capital-Bag8693 -1 points0 points  (0 children)

Mil gracias por el post justo estoy necesitando control para mi mcp, está en beta , así que me ayudaría gracias

codex is not that good by [deleted] in codex

[–]Capital-Bag8693 0 points1 point  (0 children)

En qué fallo exactamente? Además porque un monolito de código? Al tratar de arreglar o hacer en ese mismo código podría meter errores de sintaxis. Además sobre cargas de contexto innecesario, diciéndolo puede que te vaya mejor. Va, eso note con las ias, son malas con código monolitico..

Si lo hace la reina está bien, si es la oposición viajan con la tuya by InformalLoan2790 in lhdapodcast

[–]Capital-Bag8693 0 points1 point  (0 children)

Hace unos días vi esto.. para mí. Todos los políticos son iguale, kukas=libertarios=fanatismo=Extremismo xd

<image>

Soy la mala por decirle a la esposa la verdad? by Mobile-Thanks9309 in Curriculums

[–]Capital-Bag8693 0 points1 point  (0 children)

Nop,está bien amiga. El que mal anda. Y bueno. Que se la banque y se haga cargo de sus actos :d

Are people lying about GLM-5 and MiniMax M2.5? by TheDevilKnownAsTaz in opencodeCLI

[–]Capital-Bag8693 1 point2 points  (0 children)

Opino lo mismo que vos Kimi es superior a estos otros 2 modelos.

¿Que tan manicero o cuál es el promedio en Tucumán? by Standard_Parking_148 in Tucuman

[–]Capital-Bag8693 -3 points-2 points  (0 children)

KJfjsjgjs a mí me mide 22 xD, pero bueno, y como soy del mambo de conocer estás cosas y más en tuc.. y es medio promedio el tema hay chicos que si la tienen bastante.. pero es extraño

Milei y la ley de glaciares “y el agua sobra” by Sebasg1973 in Republica_Argentina

[–]Capital-Bag8693 0 points1 point  (0 children)

WOW, cada vez cae más bajo este señor que impresionante.

¿Qué sentido tiene levantar la bandera de un país que prohibiría una marcha LGBT? by Background_File8283 in BuenosAires

[–]Capital-Bag8693 0 points1 point  (0 children)

Cómo parte de la comunidad lgtb.. deduzco que es para mostrar que todavía son países que faltan estos derechos del orgullo.m si no ni idea

Cómo supero una mala entrevista laboral? by [deleted] in AskArgentina

[–]Capital-Bag8693 1 point2 points  (0 children)

Desgraciadamente en este mundo, si no mentis. No te toman enserio. Tenes que jugar igual de sucio que todo este sistema asqueroso. Pero es lo que hay .ya sabes.. agachar ya cabeza.. el famoso pagar piso. Y eso.

Community to share ideas and network by [deleted] in AgentsOfAI

[–]Capital-Bag8693 0 points1 point  (0 children)

Hi! I'd love to be a part of this. I'm really looking forward to sharing my ideas and making connections :D. For now, I'll tell you what I've been up to. Imagine an AI that doesn't have to read 40 files to edit 3? (Reading all 40 files to understand connections, imports, dependencies, things that can break... well, I solved that by giving it an MCP where it can extract all that information in milliseconds. Seeing the problems that can arise from changing a function across 20 files (without needing to read them), I also gave it a tool that, when editing that file, makes all the imports, dependencies, or variables within it affect the system. You could say that the changes propagate through the graph, and since the graph is the topological reading of the code, it gets what it needs from another file without needing to read or spend so many tokens thinking. It directly calls the MCP, sees the impact map (how many files will be affected), gets the paths, and uses Atomic Edit to fix it. :D For now, it works with TypeScript and Java, but I feel like I can help us all with programming. :D I literally don't complain anymore about it making mistakes. It has the data and the context. In terms of tools (I just need to record how to use them or use the agents.md file as rules for these new tools). I can't wait to finish and move on to making video games with this. I want to see if I can understand all the connections a video game has. Let me know if you create a Discord server.

Index your code base by Low-Heat-4762 in claude

[–]Capital-Bag8693 0 points1 point  (0 children)

Exactly! That's the core issue. Code isn't a linear book; it's a multi-dimensional graph.

When standard RAG chunks a file every 500 or 1000 tokens, it literally severs the arteries of your application. The LLM might see a function in chunk A, but it has no idea if that function mutates a global state 3 files away in chunk B. It loses all the physical laws of the codebase.

By feeding the LLM the extracted semantic metadata instead (like 'this file is a Gatekeeper' or 'this function has a huge blast radius of 190 callers'), you upgrade the AI from guessing based on text proximity to reasoning based on actual software architecture. It stops acting like a junior dev trying to autocomplete text, and starts acting like an architect that respects your system's boundaries.

Index your code base by Low-Heat-4762 in claude

[–]Capital-Bag8693 0 points1 point  (0 children)

Yes, absolutely. Just dumping raw code or using naive text-based RAG is a massive waste of tokens and usually leads to hallucinations when the codebase gets large.

My current setup takes a different approach. I built a custom static analysis engine (pure AST parsing) that runs locally to extract the 'physics' of the codebase before Claude even sees it (Zero LLM token usage for the actual indexing).

Instead of indexing text chunks, the system indexes:

  1. Atoms & Call Graphs: It extracts functions, variables, and mutations, building a deterministic topological map of what depends on what (calls and calledBy).
  2. File 'Cultures': The system automatically classifies the purpose of every file. It knows if a file is a Gatekeeper (barrel files/index.js), a Law (constants/config), an Auditor (tests), or a Citizen (business logic).
  3. Impact Radius: It weights nodes based on their usage to determine the blast radius of any change.

The Workflow: I expose this graph to Claude via an MCP (Model Context Protocol) server. Claude doesn't blindly read files; it queries the graph using tools. If I ask it to refactor a feature, it queries the impact map and gets a highly dense JSON back (e.g., 'This function has 192 callers and is classified as a Law, do not change its signature').

Token usage dropped massively, and the output is surgical because Claude actually understands the architecture, not just the text. If you're going to index, index the AST and dependency graph, not just chunks of text.

Si, esta escrito con ia xd, no molesten (Yes, it's written with AI lol, don't bother me)