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_•10mo 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

Show HN: The Agentic Workflow Engine That Lives Inside Your App

https://stabilize.rodmena.ai
1•rodmena•1m ago•0 comments

Persistent Prompts and Built in Search

1•lazybusy•2m ago•0 comments

New Claude Code Feature "Remote Control"

1•rob•2m ago•0 comments

What's Going on with the Price of Gold

https://www.bbc.com/news/articles/c87r2700dq8o
1•teleforce•3m ago•0 comments

Seedream 5.0 Lite API Pricing Breakdown

1•zaaaaooo•4m ago•0 comments

Capybara: A Unified Visual Creation Model

https://huggingface.co/xgen-universe/Capybara
1•modinfo•4m ago•0 comments

India AI Summit Decoded

https://twitter.com/twitter/status/2025755341279907976
1•stereoradonc•15m ago•0 comments

Remote Labor Index – Measuring AI Automation of Remote Work [pdf]

https://www.remotelabor.ai/paper.pdf
1•TheWiggles•15m ago•0 comments

LLM Are Bleeding Cash and Crawling on Tokens – Reinvent Chips from the Ground Up

https://twitter.com/reinerpope/status/2026351870852358492
1•jeremy_su•17m ago•0 comments

Show HN: Doppler.js – WebGPU inference, faster/simpler than transformer.js

1•clocksmith•17m ago•0 comments

P&D Republic- AI NPCs running an autonomous economy for $0/month

https://huggingface.co/spaces/Heartsync/Prompt-Dump
1•seawolf2357•18m ago•1 comments

5 months ago I'd never coded anything. I now have full-stack analytics platform

https://customvenom.com
2•Incarcer•20m ago•1 comments

If agents become the users, what happens to the software market?

1•nworley•20m ago•0 comments

How to make your shell dangerous using AI

https://ralsina.me/weblog/posts/your-monkey-your-razor.html
1•ralsina•20m ago•0 comments

The Hunt for Dark Breakfast – Can we derive breakfasts we have never observed?

https://moultano.wordpress.com/2026/02/22/the-hunt-for-dark-breakfast/
2•moultano•22m ago•1 comments

Technical Debt Plaguing Us All

https://github.com/h-michaelson20/tech-debt-visualizer
2•hmichaelson24•23m ago•1 comments

Better Python tests with inline-snapshot

https://pydantic.dev/articles/inline-snapshot
1•PaulHoule•23m ago•0 comments

Advice to a Senior Engineer looking for work in an AI world

https://medium.com/@rotbart/advice-to-a-senior-engineer-looking-for-work-in-an-ai-world-153aa9cd3d81
1•rotbart•24m ago•0 comments

Show HN: WorldFlightSim – Free flight SIM in browser with Google Maps

https://worldflightsim.com
1•fmfamaral•24m ago•1 comments

Sucoder: Sandbox for coding agents based on Unix filesystem permissions

https://github.com/ligon/sucoder
1•incomplete•24m ago•0 comments

Show HN: SentencePieceKit – Swift package wrapper for Google's SentencePiece

https://github.com/spencer0124/SentencePieceKit
1•spencer0124•25m ago•0 comments

Tech Monitor

https://tech.worldmonitor.app
1•jacktang•26m ago•0 comments

Worldmonitor: Real-time global intelligence dashboard

https://github.com/koala73/worldmonitor
1•jacktang•27m ago•0 comments

Curse of Scotland

https://en.wikipedia.org/wiki/Curse_of_Scotland
1•vinnyglennon•30m ago•0 comments

LaunchScore – Validate startup ideas with real landing pages before you build

https://www.launchscore.app/
1•cmackay•31m ago•0 comments

Anthropic Drops Flagship Safety Pledge

https://time.com/7380854/exclusive-anthropic-drops-flagship-safety-pledge/
8•cwwc•34m ago•0 comments

Why America's Most Important State Is Collapsing [video]

https://www.youtube.com/watch?v=CkLHqCpKbLw
2•keepamovin•36m ago•0 comments

Show HN: VeriContext – Preventing Stale Documentation for LLM Agents

https://github.com/amsminn/vericontext
1•amsminn•40m ago•0 comments

Show HN: Xcode Copilot Code Assistant

https://github.com/mobile-ar/xcode-assistant-copilot-server
1•mobile-ar•40m ago•0 comments

Show HN: Linum – The simple musical notation and synthesizer

https://linum-notation.org
1•foss-enjoyer•42m ago•0 comments