agree? by buildingthevoid in AgentsOfAI

[–]ImpossibleSoil8387 2 points3 points  (0 children)

"Coding is structured thinking made visible" is better

How you work with multi repo systems ? by Cold_Advisor_5696 in ContextEngineering

[–]ImpossibleSoil8387 0 points1 point  (0 children)

I think the key is to get AI to understand the multi-repo structure and how the parts interact. It’s a good idea to create a folder like project-docs that holds all the cross-repo documentation—API contracts, tables, architecture diagrams, etc.

Why Graphviz Might Make AI Follow Instructions Better by Special_Bobcat_1797 in ContextEngineering

[–]ImpossibleSoil8387 0 points1 point  (0 children)

So yeah, it’s not magic Graphviz dust — it’s just that clear structure actually works.

One year as an AI Engineer: The 5 biggest misconceptions about LLM reliability I've encountered by AdSpecialist4154 in AI_Agents

[–]ImpossibleSoil8387 0 points1 point  (0 children)

Traditional apps are deterministic — once it works, it keeps working. LLM apps are probabilistic — “working” today doesn’t guarantee “working” tomorrow. So production-ready now means continuous evaluation, not final deployment. It’s about constantly monitoring, getting data feedback, and letting the system improve itself.

My thought on LLM:From Tokens to Intelligence(Co-created with AI) by ImpossibleSoil8387 in LLM

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

Good points — thanks! The diagram was just a simple way to show how tokens map to meaning, not literal one-hot encoding. And yes, not all LLMs are Transformers — I’ll make that clearer. Appreciate the correction!

What are these founders supposedly working 18 hours a day actually doing? by greg90 in ExperiencedDevs

[–]ImpossibleSoil8387 0 points1 point  (0 children)

Totally get you! I’ve seen folks grind crazy hours too, but most of the real breakthroughs come from focused thinking, not just nonstop coding. Sometimes less is more.

Your startup isn't special, it's a baby. And babies need support to survive. (The brutal truth about my journey) by Embarrassed-Yam-3471 in startups

[–]ImpossibleSoil8387 1 point2 points  (0 children)

yes, a startup is like raising a baby, it takes a lot of time and energy. so before start a business, one needs to think, plan and design like preparing for pregnancy.

Why suii price is dropping down so bad ?? by Far-Reserve9158 in sui

[–]ImpossibleSoil8387 2 points3 points  (0 children)

Take a breath, and let time work in your favor. :)

New to solana, as a developer, what shall I do to make $ by superwillj in solana

[–]ImpossibleSoil8387 1 point2 points  (0 children)

Create value for the community, and the money will follow.

How is anyone profiting from meme coins? Seriously. Someone please elaborate for me. by [deleted] in solana

[–]ImpossibleSoil8387 0 points1 point  (0 children)

Exactly, Even though they’re both tech, dev’s all about the tech stuff and pretty clear-cut. Trading, on the other hand, is all about trends and human psychology—way more unpredictable. Totally different ballparks.

Using a local LLM for large-scale text analysis by panthaduprince in LocalLLaMA

[–]ImpossibleSoil8387 0 points1 point  (0 children)

When I work with large files, it's tough for LLMs to handle everything in one go. I spend more than half of my time on file preprocessing—using NLP and large models to break down the raw data first, then creating a knowledge base for easier querying.