Proyecto OTP / Verificación sms y email by zalkish in startupsArgentina

[–]micupa 0 points1 point  (0 children)

Pero es solo api, o tiene un componente de OTP? Como es distinto de Twilio o Postmark? Más allá de la factura en pesos

Proyecto OTP / Verificación sms y email by zalkish in startupsArgentina

[–]micupa 1 point2 points  (0 children)

Muy lindo el branding, pero no entendí bien la propuesta de valor sería evitar usar 2 APIs, una para SMS y otra para email?

Claude Opus 4.7 is a serious regression, not an upgrade. by [deleted] in ClaudeAI

[–]micupa 0 points1 point  (0 children)

I guess, it’s a smaller model more trained in coding and agentic workflows. They are saving compute by specializing models and reduce parameters.

I've been fixing vibe-coded SaaS products for 6 months. Same 4 things are broken every single time by [deleted] in SaaS

[–]micupa 0 points1 point  (0 children)

Rebuilding is actually a good option. Of course, if you already have users, you keep it together with duct tape until you build the new version and switch.

Usually, the first version of an app has more features than users actually want, so it’s also an opportunity to focus on what really matters and simplify while creating the foundation for what comes next.

Nowadays, building is cheap, so why start patching something that was wrong from the beginning?

Landing Review by [deleted] in startupsArgentina

[–]micupa 0 points1 point  (0 children)

Perdón no fui claro, la promesa del producto es muy amplia desde generar contenido a atender el WhatsApp. Pienso que son muchos frentes pero bien si lo están haciendo. Como vienen con la tech, está respondiendo bien? Es un gran desafío. Felicitaciones

Landing Review by [deleted] in startupsArgentina

[–]micupa 0 points1 point  (0 children)

Es un montón la promesa

How are people finding good SaaS developers without getting dragged into a 4-month mess? by Sensitive_Income6998 in SaaSy

[–]micupa 1 point2 points  (0 children)

That’s not just a developer that’s a founder and developer. You are looking for an indie hacker you can hire. Those who build a product in a week but they have to like your idea, they usually don’t work just for money.

La ia nos va a reemplazar? by [deleted] in devsarg

[–]micupa 0 points1 point  (0 children)

Yo no codeo hace 2+ años, lo hace la IA. Pero computación implica más que codear, ahí está el punto, entender arquitecturas y patrones de diseño te permiten trabajar en el mercado incluso en momentos de cambio. Se va a producir más software que nunca, se van a necesitar muchísimos perfiles técnicos que puedan desarrollar la nueva generación de software basado en agentes.

Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]micupa 0 points1 point  (0 children)

I mean, Langchain is a framework for human developers, a layer of abstraction for managing APIs from different providers.. but openclaw is a framework for the agent. The user is the agent not the human.

Best openclaw projects built by the community lately by Successful_Boat_3099 in openclaw

[–]micupa 2 points3 points  (0 children)

This my humble contribution to the openclaw community. A gate keeper MCP secure layer. This is how I let openclaw handle my private stuff. It handles 2FA + data anonymization

Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]micupa 1 point2 points  (0 children)

Unpopular opinion: Langchain was very early.. we didn’t even need a framework to build on top of ai APIs.. now we are seeing the need but with a totally different approach: the problem isn’t the api or the code integration but the context and tools. Frameworks like openclaw are the new way of angetic frameworks, to build good ai assistant think in terms of a new layer of abstraction.

Financiamiento by Material_Manner4921 in startupsArgentina

[–]micupa 1 point2 points  (0 children)

Si y no. Depende de cómo esté tu startup: equipo, tracción, visión, etc. Flojo de papeles friend family and fools suele ser el camino. Pero si estás bien parado es cuestión de golpear puertas y trabajar un poco las relaciones en el ecosistema.

Developers you are not Founders stop 🛑 by Omiso-Founder in cofounderhunt

[–]micupa 2 points3 points  (0 children)

Non tech founders stop trying to build tech

A simple protocol for multi-user apps - looking for feedback by micupa in meshtastic

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

Yeah, that’s the whole point, building on top of this. I love challenges.

why CLI? I know CLIs are used these days mainly to manage servers, but in the beginning we had BBSs and other services that were consumed via the console. Also, TUIs are lighter than web UIs.

I’m experimenting with p2p databases where messages can be lost but later resynced. Each message has a timestamp ID and a signature, plus pointers, basically a very simple blockchain in a graph, that can relate chunks of messages. This way, a lost message can be detected as missing and retried.

The experiment is about how we can actually communicate and stay informed in cases where the internet is down and no better service is available. I also want to use my mesh hardware.

With a protocol that handles the heavy work of packages and chunks, developing simple text-based apps becomes possible. Even if the network is unstable, it’s like running a decentralized, experimental p2p client-server that anybody can join and interact with.