Nano Banana (Gemini)

  • https://aistudio.google.com/prompts/new_chat
  • https://aistudio.google.com/apps/bundled/pixshop?showPreview=true&showAssistant=true

手办 (Prompt)

Use the nano-banana model to create a 1/7 scale commercialized figure of thecharacter in the illustration, in a realistic style and environment. Place the figure on a computer desk, using a circular transparent acrylic base without any text.On the computer screen, display the ZBrush modeling process of the figure. Next to the computer screen, place a BANDAI-style toy packaging box printed with the original artwork.

中文含义:使用 nano-banana 模型制作一个 1/7 比例的实体模型,风格和环境保持写实。将模型摆放在电脑桌上,底座为圆形透明亚克力材质,且不带任何文字。电脑屏幕上显示的是该模型在 ZBrush 中的建模过程。在电脑屏幕旁边,放置一个 TAMIYA 风格的玩具包装盒,包装盒上印有原始插画。
transform this image into: A casual photograph of a collectible figure/model kit on a workspace desk with its original packaging box. Scattered hobby tools and supplies around. Background shelves with collections. Natural indoor lighting, soft shadows, smartphone camera quality, warm room ambiance, realistic color temperature, candid photography style.

进一步,可以用即梦通义万相把图片转成视频。

自拍照 (Prompt)

将上传的人物照片转换成高分辨率的肖像艺术作品,采用编辑类和现代艺术摄影风格。可以改变人物的动作姿势、表情、服饰、造型,增强画面张力。突出人物面部和光影质感。背景呈现柔和渐变效果,从中灰过渡到近乎纯白,营造出层次感与氛围感。细腻的胶片颗粒质感为画面增添了一种柔和质地,让人联想到经典的肖像摄影
将上传的人物照片转换成高分辨率的黑白肖像艺术作品,采用编辑类和现代艺术摄影风格。可以改变人物的动作姿势、表情、服饰、造型,增强画面张力。突出人物面部和光影质感。背景呈现柔和渐变效果,从中灰过渡到近乎纯白,营造出层次感与氛围感。细腻的胶片颗粒质感为画面增添了一种柔和质地,让人联想到经典的黑白摄影
将上传的照片转换成高分辨率的彩色肖像摄影作品,采用编辑类和现代艺术摄影风格。背景呈现柔和渐变效果,从中灰过渡到近乎纯白,营造出层次感与氛围感。细腻的胶片颗粒质感为画面增添了一种柔和质地

AI Agent

Coze Studio

Coze Studio is an all-in-one AI agent development tool. Providing the latest large models and tools, various development modes and frameworks, Coze Studio offers the most convenient AI agent development environment, from development to deployment.

  • Provides all core technologies needed for AI agent development: prompt, RAG, plugin, workflow, enabling developers to focus on creating the core value of AI.

  • Ready to use for professional AI agent development at the lowest cost: Coze Studio provides developers with complete app templates and build frameworks, allowing you to quickly construct various AI agents and turn creative ideas into reality.

Eino (基于 GoLang 的 AI 应用开发框架)

Eino['aino] (pronounced similarly to “I know”) aims to be the ultimate LLM application development framework in Golang. Drawing inspirations from many excellent LLM application development frameworks in the open-source community such as LangChain & LlamaIndex, etc., as well as learning from cutting-edge research and real world applications, Eino offers an LLM application development framework that emphasizes on simplicity, scalability, reliability and effectiveness that better aligns with Golang programming conventions.

What Eino provides are:

  • a carefully curated list of component abstractions and implementations that can be easily reused and combined to build LLM applications
  • a powerful composition framework that does the heavy lifting of strong type checking, stream processing, concurrency management, aspect injection, option assignment, etc. for the user.
  • a set of meticulously(细致地) designed API that obsesses on simplicity and clarity.
  • an ever-growing collection of best practices in the form of bundled flows and examples.
  • a useful set of tools that covers the entire development cycle, from visualized development and debugging to online tracing and evaluation.

With the above arsenal, Eino can standardize, simplify, and improve efficiency at different stages of the AI application development cycle:

eino_concept

More:

Dify

Dify is an open-source platform for developing LLM applications. Its intuitive interface combines agentic AI workflows, RAG pipelines, agent capabilities, model management, observability features, and more—allowing you to quickly move from prototype to production.

Workflow Engine

Temporal (golang)

Temporal 产品和 Demo 介绍:https://www.youtube.com/watch?v=wIpz4ioK0gI

Developing your application on the Temporal platform gives you a secret weapon—durable execution—which guarantees that your code runs to completion no matter what. The result? Bulletproof applications that are faster to develop and easier to support.

Temporal is a durable execution platform that enables developers to build scalable applications without sacrificing productivity or reliability. The Temporal server executes units of application logic called Workflows in a resilient manner that automatically handles intermittent(断断续续的) failures, and retries failed operations.

Temporal is a mature technology that originated as a fork of Uber’s Cadence. It is developed by Temporal Technologies, a startup by the creators of Cadence.

temporal

temporal2

Deployments

实际的部署方案可参考 Temporal Platform production deployments

To take your application to production, you deploy your application code, including your Workflows, Activities, and Workers, on your infrastructure using your existing build, test and deploy tools.Then you need a production-ready Temporal Service to coordinate the execution of your Workflows and Activities.You can use Temporal Cloud, a fully-managed platform, or you can self-host the service.

Use Temporal Cloud

You can let us handle the operations of running the Temporal Service, and focus on your application. Follow the Temporal Cloud guide to get started.

temporal3

Run a Self-hosted Temporal Service

Alternatively, you can run your own production level Temporal Service to orchestrate your durable applications. Follow the Self-hosted guide to get started.

temporal4

How Temporal works and how it works for you

Write your business logic as code

Temporal SDKs provide a foundation for your application. Choose the SDK for your preferred language and write your business logic. You can use your favorite IDE, libraries, and tools as you code and then you can build, deploy, and run the application wherever and however you choose.

Create Workflows that guarantee execution

A Temporal Workflow defines your business logic. It might involve moving money between bank accounts, processing orders, deploying cloud infrastructure, training an AI model, or something else entirely.

Because the full running state of a workflow is durable and fault tolerant by default, your business logic can be recovered, replayed or paused from any arbitrary point.

Code Activities to handle and retry failure-prone logic

Applications need to interact with the messy real world of services, users and devices that are inherently failure prone or take a long time to respond.

With Temporal, these parts of your logic are implemented as Activities, separate functions or methods orchestrated by the Workflow. Temporal Activities can be run for as long as necessary (with heartbeat), can be automatically retried forever (set as policy) and can be routed to specific services or processes.

Deploy your application on YOUR infrastructure

You deploy your application code (Workflow and Activities) on your infrastructure using your existing build, test and deploy tools.

It’s up to you how you structure your application. Temporal can be gradually introduced into your existing architecture, be it a monolith or a complex web of microservices.

Connect your application to a Temporal Service

The Temporal Service coordinates the execution of your application code — Workflows and Activities — by exchanging events with Workers. The Service can be self-hosted or fully managed and serverless with Temporal Cloud.

Workers poll a Task Queue that feeds it tasks to execute. It reports the result back to the Service, which responds by adding additional tasks to the queue, repeating this process until execution is finished.

The Service maintains a detailed history of every execution. If the app crashes, another Worker automatically takes over by replaying this history in order to recover the state prior to the crash, and then continues.

Temporal is secure by design

Workflow and Activities are deployed as part of your application, on your infrastructure and all connections from your app to the Temporal Service are unidirectional(单向的) so you never need to open up the firewall.

All communications are secure and your data is encrypted within your app, with your encryption library and keys. The Temporal Service never needs to access your data in clear text.

Tune Workers to increase scale and availability

At runtime, applications can grow from a few to several thousand instances depending on your requirements for scale, performance and availability. We recommend that every application has at least two Workers, so there’s no single point of failure.

You can tune your Workers for optimal performance and we’ve tested Temporal Cloud to scale beyond 200 million executions per second.

Manage the Temporal Server using terminal

A command-line interface available for macOS, Windows, and Linux enables you to interact with the Temporal Service from your terminal. It allows you to manage Workflow executions and view history.

Additionally, it can be used to spin up (start-dev) a self-contained lightweight Server in less than two seconds, allowing you to develop and test Temporal applications right from your laptop.

Monitor individual executions of your application

Finally, the Temporal Web UI allows you to inspect details of past and present Workflow Executions from a convenient browser-based interface. It can help you to quickly isolate, debug, and resolve production problems.

temporal5