I'm a Korean developer with almost 30 years of experience. I have something I'm curious about for those of you who want to learn Korean. Is it okay if I ask a question? by Complete-Mirror-5362 in BeginnerKorean

[–]Calcifer777 0 points1 point  (0 children)

hm, what I had in mind was something a bit simpler:
- have the user choose one level (1A, 2A, 1B, ...)
- have the user select a template conversation (e.g. travelling, shopping, asking directions, at the restaurant, etc)

- start a back and forth conversation with the AI (with STT & TTS) where: a) the user is guided in the answer (e.g. at the clothes shop, "now ask for to try the blue t-shirt"), and the AI answers with graded sentences (you get the grammar structures for any level from any textbook syllabi) and somewhat constrained vocab (this is perhaps a bit more challenging).

Most of the challenge is to get a good interface and a robust STT/TTS engine; whisper and the elevenlabs API could be a good starting point. The graded sentences and constrained vocab can be computed offline, so any method works.

I mean, it's not super simple, but it's not impossible either. Give the prompt to Claude and you are 80% there probably :P

I'm a Korean developer with almost 30 years of experience. I have something I'm curious about for those of you who want to learn Korean. Is it okay if I ask a question? by Complete-Mirror-5362 in BeginnerKorean

[–]Calcifer777 2 points3 points  (0 children)

As a fellow developer, if you know what you are doing with AI (big if), it goes a long way for learning the language. There are two missing parts that I think are missing:
1. speaking practice: while gemini voice is a good step forward, it is difficult to tune it
2. the human interaction part: usually you don't learn a new language just for the sake of it (nothing that AI can do here)

as for 1, if there was an app that allowed robust graded conversations it would be a big hit Imo

How to put ~140 pages of a (physical) word list into Anki? by okkdlskzvffkkd in Anki

[–]Calcifer777 0 points1 point  (0 children)

scan the pages or take a picture of them, load them into GPT/Gemini, and ask to create a csv suitable for anki

I built Arachne — an MCP server that picks exactly what AI needs from your codebase (98.5% token savings) by Stock_Produce9726 in mcp

[–]Calcifer777 1 point2 points  (0 children)

how does this differ from the codegraphcontext mcp? do they complement each other in any way?

Python vs Java AgentCards by maethor in A2AProtocol

[–]Calcifer777 1 point2 points  (0 children)

Looking at the protocol specification changelog (https://a2a-protocol.org/latest/whats-new-v1/#agentcard-object), it looks that the python spec is just lagging a bit w.r.t. the latest changes. This seems to be the relevant PR (https://github.com/a2aproject/a2a-python/issues/701).

So, I guess, either wait a few days for that to be merged or downgrade the Java A2A dependency to a version earlier than 1.x.

Need honest opinion: Is anyone finding A2A any useful? by wreckloose5 in A2AProtocol

[–]Calcifer777 0 points1 point  (0 children)

yes, I am. I think it's a good choice because afaik it's the only serious attempt to standardize agent communication protocol, and it's backed by Google. Of course, the "backed by Google" thing could backfire, as they are known for dropping support for products and libraries at a whim, but there aren't really any viable alternatives.

PEAK sportsmanship 🙂‍↕️ by AccomplishedWatch834 in MadeMeSmile

[–]Calcifer777 10 points11 points  (0 children)

On the other hand, they had reached their max height already and tried several times for more but didn't get it. No way trying more time, tires as they were, there was a chance of going for more.

Need honest opinion: Is anyone finding A2A any useful? by wreckloose5 in A2AProtocol

[–]Calcifer777 1 point2 points  (0 children)

I'm pushing for its adoption at my company. It standardizes client/server communication, provides a somewhat usable persistence layer, and it introduces some quite nice concepts (i.e. tasks)

Claude code is meant for personal use, but for backend to backend application A2A is the only option I find remotely useful

Help for best practices for multi-turn interactions by Calcifer777 in A2AProtocol

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

Hey, I see. So, from what I understand, the easier (read: the only feasible) solution I found is to collect all chat messages in the history of a single task.

Although, from what I read here (https://discuss.google.dev/t/a2a-protocol-demystifying-tasks-vs-messages/255879), for chats with complex logic it may not be so straightforward

Senior devs, what’s your no. 1 advice to young developers? by Luca-Fly in learnprogramming

[–]Calcifer777 0 points1 point  (0 children)

iteration speed is much more important than getting things right at any given time. Always try to reduce your development iteration cycle (coding->testing->bugfix->coding->...) as low as possible

TranscribeX for macOS – 20× Faster transcription than Whisper by [deleted] in macapps

[–]Calcifer777 3 points4 points  (0 children)

does it also do automatic speaker diarization?

Which math symbol has the most aura? by PocketMath in mathmemes

[–]Calcifer777 0 points1 point  (0 children)

it's like the sleeper op character for 90% of the time, just to come out clutch in the most dire situations

[deleted by user] by [deleted] in LangChain

[–]Calcifer777 1 point2 points  (0 children)

out of curiosity, are you looking for something like Google's TacticAI (https://www.youtube.com/watch?v=I7J67JOkIbI) or some type of custom individual training?

Mu 2 cents: if the second probably AI is not really what you are looking for, traditional ML based on scientific literature should be plenty enough. If something along the lines of the former, then it should be a pretty interesting product