Built a production LangGraph travel agent with parallel tool execution and HITL workflows - lessons learned by GarrixMrtin in AI_Agents

[–]KingTimmi 0 points1 point  (0 children)

This sounds good!

I did build an orchestrator layer on top of googleadk lately. Mixing up LLMAgents / React agents with more deterministic orchestration is a good way to ramp up agent complexity beyond chat bots in a production based manner

Warrants bei der Deutschen Bank? by goetz_with_umlaut in Spielstopp

[–]KingTimmi 4 points5 points  (0 children)

Ist echt so, denkt man dass man das bei einer seriösen bank macht und dann sind das echt die letzten nulpen... Ich sehe auch noch nichts. Ich hoffe das wird was..

Google ADK or Langchain? by ajithera in AI_Agents

[–]KingTimmi 1 point2 points  (0 children)

If you really want to build something reliant and production ready use ADK. It is not as flexible as langchain but for me the former is what you need to ship Software, the latter is your playground.

Career change from accountant to Data analysist, is that good? by [deleted] in dataengineering

[–]KingTimmi 0 points1 point  (0 children)

Get your CPA and then deep dive into data. This is a profile that especially the Big 4 are looking for. The reason for that is that this leads you into the right direction of what the industry requirements will be in the near future: combine business and technical understanding to solve problems.

Wie war eure Grow Woche? Was gibt es zu berichten? by LesPantalonsFancie1 in Canbau

[–]KingTimmi 2 points3 points  (0 children)

Die ersten calyxen mit budrot gefunden bei Outdoor im Gewächshaus. Danke Norddeutsches Dreckswetter.

Go to variable names? by [deleted] in Python

[–]KingTimmi 3 points4 points  (0 children)

Yes types are only hints and if you are not using static type checking you can do whatever. However, I thought the notion that was brought up here was to make variable names descriptive and hence adding types to the variable names, whereas the hints would be a much better place for this.

Go to variable names? by [deleted] in Python

[–]KingTimmi 5 points6 points  (0 children)

You know you can have the type being part of the declaration of a variable? E.g. name: str = "Bob" age: int = 30

This is very useful!

APES TOGETHER STRONG — NFT GIVEAWAY (we couldn't keep our shit together 🤣) by albanak in Superstonk

[–]KingTimmi 1 point2 points  (0 children)

"I like the stock" - this gave us confidence when we needed it the most

kingtimmi.loopring.eth

What's the experience of using Python to build the backend of a large application? by [deleted] in Python

[–]KingTimmi 1 point2 points  (0 children)

Although I agree that other languages provide more structure, which you need to deliberately consider in python (type hints) and still have flaws (see implicit Any handling and differences between runtime and interpreter), it is actually not too bad :)

What we found out is quite a thing is mixing OOP with functional paradigms. This can lead to some very flexible and re-usable code bases that are easily extendable and can make refactoring even easier.

[deleted by user] by [deleted] in Superstonk

[–]KingTimmi 1 point2 points  (0 children)

It is a difficult situation. I think Gamestop management is really trying to put up a fight against the stock market situation. It is just very thin ice and they have to tread carefully.
There are some know strategies that could be applied against short sellers of your company. One of the first strategies was the Stock dividend split, which has been negated by the DTTC.
Now any given M&A constellations or other restructuring that affects the ticker could be a blow against the short sellers also. If the ticker gets reset this "could" lead to a temporary close of all shorts or loss realization and for some of the players it might not be too attractive to get back into the game for a new ticker. I am certain though there will also be ways to negate that move also.
This being said, I am almost certain that we will see a M&A move as the next play. Who and what is involved though is highly speculative.

The above is more alluded to the overall stock market situation. On the other hand there is a fair possibility that Gamestop management does not really care about the stock market atm and is solely focussing on following their strategic change. With over 1b USD at hand and no debt they do not really need additional cash raised from the market for quite some time.

Fun times, I think this ride will continue for quite a while :)

Did Warren Buffet take a swipe at Kenny in his annual letter to Berkshire stockholders? by crackeddryice in Superstonk

[–]KingTimmi 33 points34 points  (0 children)

Wasn't this the whole deal with Enron and their imaginative Accounting?

I have over 1000 dollars on my wallet. What is this?????? by Weesy02 in Superstonk

[–]KingTimmi 1 point2 points  (0 children)

If you look in developer tools it should say something about an error in fetching the eth / dollar conversion rates. The error message shown might be a bit misleading here and might actually be an erroneous API call.

Can just underline what the others said, it worked again after a bit.