frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

AI Hairstyle Changer

https://hairstyleaichanger.com/
1•Fsen•1m ago•0 comments

Why Whisper Notes for Mac Left the App Store

https://whispernotes.app/blog/why-whisper-notes-left-mac-app-store
1•mazzystar•3m ago•0 comments

"I hope you don't use Generative AI"

https://rmv.fyi/notes/i-hope-you-don-t-use-generative-ai
2•garblegarble•4m ago•0 comments

The AI Morning Show: Automating German Humor

https://portfolio.bildsignal.de/p_gagflatrate/
2•pahn•5m ago•1 comments

Rippling AI

https://www.rippling.com/blog/introducing-rippling-ai
1•tosh•8m ago•0 comments

The Five Companies You Can Build in 2026

https://www.dylancollins.com/p/the-five-companies-you-can-build
1•dylancollins•9m ago•0 comments

AI Council: run mupliple LLMs on your question, get consolidated opinion

https://github.com/yanbrod/council
1•ianbrode•10m ago•0 comments

TBM 406: Seeing Everything, Understanding Nothing (The Context Trap)

https://cutlefish.substack.com/p/tbm-406-seeing-everything-understanding
1•kiyanwang•14m ago•0 comments

Gea: A Compile-Time Reactive UI Framework That's Just JavaScript

https://github.com/dashersw/gea
1•dokdev•16m ago•0 comments

The Reason Most People Are Terrible Communicators (and How to Fix It)

https://alifeengineered.substack.com/p/the-reason-most-people-are-terrible
1•kiyanwang•16m ago•0 comments

Bombadil: Property-based testing for web UIs by Antithesis

https://github.com/antithesishq/bombadil
1•Klaster_1•17m ago•0 comments

Management in the Age of AI – Stay SaaSy

https://staysaasy.com/management/2026/03/12/ai-management.html
1•kiyanwang•19m ago•0 comments

'Alright mate?': Amazon pins UK hopes on AI upgrade of Alexa

https://www.theguardian.com/technology/2026/mar/19/amazon-uk-ai-upgrade-alexa-voice-assistant-dev...
2•chrisjj•21m ago•0 comments

Wikigacha – Collect cards from articles on Wikipedia and use them in battle

https://wikigacha.com
1•helloplanets•22m ago•0 comments

Taste at scale. Why the hardest part of building products stayed human

https://designexplained.substack.com/p/taste-at-scale
1•kaizenb•25m ago•0 comments

Context Engineering for Coding Agents

https://martinfowler.com/articles/exploring-gen-ai/context-engineering-coding-agents.html
2•BerislavLopac•26m ago•0 comments

Ask HN: Have you cancelled any software subscriptions because AI replaced them?

1•maxim_bg•27m ago•1 comments

Google to Allow AI Opt-Out to Ease UK Competition Concerns

https://www.globalbankingandfinance.com/google-allow-ai-opt-out-ease-uk-competition-concerns/
1•_____k•28m ago•0 comments

Anonymous model Hunter Alpha is Xiaomi's model

https://mimo.xiaomi.com/mimo-v2-pro
1•sergdigon•28m ago•0 comments

Agentic CTF

https://jemini.live
1•4ppsec•32m ago•0 comments

Principles for sustaining open source in the age of generative AI

https://www.human-oss.dev/
1•starptech•32m ago•0 comments

Vance plans Hungary visit in show of support for Orban ahead of tight election

https://www.reuters.com/world/europe/vance-plans-hungary-visit-show-support-orban-ahead-tight-ele...
1•vrganj•34m ago•0 comments

Design Conductor: agent autonomously builds a 1.5 GHz Linux-capable RISC-V CPU

https://arxiv.org/abs/2603.08716
2•EvgeniyZh•36m ago•0 comments

In-Person vs. Remote Engineering Teams

https://playfulprogramming.com/posts/in_person_vs_remote_teams/
1•BerislavLopac•36m ago•0 comments

The biggest surprise of the MacBook Neo

https://asymco.com/2026/03/18/the-biggest-surprise-of-the-macbook-neo/
2•ingve•37m ago•0 comments

Translate Garry Tan's LinkedIn-speak to plain English

https://github.com/garrytan/gstack/pull/213
47•tornikeo•38m ago•10 comments

Show HN: Philo - Notetaking app is your IDE

https://philo.so
1•johntopia•39m ago•1 comments

Ask HN: Why do we need tool calls in agent loops?

1•neilbb•39m ago•0 comments

China's robotics revolution: I visited 11 companies in 5 Chinese cities

https://www.theguardian.com/technology/2026/mar/19/inside-chinas-robotics-revolution
4•calcifer•39m ago•0 comments

HiddenLayer 2026: Autonomous Agents Now Account for 1 in 8 AI Breaches

https://finance.yahoo.com/news/hiddenlayer-releases-2026-ai-threat-140000928.html
1•thomaslwang•45m ago•1 comments