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_•1y 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

Google Cloud Auto-Banned Railway.app Account – Major Railway Outage

https://twitter.com/acgfbr/status/2056866780866351323
1•kennysmoothx•52s ago•0 comments

Stop babysitting your AI agents

https://agentrail.app
1•railbuilder•1m ago•1 comments

Railway Is Having a Major Outage

https://status.railway.com/#/
2•kgraves•1m ago•0 comments

Why College Grads Are Booing Their Commencement Speakers

https://www.nytimes.com/2026/05/18/opinion/ai-boo-commencement-speeches.html
1•65•2m ago•0 comments

Android CLI Now Stable 1.0

https://android-developers.googleblog.com/2026/05/android-cli-stable-1-0-agent-development.html
1•vyrotek•3m ago•0 comments

Yet Another AI Teammate

https://yaat.sh/
1•e7h4nz•6m ago•0 comments

Intelligent eyewear is coming this fall

https://blog.google/products-and-platforms/platforms/android/android-xr-io-2026/
2•decimalenough•11m ago•0 comments

Build managed agents with the Gemini API

https://blog.google/innovation-and-ai/technology/developers-tools/managed-agents-gemini-api/
1•ddl•11m ago•1 comments

Lighthouse Attention

https://nousresearch.com/lighthouse-attention
1•gmays•12m ago•0 comments

Anthropic Announces Managed Agents – what this means for consumers

https://www.greatworkeveryone.com/writing/cheap-cloud-ai-was-never-going-to-last
1•connorrandazzo•15m ago•0 comments

Why raw blockchain logs are no longer enough

https://blog.bridgexapi.io/bxruntime-terminal-the-rise-of-execution-observability-for-evm-systems
1•Bridgexapi•19m ago•0 comments

State of Crypto 2025: The year crypto went mainstream

https://a16zcrypto.com/posts/article/state-of-crypto-report-2025/
2•Anon84•21m ago•0 comments

Trump Mobile has a real phone, but it may also have a real data leak

https://www.androidauthority.com/trump-mobile-customer-data-link-3668917/
2•bilekas•24m ago•0 comments

Trusted Publishing for NPM Packages

https://docs.npmjs.com/trusted-publishers/
1•healsdata•25m ago•0 comments

Show HN: Reckoner – a semantic browser for structured data

https://reckoner-production.up.railway.app/
1•abk9811•25m ago•1 comments

Ask HN: Natural Language App Testing?

6•devstein•28m ago•0 comments

Google's SynthID AI watermarking tech is being adopted by OpenAI, Nvidia

https://arstechnica.com/google/2026/05/googles-synthid-ai-watermarking-tech-is-being-adopted-by-o...
3•jonbaer•28m ago•0 comments

Agentic PCB Design Sucks

https://github.com/hpm-registry/registry
2•JoonSPP•29m ago•1 comments

Remove AI Watermarks

https://github.com/wiltodelta/remove-ai-watermarks
23•janalsncm•33m ago•9 comments

Show HN: Remindy – A Spotlight-style reminder app for Mac

1•fayecat910•33m ago•0 comments

Language Models Can Autonomously Hack and Self-Replicate

https://palisaderesearch.org/blog/self-replication
2•cassianoleal•34m ago•0 comments

Censorship Request from Coin Insider (2024)

https://support.bitchute.com/blog/bitchute-receives-censorship-request-from-coin-insider
2•aand16•35m ago•0 comments

RemotePower – Self-hosted Linux fleet manager (no database, pure Python)

https://github.com/tyxak/remotepower
1•tyxak•36m ago•1 comments

Show HN: Trophy UI, Open-source gamification components built on Shadcn

https://ui.trophy.so
1•cbrinicombe•38m ago•0 comments

Show HN: AgentWing – make AI agents complete tasks faster

1•12ziyad•38m ago•0 comments

Google Antigravity Python SDK

https://github.com/google-antigravity/antigravity-sdk-python
1•devhouse•38m ago•0 comments

Detecting Relaxed Memory Concurrency Bugs in C and C++ Compilers

https://lukegeeson.com/publications/2026-04-28-Thesis/
3•matt_d•45m ago•0 comments

IRS Must Drop Audits of Trump and Family

https://www.nytimes.com/2026/05/19/us/politics/trump-irs-doj-lawsuit-audit.html
13•duxup•47m ago•2 comments

The downgrading semantics of memory safety (Extended version)

https://arxiv.org/abs/2507.11282
2•matt_d•50m ago•0 comments

Self-Improving Reward Models

https://www.canvas.inc/research/reward-models
2•essamsleiman•52m ago•0 comments